How-To compile iPhone Project in Mac using Makefile instead of Xcode and fake codesign and then install to pwned iPhone You can use the command line xcodebuild to build and install iPhone project such as xcodebuild -target Project_Name xcodebuild install -target Project_Name Here is an example to compile iPhone Project using Makefile instead of XCode. The Makefile will compile and codesign the bin