In Build Settings
Change Mach-O Type to “Relocate Object File”
and doing
-ObjC
-force_load
"$(BUILT_PRODUCTS_DIR)/libCordova.a"
in linker
It is working fine for me as at least it has build the app
In Build Settings
Change Mach-O Type to “Relocate Object File”
and doing
-ObjC
-force_load
"$(BUILT_PRODUCTS_DIR)/libCordova.a"
in linker
It is working fine for me as at least it has build the app