[ https://issues.apache.org/jira/browse/CB-11819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
David Melgar updated CB-11819: ------------------------------ 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. was: 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. > Xcode project, Runpath Search Paths set non-standard, incorrect value. > ---------------------------------------------------------------------- > > Key: CB-11819 > URL: https://issues.apache.org/jira/browse/CB-11819 > Project: Apache Cordova > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the > default.) > Components: iOS > Affects Versions: 6.3.1 > Reporter: David Melgar > Priority: Critical > Labels: frameworks, xcode > > 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. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org