Please provide the following:
- SDK Version: 43.0.0
- Platforms(Android/iOS/web/all): iOS
- Add the appropriate “Tag” based on what Expo library you have a question on.
I took over an Expo managed workflow project that aside from some hiccups (expo-facebook, sigh) has mostly worked well with few issues. Last Friday, 02/08, I built for iOS simulator with expo build:ios -t simulator
and my local changes were pushed out as an OTA update to live app users. After this expo publish --release-channel channel-name
no longer worked to push out additional changes, but building for iOS simulator again did.
I’ve been looking through git issues and the forums and can’t find anything like this. Anyone else encounter this, have a resolution, or spot some way that those commands aren’t being used correctly? Thanks!