摘要:
swift 添加观察者, KVO, addObserver, Key-Path表达式,observe, 属性观察器 阅读全文
摘要:
原因: 在Xcode调试时,用了一个错误的libbacktracerecording.dylib库。而该库在真机不存在,所以不回崩溃 解决办法: command+shift+< > Run > Options > Queue Debugging 不要勾选 Enable backtrace recor 阅读全文
摘要:
2022-10-31 17:24:38.827 xcodebuild[43498:351656] [MT] PluginLoading: Required plug-in compatibility UUID 57505DC8-7C02-42C5-9C44-13FD1CB92B41 for plug 阅读全文
摘要:
15.4日起显示12/24小时制的问题 阅读全文
摘要:
收到AuthenticationChallenge(质疑认证)的处理 - (void)webView:(WKWebView *)webView didReceiveAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge co 阅读全文
摘要:
1. 创建.a工程 2. 将 Build Settings -> Build Active Architectrue Only 设置为NO 3. 修改支持的版本信息 Build Setting -> iOS Deployment Target 设置为 iOS10.0 4. 如果用到了xib,或者资源 阅读全文
摘要:
1. 创建framework工程 2. Build Settings -> Build Artive Architectrue Only 设置为NO 3. Build Settings -> Mach-O Type 设置为 Static Library 4. General -> Deploymen 阅读全文
摘要:
framework, 静态库, lipo 阅读全文
摘要:
bundle 阅读全文
摘要:
URL,Target-Action, Protocol 阅读全文
摘要:
antd 实现按需加载 阅读全文