Skip to content

Platforms folder need to be removed after a bitcode error #3741

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
DimitarTachev opened this issue Jul 12, 2018 · 0 comments
Closed

Platforms folder need to be removed after a bitcode error #3741

DimitarTachev opened this issue Jul 12, 2018 · 0 comments
Assignees
Labels
Milestone

Comments

@DimitarTachev
Copy link
Contributor

DimitarTachev commented Jul 12, 2018

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.

  1. Clone the nativescript-ui-listview repo
  2. cd src && npm run build && cd ../demo
  3. tns run ios --provision YourProvisionHere (you need to test on a real device in order to get the bitcode error)
  4. npm i [email protected] -g (containing the bitcode fix)
  5. repeat step (3)

expected: a successful build
actual: a failing build

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants