-
-
Notifications
You must be signed in to change notification settings - Fork 197
[iOS] XCode v7.2+ Fails with Cocoapods on emulator #1428
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
Comments
Seems like one option is to downgrade to 7.1 AND the other one is to run the app using: tns livesync ios --emulator --watch The last worked for me....for now. |
+1 |
1 similar comment
+1 |
Another workaround for now it is https://github.com/CocoaPods/cocoapods-deintegrate that solves the problem of the corrupted pods by clearing the dependencies so they are freshly installed again. |
This comment was marked as abuse.
This comment was marked as abuse.
This comment was marked as abuse.
This comment was marked as abuse.
Disregard this comment, sorry. |
This comment was marked as abuse.
This comment was marked as abuse.
Got it. I was trying to install the toast plugin today and just because of this error I had to uninstall it, I cannot wait for the new version come out! |
This issue has cropped up multiple times in the NS community; and so far my advice has been to downgrade to 7.1. This effects other communities (not just NS). But since 7.2 and the new 7.3 beta has this issue this is something that we probably need to solve before v1.6 is released.
This issue from everything I've read only appears in NativeScript when a cocoapod is added to the project; so fortunately it doesn't affect the majority of people. But that means their might be something not being passed via the command line when it is building the cocoapod.
See: NativeScript/ios-jsc#488
The text was updated successfully, but these errors were encountered: