-
-
Notifications
You must be signed in to change notification settings - Fork 197
"tns library add ios" does not build correct relative paths to referenced frameworks for mdgenerator #777
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
For iOS you should be able to open the Xcode project in platforms/ios and edit the framework search paths by hand to use absolute paths instead of relative paths. |
This should be tested with latest ios-runtime from release branch. |
Just a heads-up: even with PR #266 applied locally it didn't resolve my framework. I had to add the full path instead, like documented here. |
I haven't tried the actual release, but using |
Hi @maknz, You're right. Using |
Awesome! With 1.2.3 the barcodescanner plugin no longer needs manual steps to install thanks to this fix. 👍 |
When using
tns library add ios
the added library is not correctly resolved by the metadata generator because it receives a faulty path to the referenced framework.The text was updated successfully, but these errors were encountered: