Hi,
I'm trying to build the the sdk with Xcode. I ran the shell script and selected option 4 to make a dynamic 64bit Xcode build. The shell was successful and I opened the XMPToolkitSDK64.xcodeproj. There was a warning to automatically update the project settings which I followed. Made sure the target was building for the latest sdk. I'm trying to run ALL_BUILD and it fails at ZERO_CHECK with 1 issue:
PhaseScriptExecution CMake\ Rules xcode/dynamic/intel_64/XMPToolkitSDK64.build/Debug/ZERO_CHECK.build/Script-344FD180C52B49 5F800CA666.sh
cd /Users/greg/Desktop/XMP-Toolkit-SDK-CC201306/build
/bin/sh -c /Users/greg/Desktop/XMP-Toolkit-SDK-CC201306/build/xcode/dynamic/intel_64/XMPToolkitSDK64 .build/Debug/ZERO_CHECK.build/Script-344FD180C52B495F800CA666.sh
echo ""
make -f /Users/greg/Desktop/XMP-Toolkit-SDK-CC201306/build/xcode/dynamic/intel_64/CMakeScripts/Re RunCMake.make
make[1]: *** No rule to make target `/Users/greg/Desktop/XMP-Toolkit-SDK-CC201306/build/xcode/dynamic/intel_64/CMakeFiles/2.8 .11.1/CMakeCCompiler.cmake', needed by `/Users/greg/Desktop/XMP-Toolkit-SDK-CC201306/build/xcode/dynamic/intel_64/CMakeFiles/cma ke.check_cache'. Stop.
make: *** [/Users/greg/Desktop/XMP-Toolkit-SDK-CC201306/build/xcode/dynamic/intel_64/CMakeFiles/ZER O_CHECK] Error 2
Command /bin/sh failed with exit code 2
I then ran the other schemes and they worked. Only ZERO_CHECK has an error and won't build. Do I need it to get started or any idea how to fix this?
Better yet, if anyone can put up all the files, including Xcode samples project, already built that would be great. I'm getting stuck just trying to get the code I need to make what I need. It's really frustrating. I suppose maybe this whole thing is just over my head and fixing this is something simple but If I didn't need to read xmp to get marker data from mp3s I'd not be waisting my time right now.
Message was edited by: Eugene Moss