ursachec / CPAProxy

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

iOS9 Support #25

Open FredericJacobs opened 9 years ago

FredericJacobs commented 9 years ago

Looks like there are issues running the scripts with Xcode beta for iOS9 on 10.11.

Looks like the linking is broken.

chrisballinger commented 9 years ago

Can you post the error logs? Wondering if its related to bitcode support

On Sun, Aug 23, 2015 at 6:32 AM, Frederic Jacobs notifications@github.com wrote:

Looks like there are issues running the scripts with Xcode beta for iOS9 on 10.11.

Looks like the linking is broken.

— Reply to this email directly or view it on GitHub https://github.com/ursachec/CPAProxy/issues/25.

FredericJacobs commented 9 years ago

https://gist.github.com/FredericJacobs/5842c574c1ac7fa8795c

chrisballinger commented 9 years ago

Dunno if the gist is just truncated but it doesn't seem to end on an error, it just sort of stops

On Mon, Aug 24, 2015 at 2:42 AM, Frederic Jacobs notifications@github.com wrote:

https://gist.github.com/FredericJacobs/5842c574c1ac7fa8795c

— Reply to this email directly or view it on GitHub https://github.com/ursachec/CPAProxy/issues/25#issuecomment-134114392.

FredericJacobs commented 9 years ago

The Gist is truncated. But you can open the full file https://gist.githubusercontent.com/FredericJacobs/5842c574c1ac7fa8795c/raw/0cee16cd20e3cf28957f3fe7756f20f208c46cb5/gistfile1.txt

chrisballinger commented 9 years ago

Oh ok thx

On Mon, Aug 24, 2015 at 11:45 AM, Frederic Jacobs notifications@github.com wrote:

The Gist is truncated. But you can open the full file

— Reply to this email directly or view it on GitHub https://github.com/ursachec/CPAProxy/issues/25#issuecomment-134334588.

AntonioLangiu commented 9 years ago

I have the same problem! Do you have found a solution?

AntonioLangiu commented 9 years ago

I fixed this issue with this patch: https://github.com/ursachec/CPAProxy/pull/26