Xcode中缺少iOS Devtools.Core框架pbxcp? [英] iOS Devtools.Core Framework pbxcp missing in Xcode?

查看:100
本文介绍了Xcode中缺少iOS Devtools.Core框架pbxcp?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我下载了Doomclassic源代码,并希望对其进行研究。首先,我想对其进行编译,以查看其是否真正起作用。因此,我按照说明进行操作,并将.wad文件复制到基本文件夹中,打开项目并点击编译。除了300多个警告和丢失的文件(主要是图像,我大多已修复)之外,在编译阶段我遇到了一个奇怪的错误,谷歌根本没有帮助。

I downloaded the Doomclassic Source Code and wanted to have a look at it. First I wanted to compile it to see if it actually works. So I followed the instructions and copied the .wad files into the base folder, openend the project and hit compile. Aside from the over 300 warnings and the missing files (mostly Images, which I mostly fixed) I have a strange error during teh compile phase and google is no help at all.

它说:


/Users/tobias/Library/Developer/Xcode/DerivedData/Doom-egfadrxunamfwjdsdaylawcyppkc/Build/Intermediates/Doom.build/Debug-iphonesimulator/Doom.build /Script-435F41A90F532CA300887552.sh:第3行:/Applications/Xcode.app/Contents/Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp:没有此类文件或目录

/Users/tobias/Library/Developer/Xcode/DerivedData/Doom-egfadrxunamfwjdsdaylawcyppkc/Build/Intermediates/Doom.build/Debug-iphonesimulator/Doom.build/Script-435F41A90F532CA300887552.sh: line 3: /Applications/Xcode.app/Contents/Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp: No such file or directory

当我检查Xcode.app时,PrivateFrameworks文件夹中的唯一框架是IDEBundleInjection.framework

When I check my Xcode.app the only framework in the PrivateFrameworks folder is IDEBundleInjection.framework

我还看了一下脚本:


!/ bin / sh -x


PBXCP = $ {DEVELOPER_DIR} /Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp
$ {PBXCP}-排除.svn $ {PROJECT_DIR} /../../ base " $ {BUILT_PRODUCTS_DIR} / $ {UNLOCALIZED_RESOURCES_FOLDER_PATH} /

!/bin/sh -x

PBXCP=${DEVELOPER_DIR}/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp ${PBXCP} -exclude .svn "${PROJECT_DIR}/../../base" "${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/"

所以看来我需要这个框架-但即使使用Google,我也无法找到它,我不知道如何将其集成到Xcode App中?我刚刚将Xcode更新为4.4,但仍然是相同的错误。

So it seems that I need this framework - but even with google I couldn't find it and I wouldn't know how to integrate it into the Xcode App? I have updated Xcode to 4.4 just now but it's still the same error.

有人请教吗?

推荐答案

pbxcp命令已从XCode 4.4中删除,因此您必须找到它的替代项。请参阅此邮件列表线程替代命令。

The pbxcp command was removed from XCode 4.4, so you'll have to find a replacement for it. See this mailing list thread to alternatives to the command.

这篇关于Xcode中缺少iOS Devtools.Core框架pbxcp?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆