码迷,mamicode.com
首页 > 其他好文 > 详细

对百度地图SDK中的真机framework和模拟器framework合并时遇到的问题

时间:2015-07-07 11:08:12      阅读:105      评论:0      收藏:0      [点我收藏+]

标签:sdk   终端   命令   百度地图   

在终端中输入的命令:

lipo -create
Release-iphoneos/BaiduMapAPI.framework/BaiduMapAPI
Release-iphonesimulator/BaiduMapAPI.framework/BaiduMapAPI
-output
Release-iphoneos/BaiduMapAPI.framework/BaiduMapAPI

注意:
Release-iphoneos/BaiduMapAPI.framework/BaiduMapAPI 为真机 framework 的路径 ;
Release-iphonesimulator/BaiduMapAPI.framework/BaiduMapAPI 为模拟器 framework 的路径 ;
-output 后面的 Release-iphoneos/BaiduMapAPI.framework/BaiduMapAPI 为合并之后的路径。

在终端中输入上述命令行后会遇到如下错误:

xcrun: error: active developer path (“/Applications/Xcode 2.app/Contents/Developer”) does not exist, use xcode-select --switch path/to/Xcode.app to specify the Xcode that you wish to use for command line developer tools (or see man xcode-select)

解决方案:

在终端里执行如下命令即可解决:
sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer

版权声明:本文为博主原创文章,未经博主允许不得转载。

对百度地图SDK中的真机framework和模拟器framework合并时遇到的问题

标签:sdk   终端   命令   百度地图   

原文地址:http://blog.csdn.net/zhengang007/article/details/46785625

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!