But I can't open any of the projects in ProjectBuilder, and the Makefile doesn't seem to find what it's looking for either. I was delighted to find a Makefile, because if I can just make the changes in the source and go 'make' it will be a lot easier than trying to work out how to use ProjectBuilder
So can the developer documentation (which currently focuses on how to build apps that support Growl) be extended to "How to download and build Growl (for developing/extending it)?"
And in the short term -- how do I go from:
~/build/Growl-0.7.4/Extras/GrowlMail/GrowlMail.xcodeproj> make -f ../../../Makefile
xcodebuild -target Growl.framework -buildstyle Development build
2006-06-15 17:35:38.286 xcodebuild[12091] NOTE: Referenced project Growl was written by a newer Xcode version (42) -- temporarily downgrading it to version 39 (without modifying project file)
2006-06-15 17:35:38.646 xcodebuild[12091] NOTE: Referenced project GrowlAction was written by a newer Xcode version (42) -- temporarily downgrading it to version 39 (without modifying project file)
2006-06-15 17:35:38.800 xcodebuild[12091] ASSERTION FAILURE in /SourceCache/DevToolsBase/DevToolsBase-310/pbxcore/Target.subproj/PBXBuildSettingsDictionary.m:87 (function=PBXBuildSettingsDictionary_getValueForKeyPath): value should be a string, but it is <NSCFArray:0x003adea0>
** INTERNAL ERROR: Uncaught Exception **
Exception: ASSERTION FAILURE in /SourceCache/DevToolsBase/DevToolsBase-310/pbxcore/Target.subproj/PBXBuildSettingsDictionary.m:87 (function=PBXBuildSettingsDictionary_getValueForKeyPath): value should be a string, but it is <NSCFArray:0x003adea0>
to a successful build? :-)
ta,
N