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
{{ message }}
This repository was archived by the owner on May 20, 2025. It is now read-only.
When I archive the project and try to run on the real device app just closes with this error message
Nov 28 16:09:09 [3113] : The specified JS bundle file wasn't found within the app's binary. Is "main.jsbundle" the correct file name?
Nov 28 16:09:09 (CoreFoundation)[3113] : *** Terminating app due to uncaught exception 'RCTFatalException: The specified JS bundle file wasn't found within the app's binary. Is "main.jsbundle" the correct file name?', reason: 'The specified JS bundle file wasn't found within the app's binary. Is "main...'
I have used react-native link to link code-push and I have checked manually if everything is linked and I didn't find anything wrong.
Also, I have run
code-push release-react MyApp-ios ios
code-push promote MyApp-ios Staging Production
When I archive the project and try to run on the real device app just closes with this error message
I have used
react-native linkto linkcode-pushand I have checked manually if everything is linked and I didn't find anything wrong.Also, I have run
Any ideas?