sudo killall -9 com.apple.CoreSimulator.CoreSimulatorService
Swift源碼編譯,小坑比較多,歷時(shí)2周(樂色)。 一、編譯環(huán)境 官方文檔:https://github.com/apple/swift/blo...
1、Github創(chuàng)建倉庫 打開GitHub,開始Create a new repository 創(chuàng)建完成后,clone到本地 git clone...
1.打開碼云https://gitee.com/并注冊(cè)登錄 2.創(chuàng)建倉庫 3、輸入git下載地址 4、等待從github clone完,大概等個(gè)...
NSString *sql = [NSString stringWithFormat:@"INSERT INTO %@ (%@) VALUES ...
1、打開終端 2、cd 到項(xiàng)目 3、find . -name "*.m" -or -name "*.h" -or -name "*.xib" -...
1.git log獲取commit信息 2.git rebase -i (commit-id) commit-id 為要?jiǎng)h除的commit的下一...
Xcode8以上安裝插件步驟 1、如果之前安裝過,先移除 rm -rf ~/Library/Application\ Support/Devel...
重簽名腳本:fastlane/sign腳本 一、安裝 安裝brew 1、brew install ruby:安裝ruby 2、sudo g...