iSECPartners/Introspy-iOS

Encountering clang error during theos make

radj opened this issue · 3 comments

radj commented

Setup:
Xcode 5.1.1
Build version 5B1008
Mac OS X 10.9.4
DHowett theos 330c79022bccab58c09f85d907c92e1c0e989200

I'm encountering this error when I run make in src:

Making all for tweak introspy...
 Preprocessing Tweak.xmi...
clang: error: cannot use 'objective-c++-cpp-output' output with multiple -arch options
make[2]: *** [obj/Tweak.xmi.04299979.o] Error 1
make[1]: *** [internal-library-all_] Error 2
make: *** [introspy.all.tweak.variables] Error 2

I am not sure how to move forward with this. Any tip?

Hi,
This is a well know issue with DHowett's theos. Please use rpretrich's fork instead at https://github.com/rpetrich/theos

radj commented

Thank you for pointing me in that direction.

no problem :)