Solution to application startup failure during iOS debugging, ios debugging

Source: Internet
Author: User

Solution to application startup failure during iOS debugging, ios debugging

I recently used a third-party application in the iOS project to start my application. the following error occurs when I started my application with a third-party application on the physical machine in the debugging phase, the program stops running:

At the same time, set the breakpoint in the following method of the AppDelegate object:

-(BOOL) application :( UIApplication *) application openURL :( nonnull NSURL *) url sourceApplication :( nullable NSString *) sourceApplication annotation :( nonnull id) annotation;

If the program is not interrupted at the breakpoint, find the relevant information and find that the Provisioning Profile file is set as the authorization file when the application is released under debugging, modify the Distribution Provisioning Profile file in "Targets"-> "Build Settings"-> "Code Signing"-> "Provisioning Profile" to the corresponding Development Provisioning Profile.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.