Changed project name in Xcode causing naming error

后端 未结 6 2172
遇见更好的自我
遇见更好的自我 2020-11-30 02:15

My old name consisted of a camel case type name similar to this

MyApp

I then changed it to

Myapp \'notice the A is

6条回答
  •  独厮守ぢ
    2020-11-30 02:38

    Go to project -> Build Settings -> Search "Packaging" and change the product name key.

    If that does not work, repeat but within your target, so Targets -> YourApp -> Build Settings -> Search "Packaging"

    Voila.

提交回复
热议问题