编译时,xcode弹出: could not change executable permissions on the application.
这是因为用同一个bundle identifier 往iphone里装了两个程序,冲突了。 解决方法: 删除iPhone里的那个应用,再xcode编译即可。
编译时,xcode弹出: could not change executable permissions on the application.
这是因为用同一个bundle identifier 往iphone里装了两个程序,冲突了。 解决方法: 删除iPhone里的那个应用,再xcode编译即可。
转载于:https://my.oschina.net/anyson/blog/102971