会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
jisa
博客园
首页
新随笔
联系
订阅
管理
[置顶]
Swift 添加观察者
摘要: swift 添加观察者, KVO, addObserver, Key-Path表达式,observe, 属性观察器
阅读全文
posted @ 2021-10-15 15:27 jisa
阅读(330)
评论(0)
推荐(0)
2025年7月
GCD定时器DispatchSourceTimer崩溃问题
摘要: DispatchSourceTimer, suspend, resume 崩溃
阅读全文
posted @ 2025-07-31 16:04 jisa
阅读(14)
评论(0)
推荐(0)
2025年3月
Xcode16问题
摘要: Xcode16, bitcode, 隐私清单,not contain libarclite
阅读全文
posted @ 2025-03-31 14:33 jisa
阅读(612)
评论(0)
推荐(0)
2023年1月
iOS15 模拟器,加载WKWebView崩溃,真机可以正常运行
摘要: 原因: 在Xcode调试时,用了一个错误的libbacktracerecording.dylib库。而该库在真机不存在,所以不回崩溃 解决办法: command+shift+< > Run > Options > Queue Debugging 不要勾选 Enable backtrace recor
阅读全文
posted @ 2023-01-31 17:30 jisa
阅读(322)
评论(0)
推荐(0)
2022年10月
not present in DVTPlugInCompatibilityUUIDs
摘要: 2022-10-31 17:24:38.827 xcodebuild[43498:351656] [MT] PluginLoading: Required plug-in compatibility UUID 57505DC8-7C02-42C5-9C44-13FD1CB92B41 for plug
阅读全文
posted @ 2022-10-31 17:39 jisa
阅读(50)
评论(0)
推荐(0)
iOS 15.4以上系统12/24小时制的问题。
摘要: 15.4日起显示12/24小时制的问题
阅读全文
posted @ 2022-10-20 11:49 jisa
阅读(104)
评论(0)
推荐(0)
2022年9月
iOS加载网页时,Https使用的是自制证书
摘要: 收到AuthenticationChallenge(质疑认证)的处理 - (void)webView:(WKWebView *)webView didReceiveAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge co
阅读全文
posted @ 2022-09-13 17:46 jisa
阅读(206)
评论(0)
推荐(0)
2022年6月
iOS制作.a静态库
摘要: 1. 创建.a工程 2. 将 Build Settings -> Build Active Architectrue Only 设置为NO 3. 修改支持的版本信息 Build Setting -> iOS Deployment Target 设置为 iOS10.0 4. 如果用到了xib,或者资源
阅读全文
posted @ 2022-06-29 17:32 jisa
阅读(351)
评论(0)
推荐(0)
制作framework静态库
摘要: 1. 创建framework工程 2. Build Settings -> Build Artive Architectrue Only 设置为NO 3. Build Settings -> Mach-O Type 设置为 Static Library 4. General -> Deploymen
阅读全文
posted @ 2022-06-28 16:45 jisa
阅读(65)
评论(0)
推荐(0)
iOS制作静态库(framework, .a, bundle)
摘要: framework, 静态库, lipo
阅读全文
posted @ 2022-06-27 18:31 jisa
阅读(540)
评论(0)
推荐(0)
iOS 制作bundle
摘要: bundle
阅读全文
posted @ 2022-06-27 16:18 jisa
阅读(554)
评论(0)
推荐(0)
下一页
公告