摘要:
添加sublime-build配置{ "cmd": ["/usr/bin/xcrun", "swift", "$file"]}编写swift文件cmd+b执行: 阅读全文
摘要:
参照:Creating your first iOS Framework 注意点:1.选择Framework & Library时需要选择“Cocoa Touch Library”,查了一下carthage issues 好像静态库不支持(待测试)2.Make sure to select the “Include Unit Tests” check box.必须要选中Unit Tests3.需要... 阅读全文
摘要:
原因:git中 xcshareddata 未提交在git中将xcshareddata提交即可 阅读全文