ursachec / CPAProxy

A thin Objective-C wrapper around Tor.
Other
161 stars 49 forks source link

XCode 7 Compile error #27

Closed XiongCaixing closed 8 years ago

XiongCaixing commented 8 years ago

I use xcode 7, when i try $ bash ./scripts/build-all.sh " ~/Documents/apple/CPAProxy/scripts/build cp: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/lib/libz.dylib: No such file or directory Building tor for armv7... " open /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/lib

can't find libz.dylib file, only libz.tbd

rainwolf commented 8 years ago

This pull request solved it for me https://github.com/ursachec/CPAProxy/pull/26

XiongCaixing commented 8 years ago

Thanks!

chrisballinger commented 8 years ago

Fixed