Recently debugged a program in an iOS project, using a third party in the project to start my application, the debug phase when launching my app with a third-party app on a physical machine, the following error occurred and the program stopped running:
Also, set breakpoints in the following method of the Appdelegate object:
-(BOOL) Application: (UIApplication *) application OpenURL: (nonnull nsurl *) URL sourceapplication: (Nullable NSString *) sourceapplication annotation: (nonnull id) annotation;
Find the breakpoint at the program is not interrupted, find relevant information, found in the debugging situation set the provisioning profile to publish the application when the authorization file, modify "Targets", "Build Settings", "Code Signing "," Provisioning profile "in the distribution Provisioning profiles for the corresponding development Provisioning.
Workaround to start app failure when iOS debugger