CocoaPods 的使用 SDK 和集成 git

CocoaPods:
http://blog.csdn.net/showhilllee/article/details/38398119/

vim cocoapods:
按i编辑
模版:

Uncomment the next line to define a global platform for your project

platform :ios, '9.0'

Comment the next line if you're not using Swift and don't want to use dynamic frameworks

use_frameworks!

target 'DouyuZB-Swift' do

pod 'Alamofire', '~> 4.0.1'
pod 'Kingfisher', '~> 3.1.1'
pod 'SnapKit'
end

强制保存: :wq!

问题:
The dependency `` is not used in any concrete target

The dependency AFNetworking is not used in any concrete target
http://blog.csdn.net/sjl_leaf/article/details/50506057
头文件不实现
http://www.360doc.com/content/15/0302/15/20919452_451991897.shtml

-fembed-bitcode is not supported on versions of iOS prior to 6.0
http://www.byjth.com/developer/50.html

alcatraz 安装

集成 git:
//www.greatytc.com/p/aab20a36670d

问题:commit 不成功 需要config name
解决:

git config user.email
“账号"

git config user.name
"名字"

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容