Skip to content
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

Updating to Xcode 11 - Swift 5.1: Compile Error with Open SSL Library Search Path #91

Closed
JGVB opened this issue Nov 17, 2019 · 2 comments

Comments

@JGVB
Copy link

JGVB commented Nov 17, 2019

ld: warning: directory not found for option '-L/Users/Path-to-project/Pods/OpenSSL-Universal/lib-ios'

I see in the Moscapsule.xcconfig file, LIBRARY_SEARCH_PATHS is set to "$(PODS_ROOT)/OpenSSL-Universal/lib-ios"

However, in my OpenSSL file structure, it's actually
"$(PODS_ROOT)/OpenSSL-Universal/ios/lib"
When I manually change the pod to this, it works, but of course each time I generate the pods it overwrites my changes.

My Versions:

  • OpenSSL-Universal (1.0.2.19):
    • OpenSSL-Universal/Static (= 1.0.2.19)
  • OpenSSL-Universal/Static (1.0.2.19)

Podfile:
pod 'Moscapsule', :git => 'https://github.com/PROJ/Moscapsule', :branch => 'swift4'
pod 'OpenSSL-Universal'

@JGVB
Copy link
Author

JGVB commented Nov 17, 2019

@JGVB JGVB closed this as completed Nov 17, 2019
@JGVB
Copy link
Author

JGVB commented Nov 17, 2019

And that issue was on the swift 4 branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant