开发者

iPhone App Product Name

开发者 https://www.devze.com 2022-12-11 03:34 出处:网络
I am having problem with the XCode->Project->Edit Active Target \"projectname\" setting I am trying to set the \"Product Name\" as \"My App\" ,开发者_开发问答 but while running the app in the device.

I am having problem with the XCode->Project->Edit Active Target "projectname" setting

I am trying to set the "Product Name" as "My App" ,开发者_开发问答 but while running the app in the device. I am getting an error as Illegal Character present in Product Name.

I even tried with - and _ (My-App , My_App) but none of these works.

However it works fine in the simulator.

What may be the reason?

Thanks.


By default Xcode used the Product Name as part of the "Bundle identifier". "Bundle identifier" must conform to URL rules and be composed of only characters allowed in URLs. The legal characters are letters, numbers, "-", ".". In short remove the space in the "Bundle identifier": "MyApp".

0

精彩评论

暂无评论...
验证码 换一张
取 消