【发布时间】:2022-02-23 02:32:58
【问题描述】:
我将一个 Xcode 项目文件夹上传到 Google Drive。但是,当我下载文件夹并尝试打开项目(filename.xcodeproj)时,出现以下错误:
“项目路径/文件名.xcodeproj 无法打开,因为它缺少其 project.pbxproj 文件”
【问题讨论】:
标签: xcode
我将一个 Xcode 项目文件夹上传到 Google Drive。但是,当我下载文件夹并尝试打开项目(filename.xcodeproj)时,出现以下错误:
“项目路径/文件名.xcodeproj 无法打开,因为它缺少其 project.pbxproj 文件”
【问题讨论】:
标签: xcode
它应该在您的 filename.xcodeproj 中。在 Finder 中,尝试右键单击它,然后选择 Show Package Contents。
【讨论】:
希望下面的链接可以帮助您解决问题,就像它也帮助了我一样!
After upgrade 0.62.2 to 0.63.2, build fails with LaunchScreen.xib file not found #99
我和你的场景完全一样......我也从谷歌驱动器下载了我的项目,在我花了一整天的时间搜索搜索后,我找到了以下主题
error: Build input file cannot be found: LaunchScreen.storyboard and Main.storyboard in Xcode
感谢@loly sa
【讨论】: