我正在尝试将我的 Bundle ID 从默认的 ID 更改为我在 Apple 开发人员中心创建的 ID。但是当我更改 plist 中的 Bundle ID,然后删除手机上的应用程序并尝试从 XCode 运行它时,我收到以下错误:
Could not launch "MyApp"
No such file or directory (then it lists a path to the app's DerivedData folder)
当我更改应用程序的 Bundle ID 时,我应该做一些特别的事情吗?