-
-
Notifications
You must be signed in to change notification settings - Fork 473
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
[iOS] Ensure $(inherited) flag is present in Xcode project build settings #25
Comments
$(inherited)
flag is present in Xcode project build settings
$(inherited)
flag is present in Xcode project build settings
Fix published in |
FWIW I still see these warnings in 3.0.7. |
you will see the warnings on |
Ah. It's ok then, I guess. Thanks. |
I actually see the warning in both places - |
… warnings/issues. Resolves dpa99c#25.
Currently an iOS build outputs this warning:
This can lead to iOS build issues (see #22).
So the plugin hook scripts need to ensure the
$(inherited)
flag is present in the LD_RUNPATH_SEARCH_PATHS field of the Xcode project build settings.The text was updated successfully, but these errors were encountered: