Skip to content

OS X Support #22

@GerTeunis

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

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