SlEePlEs5 / logKext

An update to fsb's logKext tool. Runs on 10.9 Mavericks!
206 stars 40 forks source link

Build fails on OSX 10.12 because PackageManager is missing #21

Open mihidux opened 7 years ago

mihidux commented 7 years ago

Running XCode 8.2.1 on OSX 10.12 builds all the binaries, but fails to produce a package. Apparently, this is because PackageManager is no longer included with XCode Auxiliary Tools. However, there is a workaround. The old (2012) version of Auxiliary Tools DOES have PackageManager, and it appears to still work.

http://adcdownload.apple.com/Developer_Tools/auxiliary_tools_for_xcode__late_july_2012/xcode44auxtools6938114a.dmg

I put this app in the Applications/Utilities directory. I then had to modify the project.pbxproj file to point to the new location (since /Developer doesn't exist for me) I changed: $LK_INSTALL_ROOT\n/Developer/Applications/Utilities/PackageMaker.app to $LK_INSTALL_ROOT\n/Applications/Utilities/PackageMaker.app