FunHouse
Last Revision: | Version 1.0, 2009-09-08 Image manipulation application using CoreImage.
|
Build Requirements: | Xcode 3.1 or later, Mac OS X v10.6 or later |
Runtime Requirements: | Mac OS X v10.6 or later |
The source code to the "Core Image Fun House" application in /Developer/Applications/Graphics Tools/. This is an Image Unit host that builds automatic UI for all filters and that allows applying stacked effects to images.
------------
Initially within Xcode 4.0.2 I got this error: "The selected run destination is not valid for this action.".
So naturally, I changed the dev environment to 'current'/OS 6+.
But this didn't change the outcome as I had expected.
So I tried Xcode 3.2.6 to get a clearer picture.
This is what I got:
CopyTiffFile "build/Development/Core Image Fun House.app/Contents/Resources/minusbutton.tiff" minusbutton.tiff
cd /tmp/FunHouse
/SDK4.3GM/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/Contents/Resources/copytiff minusbutton.tiff --outdir "/tmp/FunHouse/build/Development/Core Image Fun House.app/Contents/Resources"
-----
So it's looking for SDK4.3GM.
I don't have SDK4.3GM; nor can I find any reference to it within the 'Fun House' project.
I believe I can solve this thing if I can remove all references to SDK4.3GM in preference to the current environment.
Questions:
1) Where within the project is SDK4.3GM referenced (either within Xcode 3.2.6 or 4.0.2)?
Regards,
Ric.