You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I inspect the Xcode project generated I can see that the library appears in the Link Frameworks section but the at link time I get the error -lcurl not found.
Is linking dynamic libraries supported? From the docs it is not explicitly mentioned it seems.
Thanks again for this great tool!
Libe
The text was updated successfully, but these errors were encountered:
I managed to solve the issue by using the OTHER_LDFLAGS and LIBRARY_SEARCH_PATHS variables to link with the shared libraries. I don't know if FRAMEWORK_SEARCH_PATHS can get the job done in the same way (I only have a precompiled .a library).
Hello,
I am having troubles trying to link a dynamic library with the following spec
When I inspect the Xcode project generated I can see that the library appears in the Link Frameworks section but the at link time I get the error -lcurl not found.
Is linking dynamic libraries supported? From the docs it is not explicitly mentioned it seems.
Thanks again for this great tool!
Libe
The text was updated successfully, but these errors were encountered: