Turn IOS7 Development Error Collection

Source: Internet
Author: User

Transferred from: http://blog.csdn.net/smallsky_keke/article/details/16117653

1.

Fatal Error:file '/applications/xcode5-dp.app/contents/developer/platforms/iphonesimulator.platform/developer/ Sdks/iphonesimulator7.0.sdk/system/library/frameworks/uikit.framework/headers/uidynamicanimator.h ' has been Modified since the precompiled header '/users/sumomochuufuku/library/developer/xcode/deriveddata/modulecache/ 2NEVAP7X943D2/UIKIT.PCM ' was built

Note:after Modifying system headers, delete the module cache at '/users/sumomochuufuku/library/developer/xcode/de Riveddata/modulecache/2nevap7x943d2 '

1 Error generated.

Workaround: Go to '/users/sumomochuufuku/library/developer/xcode/deriveddata/modulecache/2nevap7x943d2 this folder, delete the contents of its folder, Then run the app, no problem, note not delete the 2nevap7x943d2 folder, but the contents of it. And then clean the project. (Product, clean)

Attention:

1), Sumomochuufuku is my user name, you have to change to your own.

2), Nevap7x943d2 folder should be the corresponding application, so it will change with the app, to understand and flexible use.

2.

Fatal Error:file '/applications/xcode5-dp.app/contents/developer/platforms/iphonesimulator.platform/developer/ Sdks/iphonesimulator7.0.sdk/system/library/frameworks/uikit.framework/headers/uifont.h ' has been modified since the Precompiled header '/USERS/LUCKY/LIBRARY/DEVELOPER/XCODE/DERIVEDDATA/MODULECACHE/15I6PGVCGLZMV/UIKIT.PCM ' was Built

Note:after Modifying system headers, delete the module cache at '/users/lucky/library/developer/xcode/deriveddata /MODULECACHE/15I6PGVCGLZMV '

1 Error generated.

Workaround: Same as Error 1

Go to/users/lucky/library/developer/xcode/deriveddata/modulecache/15i6pgvcglzmv This folder, then delete the files in the folder, and then clean the project.

Similar errors, need to clear the cache to solve, and later do not repeat the

3, a very serious UIWebView page overlap BUG: When the UIWebView has input request, the keyboard pops up, will squeeze UIWebView, so that the page overlap phenomenon, there is no solution.

http://www.sencha.com/forum/showthread.php?271747

4, UIWebView in the IOS7 system, when the use of initWithFrame method initialization occasionally will crash, specific reasons unknown. Remove the app, reinstall and no problem, but it is really an occasional problem, there is no solution.

5, XCODE5 because the cache problem caused a lot of strange problems, so clearing the cache can sometimes play a big role:

Delete the contents of the Deriveddata and snapshots two folders.

6, XCODE5 When you delete a third-party framework, but the project can also search for the framework, whether to clear the cache or restart the computer, or even re-install Xcode no effect, the problem may be in the project itself, the following solution:

Open Project: TARGETS, Build Settings, search Paths, framework search Paths See if there is an error in the path to the framework searching path, remove the wrong path, C Lean Project.

7, XCODE5 Packaging IPA do not connect the device, otherwise there will be problems, the feeling is a certificate problem.

8, XCODE5 Packaging IPA if it is normal to appear on other devices, but some IOS7 system devices can not be installed, then test the following steps to correct:

(1) Open https://developer.apple.com/account/ios/profile, make sure the certificate adds the Udid of the corresponding device, and the bundle identifier of the certificate corresponds to your project.

(2) Open XCode5 Preferences, Accounts, pop-up windows, double-click your certificate, in the second window that pops up, select the appropriate certificate, click Update in the lower left corner.

(3) Open project build Setting->code Signing->code Signing Identify, select iOS Develop (auto match)

Then the packaged steps are not introduced here.

Turn IOS7 Development Error Collection

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.