Cs5.5 Sdk Fails on Xcode 4 and and works on 3.2.6
Hi everyone, I'm having a bit of trouble with the ae cs5.5 sdk and haven't been able to find another thread with any answers so I figured I'd ask. I should mention I'm not a professional developer. I'm a vfx artist with a basic understanding of c and a bit of objective c. I'm trying to get the hang of this sdk because I was thinking of hiring someone to develop a plugin for me and want to better understand the complexity of what I need.
I downloaded the sdk from the adobe website and it's now residing inside my Developer>SDKs folder. When I open any of the sample projects I get a warning saying "missing base sdk Mac OSx 10.5 sdk" I fiddled around with the build setting and found that switching the base sdk setting to latest solves this problem. However if I try to build it it fails. It gives me this error.
"Command /Developer/usr/bin/Rez failed with exit code 3"
Also it says this"
Rez /Users/JackOnTheGo/Library/Developer/Xcode/DerivedData/Easy_Cheese-besjutzvbocldxauxmejtwtecnyj/Build/Intermediates/Easy_Cheese.build/Debug/Easy_Cheese.build/ResourceManagerResources/Objects/Easy_Cheese_PiPL.rsrc ../Easy_Cheese_PiPL.r
cd "/Developer/SDKs/Adobe After Effects CS5.5 Mac SDK/Examples/AEGP/Easy_Cheese/Mac"
/Developer/usr/bin/Rez -o /Users/JackOnTheGo/Library/Developer/Xcode/DerivedData/Easy_Cheese-besjutzvbocldxauxmejtwtecnyj/Build/Intermediates/Easy_Cheese.build/Debug/Easy_Cheese.build/ResourceManagerResources/Objects/Easy_Cheese_PiPL.rsrc -d SystemSevenOrLater=1 -useDF -script Roman -define __MACH__ -arch x86_64 -i /Users/JackOnTheGo/Library/Developer/Xcode/DerivedData/Easy_Cheese-besjutzvbocldxauxmejtwtecnyj/Build/Products/Debug -i "/Developer/SDKs/Adobe After Effects CS5.5 Mac SDK/Examples/AEGP/Easy_Cheese/Mac/../../../Util" -i /Users/JackOnTheGo/Library/Developer/Xcode/DerivedData/Easy_Cheese-besjutzvbocldxauxmejtwtecnyj/Build/Products/Debug -i /Users/JackOnTheGo/Library/Developer/Xcode/DerivedData/Easy_Cheese-besjutzvbocldxauxmejtwtecnyj/Build/Products/Debug/include -i ../../../Headers -i ../../../Headers/adobesdk -i ../../../Headers/SP -i ../../../Headers/Win -i ../../../Headers/adobesdk/config -i ../../../Headers/adobesdk/drawbotsuite -i ../../../Util -i ../../../Headers/SP -i ../../../Resources -isysroot /Developer/SDKs/MacOSX10.6.sdk "/Developer/SDKs/Adobe After Effects CS5.5 Mac SDK/Examples/AEGP/Easy_Cheese/Mac/../Easy_Cheese_PiPL.r"
/Developer/SDKs/Adobe After Effects CS5.5 Mac SDK/Examples/AEGP/Easy_Cheese/Mac/../Easy_Cheese_PiPL.r:1: ### /Developer/usr/bin/Rez - SysError 0 during open of "AEConfig.h".
Fatal Error!
/Developer/SDKs/Adobe After Effects CS5.5 Mac SDK/Examples/AEGP/Easy_Cheese/Mac/../Easy_Cheese_PiPL.r:1: ### /Developer/usr/bin/Rez - Fatal Error, can't recover.
AEConfig.h: ### /Developer/usr/bin/Rez - Since errors occurred, /Users/JackOnTheGo/Library/Developer/Xcode/DerivedData/Easy_Cheese-besjutzvbocldxauxmejtwtecnyj/Build/Intermediates/Easy_Cheese.build/Debug/Easy_Cheese.build/ResourceManagerResources/Objects/Easy_Cheese_PiPL.rsrc's resource fork was not written.
Command /Developer/usr/bin/Rez failed with exit code 3
warning: 'ICAGetChildCountPB' is deprecated
