Xcode Version 26.5 (17F42) 适配
我的 Xcode 26 才今天刚刚适配,主要被逼的,App提交不了了,不然真懒的适配
AFNetworking 的编译报错误
Use of private header from outside its module: 'netinet6/in6.h'
YYKit/YYText 的编译报错[...]
Xcode的最新版本已至14.2,而从14.0开始,Bitcode就被弃用了;关于为什么弃用Bitcode,弃用Bitcode有什么影响,下面内容可能会给你一些帮助。底部有Google翻译与原文地址`Bitcode is actually just the LLVM intermediate language. When you compile s[...]
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.解决方法[...]
App Store上架审核条款更新-“更新版《App Store 审核指南》现已发布”App Store 不仅安全可靠、值得信赖,是用户探索和下载 app 的好去处,对开发者来说也蕴藏着巨大的商机。我们对指南进行了如下更改和澄清,以便为即将发布的 OS 版本中的新功能提供支持,更好地保护用户,并帮助您的 app 尽可能顺利地通过审核流程。更新部分如[...]
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[...]
记录一个UITests Failed 的问题:The bundle “XXXUITests” couldn’t be loaded because it is damaged or missing necessary resources. Try reinstalling the bundle.环境Mac OS: 10.15.5
Xcode: V[...]
Flutter Doctor ! NO_PROXY is not setFlutter Doctor ! NO_PROXY is not setMac环境下解决方法:1、如果你是最新的 .zshrc:打开终端 - 默认在 当前用户 ~
执行命令:open .zshrc
在打开的 .zshrc 文件中加入这一行:export NO_PROXY=lo[...]
None of the input catalogs contained a matching launch image set named "LaunchImage".问题:因为苹果最新上架政策的原因,LaunchImage没法用了,只能使用LaunchScreen.storyboard进行启动图构建。
然而在删除Assets文件中的Launc[...]