Skip to content
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

Release mode for iOS on React 0.30.0 #9571

Closed
jr-k opened this issue Aug 24, 2016 · 1 comment
Closed

Release mode for iOS on React 0.30.0 #9571

jr-k opened this issue Aug 24, 2016 · 1 comment
Labels
Resolution: Locked This issue was locked by the bot.

Comments

@jr-k
Copy link
Contributor

jr-k commented Aug 24, 2016

Hello,

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 !

@RD1991
Copy link

RD1991 commented Sep 13, 2016

May be just try by disabling bitcode in build settings.

@lacker lacker closed this as completed Dec 15, 2016
@facebook facebook locked as resolved and limited conversation to collaborators Jul 19, 2018
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Jul 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Resolution: Locked This issue was locked by the bot.
Projects
None yet
Development

No branches or pull requests

4 participants