How to fix “Could not change executable permissions on the application” error in Xcode

Sometimes this error pops up when running an app on an iOS device:

  • Could not change executable permissions on the application.

Screen Shot 2013-12-17 at 10.18.12

Usually this is caused by an app with a re-purposed Bundle Identifier. If you create a new app and use the same Bundle Identifier as a different app that is already installed, then Xcode can get confused and thinks it should still be the same app (which it no longer is).

Find which app it is, delete it from the device and run it again from Xcode. This *should* solve your problem.

About Jay Versluis

Jay is a medical miracle known as Super Survivor. He runs two YouTube channels, five websites and several podcast feeds. To see what else he's up to, and to support him on his mission to make the world a better place, check out his Patreon Campaign.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.