Alcatraz in Xcode 7.1

前端 未结 4 1231
醉梦人生
醉梦人生 2020-12-23 19:58

Note that from Xcode 8 Alcatraz no longer works Editor Extension Tutorial


I am unable to install Alcatraz for Xcode 7.1

According to

4条回答
  •  情书的邮戳
    2020-12-23 20:20

    I had the same issue with 7.1 and just reinstalling Alcatraz didn't help. I also have XCode 6.4, which may be related. I found the solution here - https://github.com/supermarin/Alcatraz/issues/352

    As mentioned by welsonla, you have to exit XCode and enter in terminal

    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`
    

    then

    sudo xcode-select --reset
    

    I also uninstalled Alcatraz before that and reinstalled it after, just in case.

提交回复
热议问题