I've been trying to compile an iPhone app to test on a device, it's properly provisioned and everything, but I'm getting the following error in xcode when I'm trying to build it:
error: can't exec '<com.apple.tools.product-pkg-utility>' (No such file or directory)
Command <com.apple.tools.product-pkg-utility> failed with exit code 71
I've been looking around, but can't figure out what the problem is. I've re-downloaded the SDK (including XCode) in the hopes that would fix it, but it hasn't helped. Does anyone know what might cause this?
If you need more info, don't hesitate to ask.