dumpdecrypted安装问题

匿名 (未验证) 提交于 2019-12-02 22:56:40
报错 unable to lookup item ‘Path‘ in SDK ‘iphoneos‘
解决 xcode 路径问题
 mac$ xcrun --sdk iphoneos --show-sdk-path xcrun: error: SDK "iphoneos" cannot be located

打印路径发现是错的

mac$ xcode-select --print-path /Library/Developer/CommandLineTools
mac$ xcodebuild -showsdks xcode-select: error: tool ‘xcodebuild‘ requires Xcode, but active developer directory ‘/Library/Developer/CommandLineTools‘ is a command line tools instance

修改

mac$ sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer/

查看

mac$ xcrun --sdk iphoneos --show-sdk-path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk 

原文:http://blog.51cto.com/haidragon/2151757

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!