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:

https://discourse.nativescript.org/t/ns-2-5-1-ios-incremental-build-generates-inconsistent-binary/591

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 build or tns 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)

Most upvoted comments

By popular vote, we’ll implement option 2. We’ll provide more information to the plugin authors through the hookArguments so they can act accordingly to the changed files about to be livesynced.