
Xcode 12
app开发工程师V帅
iOS/Android APP 开发工程师
展开
-
Xcode : The Legacy Build System will be removed in a future release. You can configure the 。。。
错误:The Legacy Build System will be removed in a future release. You can configure the selected build system and this deprecation message in File > Workspace Settings.原因:旧版生成系统将在未来版本中删除。您可以在“文件”>“工作区设置”中配置选定的生成系统和此弃用消息。解决:Xcode工具栏 ---> Fi原创 2022-05-20 14:11:18 · 2899 阅读 · 0 评论 -
Xcode 12 导出ipa包
参考链接:Xcode 12.1导出ipa包(适合新手) - 简书注意:Archive后选择 Distribute App -选择相应的环境- 导出即可;原创 2022-02-10 14:45:20 · 1921 阅读 · 0 评论 -
iOS 苹果开发者账号协议和付费条款同意过程
文档如下:原创 2021-12-26 20:03:54 · 1970 阅读 · 0 评论 -
Xcode app修改项目名
1.需要修改bundle name2.需要修改product name项目 ==> TARGETS ==> Build Settings==> 搜索product name,修改即可bai (注意红色du部分,不然修改不上去)zhi一般debug版可dao以修改为:$(TARGET_NAME)drelease版可以修改为:$(TARGET_NAME)注意:一般配合修改的还有输出路径 (xcode里搜索per-)3.也可info.plist 改bundle display.原创 2020-10-27 09:54:04 · 1126 阅读 · 1 评论 -
Xcode12 “PushKit apps that use VoIP push must link either CallKit or IncomingCallNotifications
问题1:升级Xcode12.0.1后,运行报错:"PushKit apps that use VoIP push must link either CallKit or IncomingCallNotifications frameworks.原因:VoIP 推送服务不支持了错误代码如下:if #available(iOS 9.0, *) {//适配9.0报错 voipRegistry.desiredPushTypes = [.voIP]}Xcode12 ...原创 2020-10-14 11:07:04 · 1788 阅读 · 0 评论 -
Xcode 12 to build a single binary with both 32-bit and 64-bit support
Xcode 提交 APP Store 后 提示:报错提示:App Store Connect Operation ErrorERROR ITMS-90086: "Missing 64-bit support. iOS apps submitted to the App Store must include 64-bit support and be built with the iOS 8 SDK or later. We recommend using the default "Standar.原创 2020-09-25 11:50:08 · 349 阅读 · 0 评论 -
Xcode Missing Private key
参考链接:https://www.jianshu.com/p/6372055fbaa0在其他电脑上上传app ,需要有证书的电脑给他发一个.p12文件,有原始证书电脑:打开钥匙串--找到描述文件--右键导出为.p12格式--然后发到这台电脑山无证书需要发布的电脑:接收文件--打开--输入密码这时候上传就可以了...原创 2020-09-25 11:05:06 · 767 阅读 · 0 评论 -
Xcode 12: building for iOS Simulator, but linking in object file built fo... for architecture arm64
升级Xcode12后报错:"building for iOS Simulator, but linking in object file built for iOS, file '/Users/.../Pods/AlipaySDK-iOS/AlipaySDK.framework/AlipaySDK' for architecture arm64clang: error: linker command failed with exit code 1 (use -v to see invocatio原创 2020-09-23 16:21:05 · 28418 阅读 · 1 评论