How to set -ObjC -all_load flag when creating for ios
I want to set the flag "-ObjC -all_load", as I set in xcode (under build-settings-> other linker flags)
to access iOS applications to work with the applicationasa iOS framework. But what am I doing in the xcode project, it seems that the flag is ignored by air
So how to set this flag in the air? A.
(note: its configuration is not info.plist, its configuration configuration of the assembly)
+4