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
fix: iOS nightly prebuilds in release mode (facebook#54369)
Summary:
While integrating nightlies in the main Expo repo, I noticed an issue where iOS builds would fail in release mode when setting `RCT_USE_RN_DEP=1`. The error was thrown by a failure in the `replace_dependencies_version` script given that during the pod install phase, we were not downloading the release artifacts for nightlies, only the debug ones.
## Changelog:
[IOS] [FIXED] - Fix using iOS nightly prebuilds in release mode
Pull Request resolved: facebook#54369
Test Plan:
1. run `RCT_DEPS_VERSION=nightly pod install`
2. Build the app in release mode
Reviewed By: javache
Differential Revision: D86089167
Pulled By: cipolleschi
fbshipit-source-id: ea9a608926ed0a9145e3e305e8a3210364e1d36c
0 commit comments