hohl / MIHCrypto

OpenSSL wrapper for Objective-C [cryptography]
MIT License
340 stars 66 forks source link

update podfile and podspec to support cocoapod 1.0 #48

Closed omerlh closed 4 years ago

omerlh commented 7 years ago

See hohl/MIHCrypto#40, this solved part of the issues (I still have the non modular errors, but I gave up for now).

omerlh commented 7 years ago

I am not sure why this failed, maybe I should change the xcode version? I am using xcode 8

omerlh commented 7 years ago

@hohl, could you help? Look like it is an issue with the latest Cocoapod version. I tried a couple of things:

Thanks!

hohl commented 7 years ago

Thank you for all your effort. However, I can't provide you any solution. Travis-CI does manage running and setting up all that Xcode build/test related stuff itself (besides the .travis-ci.yml config file of course). I have no idea why it tries to run "build" on "xctool" when there is no "build" anymore.

omerlh commented 7 years ago

Ok, thanks anyway. Find this issue at travis ci: travis-ci/travis-ci#6430, so I will try later to use xcodebuild when I have time for that.

hohl commented 4 years ago

@omerlh: I know you most probably don't care for that pull request anymore after all that years, but with the latest Cocoapods version it seems to work now. So anyhow, thank you for your commitment!

omerlh commented 4 years ago

Thank you!