Post not yet marked as solved
Click to stop watching this thread.
You have stopped watching this post. Click to start watching again.
Post marked as unsolved with 11 replies, 0 views
Could Bitcode cause problems running on a device as far as you are aware? It looks like disabling Bitcode generation and setting it to marker-only (and unchecking the rebuild from bitcode option in Archive) resolves the issue.Interestingly enough, "normal" compilation does not work with bitcode since our version of libReact.a was not compiled with full bitcode. Archiving seems to ignore this issue even though rebuild from bitcode is turned on, but an app built with bitcode won't install on the device.