Cordova: Build Without “-all_load”
问题 I am having an issue while building an iOS app with Cordova and a third-party plugin that ships with a native SDK. Cordova requires Linker Flag "-all_load" which other SDK is not happy about. I read this post about "-all_load" flag: Alternative for all_load in XCode's Other Linker Flags sounds like I might be able to use "-force_load" instead and specify the "object file" that Cordova wants. I do not know much about the Cordova's internals. Has anyone had the same problem and was successfully