Could not change executable permissions on the app

2019-01-16 03:19发布

Just updated to iOS 6 sdk and latest Xcode and get this when trying to build to my 3gs. I 've added armv6 under valid architectures?

"Could not change executable permissions on the application"

15条回答
倾城 Initia
2楼-- · 2019-01-16 04:09

I was able to resolve this error message simply by unplugging the USB cable, and plugging it in again after a few seconds. YMMV!

查看更多
Juvenile、少年°
3楼-- · 2019-01-16 04:11

You probably have a different target name. You can start the app from scratch, but you'll need the same target name and the same bundle identifier.

查看更多
Summer. ? 凉城
4楼-- · 2019-01-16 04:12

Delete the apps that were already installed on iphone/ipad with the same Bundle identifier.iphone/ipad gets confused with the apps with same bundle identifier. so change change the Bundle identifier of the current app or delete the app that was already installed.

查看更多
唯我独甜
5楼-- · 2019-01-16 04:12

I ran into the same problem, but I needed to keep the current installed App in the device for debug purposes. My solution was to use the same:

  1. Target Name
  2. Bundle identifier
  3. Product Name
查看更多
闹够了就滚
6楼-- · 2019-01-16 04:13

I went into the Organizer and selected the Applications underneath my test device. Even though I had deleted the application on my device itself, it still showed up in my list of applications. I deleted it there, and this took care of the issue for me.

查看更多
够拽才男人
7楼-- · 2019-01-16 04:14

I had this error, and what fixed it for me was Product Name under Build Settings. I had changed it to something else, and started getting this error. I changed it back and it fixed it.

查看更多
登录 后发表回答