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 created a fresh new project with "react-native init my-project"
I run the app with xcode on "debug" scheme: all green
I run the app with xcode on "release" scheme: I got these errors :
Undefined symbols for architecture i386:
"OBJC_CLASS$_RCTBundleURLProvider", referenced from:
objc-class-ref in AppDelegate.o
"OBJC_CLASS$_RCTRootView", referenced from:
objc-class-ref in AppDelegate.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I also checked : [https://github.com//issues/2685] and [https://github.com//issues/4210] but I didn't found a workaround
Any idea ?
Thanks !
The text was updated successfully, but these errors were encountered:
Hello,
I created a fresh new project with "react-native init my-project"
Undefined symbols for architecture i386:
"OBJC_CLASS$_RCTBundleURLProvider", referenced from:
objc-class-ref in AppDelegate.o
"OBJC_CLASS$_RCTRootView", referenced from:
objc-class-ref in AppDelegate.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I also checked : [https://github.com//issues/2685] and [https://github.com//issues/4210] but I didn't found a workaround
Any idea ?
Thanks !
The text was updated successfully, but these errors were encountered: