It can debug the application on the device, but cannot profile: the application must be signed with the development identifier

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.

+4
source share
2 answers

Delete received data.

Debug build, , .

0

, Product → Scheme → Edit Scheme, "" .

+23

All Articles