-
Notifications
You must be signed in to change notification settings - Fork 661
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IOS build fails after upgrading to react-native 0.77.1 #830
Comments
@ingvardm add the following to your briding-header-h file so you can access RNCConfig inside your swift files:
Then inside your
|
@SMJ93 Thank for the reply. Already tryed that, still fails to build with the same error. |
@ingvardm I have same problem, I found that to add the bridging header we have to use xcode to do that. Like so: Open
|
@budiadiono Already tried that, see previous comments. |
Bump |
This is the correct approach. Adding the imported Things potentially to note:
|
|
After upgrading to rn 0.77.1 and porting AppDelegate.mm to swift i get an error during ios build "No such module RNCConfig". With rn 0.76.6 everything was working as expected.
Any help is much appreciated.
The text was updated successfully, but these errors were encountered: