I have custom schemas, such as DebugStaging, that are signed with a development identifier.
I use these schemes to run the application on my phone from Xcode when debugging. However, any attempt at profiling using these schemes will result in
Target failed to run: Permission to debug [app name] was denied. The app must be signed with a development identity (e.g. iOS Developer)
What is happening, and how can I rid Xcode of this evil?
Edit: We removed the schema long ago Debugto use more detailed schema names.
source
share