Xcode / iOS bug
I have multiple configurations for my app: Debug, Beta, Release, Beta Release. However using code push as a library added to my project I am only able to build Debug & Release.
I had similar issues with the rest of the reactive-native modules/libraries but was able to solve it using this package: https://www.npmjs.com/package/react-native-schemes-manager
Is there something similar for code push?
Hi @chrisjrex, thanks for reaching us. I believe that Multi-Deployment Testing for iOS can help you to resolve it. Please pay attention on point 7:
Go to Build Location -> Per-configuration Build Products Path -> Staging and change Staging value from $(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) to $(BUILD_DIR)/Release$(EFFECTIVE_PLATFORM_NAME)
Also please let me know if it helps.
@chrisjrex, just a friendly ping.
@sergey-akhalkov Sorry i thought I had left my reply! I did manage to solve my problem via following your link and a few others.
Thanks that you were so quick getting back to me before
@chrisjrex, thanks for the response, so I'm closing this, please feel free to reopen if needed.
Most helpful comment
@sergey-akhalkov Sorry i thought I had left my reply! I did manage to solve my problem via following your link and a few others.
Thanks that you were so quick getting back to me before