-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not able to compile with latest XCode and iOS #49
Comments
I'm seeing this too, albeit a bit differently: Tor's config.log shows the error I don't know how to solve it, but I suspect it will resolve itself when Sierra is released. Can anyone with XCode 8 and the beta of Sierra confirm? |
Sorry for not mentioning that: I am already using the latest Safari Release (GM?), so my exception is from Safari with XCode 8... |
Safari? I meant macOS Sierra (10.12). I made some changes that allow it to compile now, but there is a catch, my changes only made it compile on macOS Sierra and work only on iOS10 devices. In both build-libevent.sh and build-tor.sh I changed and in build-tor.sh I added the If you patch libevent's I've pushed the changes to my own fork, but might roll back the last commit if @chrisballinger wants to merge without it. |
Currently my fork compiles on XCode 8 and runs on iOS 10 and probably down to 8, I can confirm it works on 9.3.1. |
Oh okay great. Yeah there's no way I can test on iOS 8 either so if it runs On Thu, Sep 22, 2016 at 1:12 PM, rainwolf [email protected] wrote:
|
I just tried to compile the CPAProxy for my project, using the latest XCode 8 and iOS, but I am not able to compile.
This is the exception I get:
But during the checkout using Cocoapods I get an exception: configure: error: in /.../Library/Caches/CocoaPods/Pods/External/CPAProxy/af463e351d693dc64b763c733b4da397/scripts/build/libevent-2.0.22-stable: configure: error: cannot run C compiled programs. If you meant to cross compile, use --host.
The text was updated successfully, but these errors were encountered: