iOS 遇到Could not change executable permissions on the application的情况

来源:互联网 发布:淘宝产品十年事 pdf 编辑:程序博客网 时间:2024/04/30 23:54

         在iOS开发中,运行程序时遇到Could not change executable permissions on the application的提示,无法在设备上运行!

         是因为同一个bundle identifier  往测试设备里装了两个程序,冲突了。 删除设备中同一个bundle identifier的另一个app,再点击运行就可以了

原创粉丝点击