Category
iOS

关于 Xcode15.1、Xcode15.2 无法创建 Category(OC)、Extension(Swift) 这件事

原因是 Xcode15.1、Xcode15.2 缺少 CategoryNSObject 和 ExtensionNSObj...
avatar
iOS

YYText 适配(iOS17)

YYLabel 设置属性(textAlignment)文字居中有可能失效(点击快速直达) YYText 与 WOCras...
avatar
iOS

Xcode14.3 File not found libarclite_iphonesimulator.a and libarclite_iphoneos.a

Xcode 14.3 运行项目报错 File not found libarclite_iphonesimulator....
avatar
iOS

Xcode14 CocoaPads pod install can’t modify frozen String (FrozenError)

Xcode14 CocoaPads pod install 报错的解决方案 /Library/Ruby/Gems/2.6...
avatar
iOS

iOS16 Developer Mode Required

Developer Mode Required “Your app” requires Developer ...
avatar
iOS

CocoaPods 导入 QQ互联 SDK 后编译报错 Redefinition of “XXX”

CocoaPods 导入 QQ互联 SDK 后编译报错 Redefinition of 'TencentAuthoriz...
avatar
iOS

iOS微信SDK配置通用链接(Universal Links)

调用 分享、登录、打开小程序 方法唤起微信后又自动返回到 APP,详见FAQ 姐妹篇 uni-app 云打包iOS微信S...
avatar
iOS

UITableViewCell嵌套UICollectionView实现高度自适应

需求背景 1、UITableViewCell 嵌套 UICollectionView 2、UICollectionVie...
avatar
iOS

解决 iOS bugly Unable to access jarfile /Users/mac/bin/buglySymboliOS.jar 问题

在使用 Archive 打包的时候编译失败 Command PhaseScriptExecution failed wi...
avatar
iOS

Errors were encountered thile preparing your device for development. Please check the Devices and Simulators Window

Xcode 真机调试 遇到 Errors were encountered thile preparing your d...
avatar