摘要:
导入第三方库,比如googlemap,提交代码,发现会有头文件找不到的问题,原因出在:framework search paths中用绝对地址,应该为相对地址,使用$(SRCROOT)http://stackoverflow.com/questions/21342032/xcode-use-rela... 阅读全文
posted @ 2014-07-30 13:26 0304 阅读(601) 评论(0) 推荐(0)
|
|
|
|
摘要:
导入第三方库,比如googlemap,提交代码,发现会有头文件找不到的问题,原因出在:framework search paths中用绝对地址,应该为相对地址,使用$(SRCROOT)http://stackoverflow.com/questions/21342032/xcode-use-rela... 阅读全文
posted @ 2014-07-30 13:26 0304 阅读(601) 评论(0) 推荐(0) |
|