There is no /usr/bin/sdp on Mountain Lion but it is inside the Xcode app.
https://github.com/jbtule/NicePlayer/issues/7
old
|
new
|
|
1358 | 1358 | ); |
1359 | 1359 | runOnlyForDeploymentPostprocessing = 0; |
1360 | 1360 | shellPath = /bin/sh; |
1361 | | shellScript = "/usr/bin/sdp -f st -o \"$TARGET_BUILD_DIR/NicePlayer.app/Contents/Resources\" \"$SOURCE_ROOT/Resources/NicePlayer.sdef\""; |
| 1361 | shellScript = "xcrun sdp -f st -o \"$TARGET_BUILD_DIR/NicePlayer.app/Contents/Resources\" \"$SOURCE_ROOT/Resources/NicePlayer.sdef\""; |
1362 | 1362 | }; |
1363 | 1363 | 691ECE150CE0362B0040AE45 /* Run Script */ = { |
1364 | 1364 | isa = PBXShellScriptBuildPhase; |