一、cocopods版本升到1.10.0以上 二、podfile添加这些(flutter_module路径和.git路径相同) 三、命令行cd到flutter_module ...
一、cocopods版本升到1.10.0以上 二、podfile添加这些(flutter_module路径和.git路径相同) 三、命令行cd到flutter_module ...
iOS创建私有库 创建本地私有库索引和远程私有库索引关联 pod repo addSGSpecshttp://120.27.45.57:18080/liuqw/SGSpecs...
转发:https://juejin.cn/post/6844904193170341896 作者主页:https://juejin.cn/user/2348212570035399
前往文件夹:/etc/hosts 在命令行下输入: sudo vim /etc/hosts 要记得使用sudo开头,需要管理员权限。 输入密码后,就打开了这个文件了,按一下i...
podinstall出现连接不上github.com的问题,我们需要在hosts文件中输入github的网址 1、查询可以用的IP 在https://www.ipaddres...
一、UINavigationBar 用新 xcode13 编译工程后,导航栏的问题比较明显,调试之后发现是 UINavigationBar 部分属性的设置在 iOS15 上是...
先把git的东西fetch到你本地然后merge后再push $ git fetch origin master $ git merge origin FETCH_HEA...
Mac系统安装JDK1.8及环境变量配置 - 简书[https://www.jianshu.com/p/a85658902f26]
# 检测flutter依赖资源 $ flutter doctor Doctor summary (to see all details, run flutter doctor...
1、打开环境变量文件 命令 open ~/.bash_profile 2、更新环境变量 source $HOME/.bash_profile
@property (nonatomic, assign) BOOL isReading; @property (nonatomic, strong) AVCaptureSe...
1.通过git reflog命令查看操作日志: gitreflog 2.查看对应的版本号,就可以恢复到任意版本: 867c8e1f9 (HEAD -> master, ori...
使用spacecommander代码格式化 1.cd到需要格式化的项目根目录(和.git同级文件夹) 2.执行setup-repo.sh脚本(注意脚本需要全路径),执行完后会...
pod --version 先看当前pod版本 gem list pod 列出当前所有安装的CocoaPods版本 sudo gem install cocoapods 安...
/** * 分支创建 * 命令: git branch * 分支名称: testbranch */ git branch testbranch /** * 查看所有分支 * ...
MethodappearMethod =class_getInstanceMethod([selfclass],@selector(viewDidAppear:)); Met...
1. 在.h中添加@property (copy, nonatomic) NSString *vc_id; 2. 在.m中实现 - (void)setVc_id:(NSStr...
error: Multiple commands produce '/Users/sunjun/Library/Developer/Xcode/DerivedData/项目名...
项目名 is automatically signed, but provisioning profile AAAA has been manually specified....
截图中的XXXX.framework 代表的是SDK的完整路径 而”/XXXX”或者是“XXXX” 后面的单纯的4个X没有后缀的只需要填写SDK的名字就行