Possible problems with iOS real-computer test types

Source: Internet
Author: User

1. Reason-image not Found

There is no problem with the simulator, but there seems to be a problem in the real machine, not sure whether it is all models.

Crash log

12345 dyld: Library not loaded: @rpath/Pods. Framework/Pods Referenced from: /var/mobile/ containers/bundle/ application/3a970a35 -a52f-45D7-a4d5-55C849349C75/quanjie. App/quanjie Reason: Image not found

This is the mirror can not be found, and here is pods.framework can not find, and caused the inevitable flash problem.

Solutions

A passage from a foreigner:

Okay, fixed. The issue was the pods.framework is set to required and not optional. It wasn ' t being copied to device by the. Sh script and so the app crashed. Setting this to optional fixed the issue.

Presumably, the problem is that pods.framework is set to required instead of optional. At run time, it is copied to the device by the. Sh script, which causes the app to crash. You can fix this problem by modifying required to optional.

Where to set up? As shown in the following:

Possible problems with iOS real-computer test types

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.