Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.7.0
Description
all_load is bad practice and breaks other SDKs with Objective-C categories. Here is a description of the problem and why all-load is bad:
http://stackoverflow.com/questions/2906147/what-does-the-all-load-linker-flag-do
Simple solution: use force_load instead, simple fix!
With a requirement on all_load linker flag, integrating Cordova with other SDKs will result in duplicate symbol errors.
Attachments
Issue Links
- relates to
-
CB-5361 iOS doc use of force-load linker flag for cordova lib
- Closed