Closed
Description
Please, provide the details below:
Did you verify this is a real problem by searching the NativeScript Forum and the other open issues in this repo?
yes
Tell us about the problem
When a project build fails because of a bitcode compilation, it will continue failing even if you use the next
CLI version containing the barcode fix and you have to delete the platforms
folder.
Which platform(s) does your issue occur on?
iOS
Please provide the following version numbers that your issue occurs with:
- CLI: 4.1.2
- Cross-platform modules: 4.1.2
- Runtime(s): 4.1.2
Please tell us how to recreate the issue in as much detail as possible.
- Clone the nativescript-ui-listview repo
- cd src && npm run build && cd ../demo
- tns run ios --provision YourProvisionHere (you need to test on a real device in order to get the bitcode error)
- npm i nativescript@4.2.0-2018-07-10-11964 -g (containing the bitcode fix)
- repeat step (3)
expected: a successful build
actual: a failing build