一、cocopods版本升到1.10.0以上 二、podfile添加這些(flutter_module路徑和.git路徑相同) 三、命令行cd到flutter_module ...
一、cocopods版本升到1.10.0以上 二、podfile添加這些(flutter_module路徑和.git路徑相同) 三、命令行cd到flutter_module ...
iOS創(chuàng)建私有庫 創(chuàng)建本地私有庫索引和遠(yuǎn)程私有庫索引關(guān)聯(lián) pod repo addSGSpecshttp://120.27.45.57:18080/liuqw/SGSpecs...
轉(zhuǎn)發(fā):https://juejin.cn/post/6844904193170341896 作者主頁:https://juejin.cn/user/2348212570035399
前往文件夾:/etc/hosts 在命令行下輸入: sudo vim /etc/hosts 要記得使用sudo開頭,需要管理員權(quán)限。 輸入密碼后,就打開了這個(gè)文件了,按一下i...
podinstall出現(xiàn)連接不上github.com的問題,我們需要在hosts文件中輸入github的網(wǎng)址 1、查詢可以用的IP 在https://www.ipaddres...
一、UINavigationBar 用新 xcode13 編譯工程后,導(dǎo)航欄的問題比較明顯,調(diào)試之后發(fā)現(xiàn)是 UINavigationBar 部分屬性的設(shè)置在 iOS15 上是...
先把git的東西fetch到你本地然后merge后再push $ git fetch origin master $ git merge origin FETCH_HEA...
Mac系統(tǒng)安裝JDK1.8及環(huán)境變量配置 - 簡書[http://www.itdecent.cn/p/a85658902f26]
# 檢測flutter依賴資源 $ flutter doctor Doctor summary (to see all details, run flutter doctor...
1、打開環(huán)境變量文件 命令 open ~/.bash_profile 2、更新環(huán)境變量 source $HOME/.bash_profile
@property (nonatomic, assign) BOOL isReading; @property (nonatomic, strong) AVCaptureSe...
1.通過git reflog命令查看操作日志: gitreflog 2.查看對應(yīng)的版本號,就可以恢復(fù)到任意版本: 867c8e1f9 (HEAD -> master, ori...
使用spacecommander代碼格式化 1.cd到需要格式化的項(xiàng)目根目錄(和.git同級文件夾) 2.執(zhí)行setup-repo.sh腳本(注意腳本需要全路徑),執(zhí)行完后會(huì)...
pod --version 先看當(dāng)前pod版本 gem list pod 列出當(dāng)前所有安裝的CocoaPods版本 sudo gem install cocoapods 安...
/** * 分支創(chuàng)建 * 命令: git branch * 分支名稱: testbranch */ git branch testbranch /** * 查看所有分支 * ...
MethodappearMethod =class_getInstanceMethod([selfclass],@selector(viewDidAppear:)); Met...
1. 在.h中添加@property (copy, nonatomic) NSString *vc_id; 2. 在.m中實(shí)現(xiàn) - (void)setVc_id:(NSStr...
error: Multiple commands produce '/Users/sunjun/Library/Developer/Xcode/DerivedData/項(xiàng)目名...
項(xiàng)目名 is automatically signed, but provisioning profile AAAA has been manually specified....
截圖中的XXXX.framework 代表的是SDK的完整路徑 而”/XXXX”或者是“XXXX” 后面的單純的4個(gè)X沒有后綴的只需要填寫SDK的名字就行