gpt4 book ai didi

iphone - Xcode升级: PBXContainerItemProxy missing containerPortal key

转载 作者:塔克拉玛干 更新时间:2023-11-02 09:49:02 28 4
gpt4 key购买 nike

我刚刚升级了我的 Xcode,现在当我尝试打开我的项目时,出现了这个错误:

Project /Users/xxx/xxxx/xxxxx/xxxxxx/xxxxxxxx.xcodeproj cannot be opened: PBXContainerItemProxy (xxxxxxxxxxxxxxxxx) is missing a containerPortal key

我已经在网上和 stackoverflow 上进行了搜索,但根本找不到与此相关的任何信息。

我的项目中确实有 Three20,我不知道这是否重要。我刚刚升级到 xcode 4.4.1

感谢您的任何见解。

-D

最佳答案

我们看到的项目图标即projectname.xcodeproj,实际上是一个目录,你这样做


1.在终端做 cd yourproject.xcodeproj
2.ls
3.vi工程.pbxproj
4. 向下滚动直到/* Begin PBXContainerItemProxy 部分 */
5.在那里你会看到所有部分检查缺少门户 key 的部分编辑它并保存它:wq 它会工作

Screen shot

在图像中,如果您看到第一部分缺少容器门户 key 。只需从其他部分拍照并替换它。

它会起作用 :D 看这个 link

关于iphone - Xcode升级: PBXContainerItemProxy missing containerPortal key,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12161081/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com