-
Notifications
You must be signed in to change notification settings - Fork 111
Open
Description
On OS X 10.11 final
Create a new OS X Project, call it TestApplication
Quit Project
Create a podfile and add
target :TestApplication do
pod 'OpenSSL', '~> 1.0'
end
Use pod install and wait for result
Open the workspace and compile the TestApplication
Use
otool -L (binary in the app bundle)
It still shows the library being linked agains the way to old /usr/lib/libcrypto.0.9.8 and /usr/lib/libssl.0.9.8
otool -tV on libPods-TestApplication.a shows there is nothing in there, just an empty text segment
It seems badly broken now
Metadata
Metadata
Assignees
Labels
No labels