iOS Development--Error summary & common errors and warnings in development summary (39)

Source: Internet
Author: User

Summary of common errors and warnings in development (39)

Plugin fails after Xcode update

Method one: Visual interface

    1. Find the Dvtplugincompatibilityuuid record uuid inside the/applications/xcode.app/contents/info.
    2. Go to the plugin directory ~/library/application support/developer/shared/xcode/plugins display the package contents of the plugin, Edit the Info.plist file to expand Dvtplugincompatibilityuuids Add a new item value.

Method Two: Command line
Dvtplugincompatibilityuuid commands for bulk update plug-ins (recommended for sudo execution):

    1. Find ~/library/application\ support/developer/shared/xcode/plug-ins-name info.plist-maxdepth 3 | xargs-i{} defaults write {} dvtplugincompatibilityuuids-array-add ' defaults read/applications/xcode.app/contents/ Info Dvtplugincompatibilityuuid '

The principle of this approach is to enable the plugin to support the new version of Xcode compatibility, but if the plug-in itself has bugs in newer versions, it can only wait until the plugin updates or resolve the bug itself.

iOS Development--Error summary & common errors and warnings in development summary (39)

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.