nativescript-cli: 2.5.1 iOS incremental build generates inconsistent binary
There appears to be an issue with 2.5.1 that is corrupting all incremental iOS builds targeting the simulator. The issue is captured and well described here:
Steps to reproduce:
- Build and deploy an app to the iOS simulator using CLI 2.5.1
- Trigger an incremental/LiveSync build
- After successful build/sync, the app will crash on simulator
- App cannot be re-opened or run until a fresh build is forced (using
tns buildortns deploy)
This problem did not exist in 2.5.0.
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 28 (13 by maintainers)
@rborn sure: https://github.com/NativeScript/nativescript-cli/pull/2605 https://github.com/NativeScript/nativescript-cli/pull/2605/files
These changes are available in @next.
By popular vote, we’ll implement option 2. We’ll provide more information to the plugin authors through the
hookArgumentsso they can act accordingly to the changed files about to be livesynced.