-
Notifications
You must be signed in to change notification settings - Fork 149
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 error in OSX #205
Comments
Thank you @ys1382 I think i found a problem in podspec I'll fix it soon |
I still get the error on OSX: ld: warning: directory not found for option '-L/ /gochat/apple/osx/Pods/OpenSSL-Universal/lib-ios'You can try it for yourself here: https://github.com/ys1382/gochat/tree/themis/apple/osx |
That's true, because I haven't pushed new Themis pod without your confirmation :) To check that everything is working, please link pod to the updated podspec directly. Link this After your confirmation, I'll merge this podspec into master. It will be updated in CocoaPods repo when Themis 0.9.5 will be released. Until then, please link to the podspec directly. Thank you |
Fixed |
fix #205 update podspec: use correct library search path for MacOS
ld: warning: directory not found for option '-L//Pods/OpenSSL-Universal/lib-ios'
I see I have the directory lib-macos, but it seems to be looking for the iOS one.
To reproduce: add themis pod to Podfile, compile project.
Using OSX Sierra, Xcode 8.3.2
The text was updated successfully, but these errors were encountered: