Learn how to set up your app icon, and how to change the display name of your app.
This is a companion discussion topic for the original entry at https://www.raywenderlich.com/28797859-your-first-ios-swiftui-app-polishing-the-app/lessons/40
Learn how to set up your app icon, and how to change the display name of your app.
I tried to change the Display Name as shown in XCode 13. Now I’m facing following errors that I’ve no idea how to fix. Any help would be appreciated
Xcode 13 no longer requires an Info.plist
file. Ray had to change the path during recording, but we no longer do. Just leave it blank.
Hi,
I got the same error I and tried to eliminate or turn off the info.plist file in the settings section but I still have the same problem.
Upload your project and I’ll have a look!
Deleted original post because I fixed the problem! Thanks!
I am having the same issue as niaz_ahsan and oagarcia, how do I resolve this issue?
After I changed the app name I was getting the same build errors as everyone else. I solved it by running Shift + Command + K
which runs the “Clean Build Folder” action. After that I was able to run the app again and the build compiled successfully.