NicePlayer
NicePlayer copied to clipboard
/usr/bin/sdp: No such file or directory
Building fails on OS X 10.8:
/bin/sh -c /path/to/NicePlayer-0.98/build/NicePlayer.build/Release/NicePlayer.build/Script-2513D30D07BDACBC00BB6055.sh
/path/to/NicePlayer-0.98/build/NicePlayer.build/Release/NicePlayer.build/Script-2513D30D07BDACBC00BB6055.sh: line 2: /usr/bin/sdp: No such file or directory
On OS X 10.8 there is no /usr/bin/sdp
but it does exist inside the Xcode application bundle, so this can be fixed by replacing /usr/bin/sdp
with xcrun sdp
.