iPhone 13 Pro Max cannot run executables for x86_64iPhone 13 Pro Max does not support the architecture of the selected executable. Switch to a device that supports x86_64.解决方法[...]
Object-C和Swift混编项目情况下,修改Display Name之后 XXX-Swift.h File not found 问题今天项目需要开一个特制版,修改了Display Name之后,有 XXX-Swift.h 文件的地方报 File not found解决方法1:将Display Name 修改为英文
解决方法2:在Build S[...]
None of the input catalogs contained a matching launch image set named "LaunchImage".问题:因为苹果最新上架政策的原因,LaunchImage没法用了,只能使用LaunchScreen.storyboard进行启动图构建。
然而在删除Assets文件中的Launc[...]
最新App Store审核提示ITMS-90111: Invalid Toolchain - Your app was built with a beta version of Xcode or SDK.问题特征1、Xcode使用的是正式版本,我这边是Version 10.1 (10B61)
2、SDK也是Xcode匹配的版本
3、上传过程是正常的[...]
App打包上架过程中出现App Store Connect Operation Warning,问题的解决方法App Store Connect Operation WarningApp Store Connect Operation Warning
WARNING ITMS-9O7 25: "SDK Version lssue. Thi[...]
iOS开发#使用Pods中使用Swift和Objective-C混编-编译不通过的原因-ld: symbol(s) not found for architecture arm64问题基本描述 在Pods管理的Objective-C中导入Swift过程中出现问题项目中需要展示报表,而使用的第三方(Charts)是Swift编写的,而我的项目中使用的[...]
iOS开发# Attempted to dereference an invalid ObjC Object or send it an unrecognized selector.出问题的过程对于数组进行操作时Crash控制台PO打印 Errorerror: Execution was interrupted, reason: Attempted[...]
问题:[NSNull length]: unrecognized selector sent to instance 0x1068b8f08-相关解决方法今天突然发现App的一个页面崩溃,检查之后发现后台返回来的必需值是空的。而我使用YYKit框架和Masonry,“需要去测算字符的长度,而YYKit没有对空进行判断,我这边也没有判断,所以导致了,[...]