Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Duplicate
-
6.3.1
-
None
Description
Default Xcode project created by Cordova sets unusual non-standard value for target build setting, "Runpath Search Paths". Default Xcode value is "@executable_path/Frameworks". Cordova is setting this value on generated projects but only for debug build. The release build value is blank.
Propose change to set "Runpath Search Paths" to "@executable_path/Frameworks" for both debug and release or set it independent of build configuration.
The result of this issue is that if the developer manually adds a framework to their Cordova application, the app will crash on launch of the release build only because it cannot find the framework.
Attachments
Issue Links
- duplicates
-
CB-11831 Add missing LD_RUNPATH_SEARCH_PATHS setting to the Release build
- Closed