开发者

Three20 error with xcode 4.0.2

开发者 https://www.devze.com 2023-03-22 03:21 出处:网络
i get this error: shell script Invocation Error E开发者_StackOverflow社区nv: python: No such file or directory

i get this error:

shell script Invocation Error E开发者_StackOverflow社区nv: 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


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


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

0

精彩评论

暂无评论...
验证码 换一张
取 消