[
https://issues.apache.org/jira/browse/CB-7505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shazron Abdullah updated CB-7505:
---------------------------------
Description:
If you change the app name in config.xml and run 'cordova prepare ios' or
'cordova build ios' the xcode project gets messed up and builds do not work
anymore.
It appears that files are being renamed properly 'App.xcodeproj' and the 'App'
folder inside of ios are properly changed. But if you open the xcodeproj you
can see that the Name of the app has not been changed and the build settings
are lost.
On my machine after a rename I am left with only the ability to build for Mac
64-bit, all the phone builds are removed :/
Steps to reproduce
{code}
cordova create TestApp
cd TestApp
cordova platform add ios
{code}
open the xcode project and look at the name (all is good)
change name in config.xml
{code}
cordova prepare ios
{code}
open the code project and sadness...
was:
If you change the app name in config.xml and run 'cordova prepare ios' or
'cordova build ios' the xcode project gets messed up and builds do not work
anymore.
It appears that files are being renamed properly 'App.xcodeproj' and the 'App'
folder inside of ios are properly changed. But if you open the xcodeproj you
can see that the Name of the app has not been changed and the build settings
are lost.
On my machine after a rename I am left with only the ability to build for Mac
64-bit, all the phone builds are removed :/
Steps to reproduce
'cordova create TestApp'
'cd TestApp'
'cordova platform add ios'
open the xcode project and look at the name (all is good)
change name in config.xml
'cordova prepare ios'
open the code project and sadness...
> Xcode Project breaks after changing App Name
> --------------------------------------------
>
> Key: CB-7505
> URL: https://issues.apache.org/jira/browse/CB-7505
> Project: Apache Cordova
> Issue Type: Bug
> Components: CLI
> Reporter: Ross Gerbasi
>
> If you change the app name in config.xml and run 'cordova prepare ios' or
> 'cordova build ios' the xcode project gets messed up and builds do not work
> anymore.
> It appears that files are being renamed properly 'App.xcodeproj' and the
> 'App' folder inside of ios are properly changed. But if you open the
> xcodeproj you can see that the Name of the app has not been changed and the
> build settings are lost.
> On my machine after a rename I am left with only the ability to build for Mac
> 64-bit, all the phone builds are removed :/
> Steps to reproduce
> {code}
> cordova create TestApp
> cd TestApp
> cordova platform add ios
> {code}
> open the xcode project and look at the name (all is good)
> change name in config.xml
> {code}
> cordova prepare ios
> {code}
> open the code project and sadness...
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)