You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm encountering build errors in my React Native iOS project (npx @react-native-community/cli@latest init MyApp) where I have moved the "IOS" folder from root to "clients/c1/ios".
Here's my react-native.config.js
Getting error on 'pod install'
Can you please help me out what I'm missing.
The text was updated successfully, but these errors were encountered:
Hey, I could replicate this issue and it's related to Codegen, I'll try to debug and check how we can resolve this issue. For now it only works when .. from iOS project is root React Native project and this is not good assumption because it fails in case like yours.
cc @cipolleschi is there any chance we could leverage root property from config's command output in Codegen to avoid situations like this one? Especially now that the structure for the Config should be the same across implementations.
probably yes, but right now we don't have capacity nor time to work on that. Moreover, this will introduce yet another dependency on the config command from the CLI, something we are trying to minimize for the React Native framework effort. I don't have a clear solution in mind, right now. I'll have to spend time thinking about that.
Ask your Question
I'm encountering build errors in my React Native iOS project (
npx @react-native-community/cli@latest init MyApp
) where I have moved the "IOS" folder from root to "clients/c1/ios".Here's my
react-native.config.js
Getting error on 'pod install'
Can you please help me out what I'm missing.
The text was updated successfully, but these errors were encountered: