xcode 4.0.2 出现 Three20 错误

发布于 2024-11-25 04:56:47 字数 631 浏览 0 评论 0原文

我收到此错误:

shell 脚本调用错误 Env:python:没有这样的文件或目录

运行自定义 shell 脚本“lint”

PhaseScriptExecution Lint /Users/Nasser/Library/Developer/Xcode/DerivedData/abc-fgspuusakfyzczfehhbduewymfmp/Build/Intermediates/Three20Core.build/Debug-iphonesimulator/Three20Core.build / Script-668E63EA131A42F500ACE4AB.sh

cd /Users/Nasser/Documents/test2/abc/third20/src/Three20Core

/bin/sh -c /Users/Nasser/Library/Developer/Xcode/DerivedData/abc-fgspuusakfyzczfehhbduewymfmp/Build/ 中间体/Three20Core.build/Debug-iphonesimulator/Three20Core.build/Script-668E63EA131A42F500ACE4AB。 sh

env: python: 没有这样的文件或目录

i get this error:

shell script Invocation Error
Env: python: No such file or directory

run custom shell script "lint"

PhaseScriptExecution Lint /Users/Nasser/Library/Developer/Xcode/DerivedData/abc-fgspuusakfyzczfehhbduewymfmp/Build/Intermediates/Three20Core.build/Debug-iphonesimulator/Three20Core.build/
Script-668E63EA131A42F500ACE4AB.sh

cd /Users/Nasser/Documents/test2/abc/three20/src/Three20Core

/bin/sh -c /Users/Nasser/Library/Developer/Xcode/DerivedData/abc-fgspuusakfyzczfehhbduewymfmp/Build/
Intermediates/Three20Core.build/Debug-iphonesimulator/Three20Core.build/Script-668E63EA131A42F500ACE4AB.
sh

env: python: No such file or directory

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

生死何惧 2024-12-02 04:56:48

我自己想出来了。

我在每个 Three20 项目中将“build Phases > lint > shell”中的行更改为:
/usr/bin/env /opt/local/bin/python2.6 ../scripts/lint

i figured it out myself.

i changed in each Three20 project the line in: "build phases > lint > shell" to:
/usr/bin/env /opt/local/bin/python2.6 ../scripts/lint

笑叹一世浮沉 2024-12-02 04:56:47

你需要安装python。

最好的方法是使用 MacPorts。下载并安装 MacPorts,然后在终端中键入以下命令,通过 MacPorts 安装 Python:

sudo port install python26 python_select
sudo python_select python26

you need to install python.

The best way is to use MacPorts. Download and install MacPorts, then install Python via MacPorts by typing the following commands in the Terminal:

sudo port install python26 python_select
sudo python_select python26
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文