Category
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
iOS

UITableViewCell 添加 UITextView IQKeyboardManager 不起作用

背景 在 UITableViewCell 里 使用 UITextView 出现 键盘遮挡输入框的问题 解决办法 导入头文...
avatar
iOS

iOS 接口返回的字符串含有 \n 无法换行的问题

起因 接口返回的字符串里含有 \n,目的是对文本进行换行,但是赋值给 UILabel 后并没有换行,而是显示出 \n。 ...
avatar