Reputation: 1346
I have a react native project and when the schema in XCode is set to debug the project builds with the latest code changes I added. When I change the scheme to release the release build doesn't have the latest code changes.
Why is this this happening is there a setting that I have to change from debug to release to get the latest changes?
Upvotes: 0
Views: 2382
Reputation: 56
Normaly no,
Try to remove ios/build and re-build in release mode.
Check in Product -> Scheme -> Edit Scheme -> if you are in release mode enable and debug executable unchecked.
Can you tell me more about the code difference between debug and release on your project?
Regards.
Upvotes: 1