ios导入第三方framework
导入第三方库,比如googlemap,提交代码,发现会有头文件找不到的问题,原因出在:
framework search paths中用绝对地址,应该为相对地址,使用$(SRCROOT)
http://stackoverflow.com/questions/21342032/xcode-use-relative-paths-instead-of-direct-path-for-framework-search-paths
https://github.com/ShareSDKPlatform/ShareSDK-for-iOS