-
How can I restore a successful build process? After manually upgrading from RN version 0.70.2 to RN version 0.72.0 using a new project with code copied from my existing project, the new and existing project will no longer build using Xcode. I'm tying to build according to
When I look up modulemap files it seems to be related to manually linking files which is no longer applicable so I'm left confused. I have added A similar problem has no accepted solution, but I should mention I have tried the obvious suggestions: close and reopen Xcode, clean before building, changing the minimum Here is
Here is a snippet of changes to
|
Beta Was this translation helpful? Give feedback.
Replies: 11 comments 13 replies
-
It is generally an intractable problem attempting to slowly tease sufficient information out of a project I can't see in order to figure out why the build won't work. In place of attempting to do that, I have a fully scripted demonstrator repo that starts with I haven't officially promoted the react-native 0.72 version of it but I do testing with the react-native releases working group and I had it working as recently as react-native 0.72.0-rc05 - I don't anticipate anything big needs to change for the final release version: https://github.com/mikehardy/rnfbdemo/blob/rn72/make-demo.sh Carefully read the comments and examine what the script does, maybe even try it as a scratch pad, it should work I will note that if there is something related to FirebaseCoreInternal, please make sure you are using |
Beta Was this translation helpful? Give feedback.
-
I found the solution at facebook/react-native#29605 (comment) |
Beta Was this translation helpful? Give feedback.
-
Current RN Version 0.70, i am trying to upgrage from - 0.63 to 0.70, i am facing the above error, i have tried everything nothing is working for me as of now. |
Beta Was this translation helpful? Give feedback.
-
@jinhale I'm getting the same issue, do you have a solution? |
Beta Was this translation helpful? Give feedback.
-
@jinhale I'm getting the same issue, do you have a solution? Did't find a way to fix it. |
Beta Was this translation helpful? Give feedback.
-
any solution i am getting the same error after upgrading to the latest mac os |
Beta Was this translation helpful? Give feedback.
-
My solution is using |
Beta Was this translation helpful? Give feedback.
-
This solution works for me:
|
Beta Was this translation helpful? Give feedback.
-
/Users/mac/Library/Developer/Xcode/DerivedData/CI_Builders-doiyvzlocwxpabcvsqshiqmtknxx/Build/Intermediates.noindex/CI_Builders.build/Debug-iphonesimulator/CI_Builders.build/DerivedSources/CI_Builders_vers.c module map file '/Users/mac/Library/Developer/Xcode/DerivedData/CI_Builders-doiyvzlocwxpabcvsqshiqmtknxx/Build/Products/Debug-iphonesimulator/FirebaseCoreInternal/FirebaseCoreInternal.modulemap' not found React native info: System: Podfile: require Pod::Executable.execute_command('node', ['-p', platform :ios, min_ios_version_supported prepare_react_native_project! If you are using a
|
Beta Was this translation helpful? Give feedback.
-
I get that error when I add tvOS to the targets, PLZ is there any solution ? |
Beta Was this translation helpful? Give feedback.
-
I get that error when I add tvOS to the targets, PLZ is there any solution ? |
Beta Was this translation helpful? Give feedback.
In the end I upgraded the OS, and XCode, then I created a new project adding each package one at a time. This worked, but it is a periodic issue with different versions.