I am having a problem getting the framework to work with Delphi XE5 (with update 2 and latest hotfixes) and Xcode 5.1.
I have followed all the installation instructions and installed all the parts of the framework but when I click 'Update Local Cache', I get the error message :
Directory does not exist: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk/usr/include/
Trying to compile and run any of the demo projects on my iPad Mini, I get the error message : [DCC Error] E2597 ld: file not found: /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
I guess I'm doing something wrong but don't know what.
Any help would be greatly appreciated.
Thanks very much
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You need to create a new set for iPhoneOS7.1. The 7.0 version is not included in XCode 5.1.
It is really simple: go to the SDK Manager and import iPhoneOS7.1, then add the frameworks according to instructions.
Hope this helps (am currently at a Win only machine)
Gernot
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am having a problem getting the framework to work with Delphi XE5 (with update 2 and latest hotfixes) and Xcode 5.1.
I have followed all the installation instructions and installed all the parts of the framework but when I click 'Update Local Cache', I get the error message :
Directory does not exist: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk/usr/include/
Trying to compile and run any of the demo projects on my iPad Mini, I get the error message :
[DCC Error] E2597 ld: file not found: /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
I guess I'm doing something wrong but don't know what.
Any help would be greatly appreciated.
Thanks very much
You need to create a new set for iPhoneOS7.1. The 7.0 version is not included in XCode 5.1.
It is really simple: go to the SDK Manager and import iPhoneOS7.1, then add the frameworks according to instructions.
Hope this helps (am currently at a Win only machine)
Gernot