ios - Cordova: Build Without "-all_load" -


i having issue while building ios app cordova , third-party plugin ships native sdk. cordova requires linker flag "-all_load" other sdk not happy about.

i read post "-all_load" flag: alternative all_load in xcode's other linker flags sounds might able use "-force_load" instead , specify "object file" cordova wants.

i not know cordova's internals. has had same problem , able compile cordova "force_load"? provide cordova specific "force_load" syntax?

the problem here libraries containing categories did not load in earlier versions of xcode. of 4.6 should loading, , should able use linker flag "-objc", tells linker examine libraries such things.

if reason -objc flag not work, syntax force load is"

-force_load $(built_products_dir)/libxyz.a 

Comments

Popular posts from this blog

python - How to create a legend for 3D bar in matplotlib? -

php - Dynamic url re-writing using htaccess -

java - Multi-Label Document Classification -