rainwolf
rainwolf
I am pretty sure torproject.org is blocked inside China
I'm seeing this too, albeit a bit differently: `checking whether we need extra options to link libevent... configure: error: Found linkable libevent in *******/CPAProxy/scripts/built/i386, but it does not seem to...
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...
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.
It works for me using the example in the readme with the code below: ``` NSURL *URL = [NSURL URLWithString:@"https://facebookcorewwwi.onion/"]; NSURLSessionDataTask *dataTask = [urlSession dataTaskWithURL:URL completionHandler:^(NSData *data, NSURLResponse *response, NSError...
Or build without bitcode? I use the following snippet in my Podfile ``` post_install do |installer| installer.pods_project.targets.each do |target| target.build_configurations.each do |config| config.build_settings['ENABLE_BITCODE'] = 'NO' end end end ```
This has been discussed in issues 40 and 41. This will be fixed in future versions of Tor, but not in the 2.7 branch, so it might take a while....
Hey, this is also discussed in the previous issue: https://github.com/ursachec/CPAProxy/issues/40 A future update to Tor will fix this. If you want to use CPAProxy before then, you could use my...
Strange, the last commit has a flag `-Wno-ignored-optimization-argument` that should ignore that warning, are you sure you cloned the latest version? This warning didn't show up for me anymore with...
I'm using it on iOS 10.2 and it works flawlessly for me.