摘要: swift 添加观察者, KVO, addObserver, Key-Path表达式,observe, 属性观察器 阅读全文
posted @ 2021-10-15 15:27 jisa 阅读(291) 评论(0) 推荐(0) 编辑
摘要: 原因: 在Xcode调试时,用了一个错误的libbacktracerecording.dylib库。而该库在真机不存在,所以不回崩溃 解决办法: command+shift+< > Run > Options > Queue Debugging 不要勾选 Enable backtrace recor 阅读全文
posted @ 2023-01-31 17:30 jisa 阅读(263) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(31) 评论(0) 推荐(0) 编辑
摘要: 15.4日起显示12/24小时制的问题 阅读全文
posted @ 2022-10-20 11:49 jisa 阅读(66) 评论(0) 推荐(0) 编辑
摘要: 收到AuthenticationChallenge(质疑认证)的处理 - (void)webView:(WKWebView *)webView didReceiveAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge co 阅读全文
posted @ 2022-09-13 17:46 jisa 阅读(156) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(314) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(49) 评论(0) 推荐(0) 编辑
摘要: framework, 静态库, lipo 阅读全文
posted @ 2022-06-27 18:31 jisa 阅读(487) 评论(0) 推荐(0) 编辑
摘要: bundle 阅读全文
posted @ 2022-06-27 16:18 jisa 阅读(495) 评论(0) 推荐(0) 编辑
摘要: URL,Target-Action, Protocol 阅读全文
posted @ 2022-06-14 15:20 jisa 阅读(357) 评论(0) 推荐(0) 编辑
摘要: antd 实现按需加载 阅读全文
posted @ 2022-02-02 15:35 jisa 阅读(262) 评论(0) 推荐(0) 编辑