Skip to content

OS X Support #22

Description

@GerTeunis

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions