Xcode 12.5 (12E262) 在將 .scn 文件添加到 ARKit 項目後,“Command CodeSign 失敗,退出代碼為非零” (Xcode 12.5 (12E262) "Command CodeSign failed with a nonzero exit code" after a .scn file added to ARKit project)


問題描述

Xcode 12.5 (12E262) 在將 .scn 文件添加到 ARKit 項目後,“Command CodeSign 失敗,退出代碼為非零” (Xcode 12.5 (12E262) "Command CodeSign failed with a nonzero exit code" after a .scn file added to ARKit project)

我的構建失敗並出現錯誤:Command CodeSign failed with a nonzero exit code

我使用的是 Xcode 12.5 (12E262)。

當我將 .dae 文件轉換為 .scn 並將其添加到我的 ARKit 項目(而不是默認的 ship.scn)時發生這種情況。

該錯誤僅在我嘗試在我的物理設備(iPhone 11 pro),但它在模擬設備上成功運行。我在這個項目中沒有使用 pod 或任何外部框架。

我嘗試了這個解決方案但沒有成功:Stack1Ilya ValitoIlya Valito)

參考文件

  1. Xcode 12.5 (12E262) "Command CodeSign failed with a nonzero exit code" after a .scn file added to ARKit project (CC BY‑SA 2.5/3.0/4.0)

#iOS #XCode #swift #codesign






相關問題

將 jpg UIImage 轉換為位圖 UIImage? (convert jpg UIImage to bitmap UIImage?)

C++ Xcode iOS 項目錯誤 (C++ Xcode iOS project errors)

如何將以下行添加到我的 plist 文件中? (How can I add the following lines to my plist file?)

XCode 4.6 顯示方法 + (void)beginAnimations:(NSString *)animationID context:(void *)context; 的內存洩漏警告 (XCode 4.6 shows a warning of memory leak for method + (void)beginAnimations:(NSString *)animationID context:(void *)context;)

隨機分佈精靈 (randomly distribute sprites)

在 iOS 9 的 alert.addAction 中按下 OK 時如何打開另一個視圖控制器 (How to open another view controller when OK is pressed in alert.addAction in iOS 9)

在復選框上單擊獲取表行 ID - 目標 c (On check box click get the table Row ID - Objective c)

提交應用程序 - 添加本地化,但我的語言未列在組合框中? (Submitting app - Add Localizations, but my language is not listed in the combo box?)

是否可以從命令行更新 iOS 配置文件? (Can iOS Provisioning Profiles be renewed from the command-line?)

如何為collectionviewcell的刪除自定義動畫? (How to custom animation for collectionviewcell's deletion?)

由 LPLinkView 和 UIImageView 組成的單元格的 CollectionView 速度很慢,並且在滾動時會重新加載數據 (CollectionView with Cells made up of LPLinkView's and UIImageView's is Slow and Reloads Data While Scrolling)

刪除 tableview 單元格不會更新索引 (Deleting tableview cells won't update index)







留言討論