Tuzr
Tuzr
@chrisballinger Excuse me, may I know where did you add the flag? In the Xcode ? I had got the error in below `ld: '.../Tor/lib/libtor.a(main.o)' does not contain bitcode. You...
@rainwolf Thanks! Finally, I modify the script (build-libssl.sh, build-libevent.sh, build-tor.sh) to compile with bitcode enable, and it works ! I add this parameter at CFLAGS and CPPFLAGS "-isystem ${DEVELOPER}/Platforms/${PLATFORM}.platform/Developer/SDKs/${PLATFORM}${SDKVERSION}.sdk/usr/include -fembed-bitcode"...
@rainwolf Thanks for your advice, I'm sorry that I didn't notice that has been discussed. I will download your fork and try it again.