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've been trying to archive my using Xcode 10 beta 4, and after getting past the issue already described in #20774 I got a different issue when archiving the project:
/Users/rodrigovasconcelos/MyApp/mobile/ios/MyApp-Bridging-Header.h:5:9: error: 'React/RCTBridgeModule.h' file not found
#import <React/RCTBridgeModule.h>
^
1 error generated.
<unknown>:0: error: failed to emit precompiled header '/Users/rodrigovasconcelos/Library/Developer/Xcode/DerivedData/MyApp-cpkesijquffkhgfgaagxybgvqlpr/Build/Intermediates.noindex/ArchiveIntermediates/Edge/PrecompiledHeaders/MyApp-Bridging-Header-swift_1E09NP8RKFO6-clang_1NNXX086AFKFR.pch' for bridging header '/Users/rodrigovasconcelos/MyApp/mobile/ios/MyApp-Bridging-Header.h'
The issue does not occurs if I try to build and archive using the latest stable version of XCode (9.4.1)
So far, I've tried to re-install my Pods, clean XCode derived data and node_modules folder, and also looked for similar issues, but nothing helped it.
Reproducible Demo
Unfortunately I could not reproduce it on a fresh project, even after adding the pods, but I get it on my current project.
The text was updated successfully, but these errors were encountered:
The issue was actually related to how React and Xcode handle custom project configurations (different then Release / Debug) - related to #11813
Following the steps suggested in this comment solved the issue.
Environment
Description
I've been trying to archive my using Xcode 10 beta 4, and after getting past the issue already described in #20774 I got a different issue when archiving the project:
The issue does not occurs if I try to build and archive using the latest stable version of XCode (9.4.1)
So far, I've tried to re-install my Pods, clean XCode derived data and
node_modules
folder, and also looked for similar issues, but nothing helped it.Reproducible Demo
Unfortunately I could not reproduce it on a fresh project, even after adding the pods, but I get it on my current project.
The text was updated successfully, but these errors were encountered: