1、错误提示
下载ios的开发项目,运行xcode编译、报错,“error: There is no SDK with the name or path ....";
2、解决方案
报错原因:ios项目配置的sdk与当前xcode的sdk不对应。
修改方法:点击报错的“.xcodeproj"--> "Build Settings" --> "Base SDK" -->选择XCode对应的IOS SDK版本。
下载ios的开发项目,运行xcode编译、报错,“error: There is no SDK with the name or path ....";
报错原因:ios项目配置的sdk与当前xcode的sdk不对应。
修改方法:点击报错的“.xcodeproj"--> "Build Settings" --> "Base SDK" -->选择XCode对应的IOS SDK版本。