Closed
Description
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 build
ortns deploy
)
This problem did not exist in 2.5.0.