Gen_bridge_metadata and iPhone

Can gen_bridge_metadata be run on iPhone frameworks? I keep running into gen_bridge_metadata issue not using my preprocessor defines ...

So a call like this ...

IPHONE_SDK=/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS3.1.sdk
gen_bridge_metadata -c '-I$IPHONE_SDK/usr/include -DTARGET_OS_IPHONE' --framework "$IPHONE_SDK/System/Library/Frameworks/UIKit.framework"  

      

... just ignores the TARGET_OS_IPHONE definition and tries to include some MAC_OS files.

+2


source to share


1 answer


Not.

Ignoring TARGET_ OS_IPHONE won't give you anywhere (as far as I know.)



You can try a third party solution, mobileOrchard is considering different, but I don't think you are anywhere , :(

0


source







All Articles