When i compile for an actual device i get the following error. It works fine on the simulator.
[DCC Error] E2597 ld: file not found: /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
I have the frameworks installed in the SDK as per the install.txt file.
Hi, Tyson
I don't see this error, It may have been a mistake in the install framework.
I changed install.txt file see it in the next release.
regards
I followed the new install, still no go for device deployment. Attached is a screen shot of my SDK frameworks.
The error i get is :
[DCC Error] E2597 ld: file not found: /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
Solved... After following the install, I clicked "Update Local File Cache" and everything works fine. Compiles and runs on iOS device.