1 报错信息 2 处理措施 2.1 找到xx. xcarchive 2.2 release环境下,编译自定义framework,在framework同目录下找到dSYM,导入...

1 报错信息 2 处理措施 2.1 找到xx. xcarchive 2.2 release环境下,编译自定义framework,在framework同目录下找到dSYM,导入...
背景 处理对象:二进制数 处理场景:更新二进制数具体场景中存在两个数据,一个是任意数据(数据value),一个是自定义数据(数据key),key可以运算符特性设置,得到期望的...
1 检查三方库使用情况https://www.jianshu.com/p/319a622d681c[https://www.jianshu.com/p/319a622d681...
1 设置Excluded Architectures 2 podfile内增加配置项后执行pod install
Xcode 15.0.1运行模拟器报Building for 'iOS-simulator', but linking in object file (/Users/XXXX...
查看pod更多信息,自定义处理相关逻辑。 参考资料 https://guides.cocoapods.org/syntax/podfile.html#post_integra...
自定义代码块本地路径 常用自整理 https://gitee.com/nemo_x/xcode-code-snippets[https://gitee.com/nemo_x/...
场景:一套代码多处使用 1 PROJECT -> Info -> +2 add Scheme.png 2 Manage Schemes -> +3 Configs<->Sch...
一 查看全部 Xcode -> Window -> Devices and Simulators airSandbox : 参考链接 : https://github.com...
Github仓库: https://github.com/JinjunHan/iOSDeviceSupport[https://gitee.com/link?target=h...
1 强引用 timer fix: 未调用invalidate 且 置为 nil 2 页面退出时 perform after 仍未执行 eg: [self performSel...
iOS14 之前 iOS 14 之后 @available(iOS 14.0, *)
category
swift.framework 中 swift 调用 oc1 添加TestObj.h TestObj.m2 TARGETS -> Build Phases -> Header...