一、按位与 & 1.概念:参加运算的两个对象,按二进制位进行“与”运算,负数按补码形式参加按位与运算。2.规则 3.注意事项和用途注意:负数按补码形式参加按位与运算用途: 清...
一、按位与 & 1.概念:参加运算的两个对象,按二进制位进行“与”运算,负数按补码形式参加按位与运算。2.规则 3.注意事项和用途注意:负数按补码形式参加按位与运算用途: 清...
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
~/Library/Preferences/BundleId.plist
swift.framework 中 swift 调用 oc1 添加TestObj.h TestObj.m2 TARGETS -> Build Phases -> Header...
charles电脑 手机连接相同wifi 1 官网下载Charles[https://www.charlesproxy.com/latest-release/download...
创建的bundle或者framework工程,没有product文件夹 最近遇到了一个很奇怪的问题,创建了一个bundle工程,打开project以后发现没有了product...