iphone - Xcode升级: PBXContainerItemProxy missing containerPortal key
<p><p>我刚刚升级了我的 Xcode,现在当我尝试打开我的项目时,我收到了这个错误:</p>
<blockquote>
<p>Project /Users/xxx/xxxx/xxxxx/xxxxxx/xxxxxxxx.xcodeproj cannot be opened: PBXContainerItemProxy (xxxxxxxxxxxxxxxxx) is missing a containerPortal key</p>
</blockquote>
<p>我已经搜索了 web 和 stackoverflow,但根本找不到任何与此相关的信息。</p>
<p>我确实将 Three20 作为我项目的一部分,我不知道这是否重要。我刚刚升级到 xcode 4.4.1</p>
<p>感谢您的任何见解。</p>
<p>-D</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>我们看到的项目图标,即projectname.xcodeproj,实际上是一个目录,你这样做</p>
<p><br/>1.在终端做 cd yourproject.xcodeproj<br/>
2.ls<br/>
3.vi项目.pbxproj<br/>
4. 向下滚动直到/* Begin PBXContainerItemProxy section */<br/>
5.那里你会看到所有部分检查缺少门户 key 的部分编辑它并保存它:wq它会工作</p>
<p> <img src="/image/9wsgd.png" alt="Screen shot"/> </p>
<p>如果您看到第一部分缺少容器门户 key ,则在图像中。只需从其他部分拍摄并替换它..</p>
<p>它会起作用 :D 看到这个 <a href="http://www.amarendrasingh.com/objective-c/xcode-upgrade-pbxcontaineritemproxy-missing-containerportal-key/" rel="noreferrer noopener nofollow">link</a> </p></p>
<p style="font-size: 20px;">关于iphone - Xcode升级: PBXContainerItemProxy missing containerPortal key,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/12161081/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/12161081/
</a>
</p>
页:
[1]