-
Notifications
You must be signed in to change notification settings - Fork 56
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
"linker command failed with exit code 1" when building from XCode #97
Comments
Have you tried removing the platforms/ios folder after adding the plugin? That will force a rebuild of the native project upon the next |
Hello @EddyVerbruggen, I have tried to run I guess then that the issue is more related to This issue is solved for me. :-) |
@monkeymonk you may want to upgrade to the latest cli-template. The project structure is significantly simpler, and should generally work a lot better with different plugins. We've added an upgrade guide to the docs, and in most cases it shouldn't take more than 10-20 minutes. https://nativescript-vue.org/en/docs/getting-started/upgrade-guide/ |
Thank you @rigor789, I will consider this. It seems cleaner but I can't find where the |
I'm not sure what you are looking for, please hop on the nativescript community slack - it's faster and easier to figure things out there! https://developer.telerik.com/wp-login.php?action=slack-invitation |
Does anyone find the solution ? |
solved the problem for me. I opened the workspace again after running above 2 commands. Then let it index and run Product > Archive. It worked |
Here's what worked for me. After running |
@flipperlite Solved the problem. Thanks! |
This error appears when building from XCode:
I use
nativescript-cli
andnativescript-vue
. When I runtns plugin add nativescript-checkbox
it returnsPlugin "nativescript-checkbox" is already installed.
.Podfile
look like this:I really don't know how to make it work. Any help will be much appreciated! :-)
The text was updated successfully, but these errors were encountered: