Will appreciate any help. I am able to install the components by building the package and installing it. (I build only the Win32 target). There is no compile time error then.
I have also properly added the frameworks as listed in the INSTALL.txt file and then imported the SDK.
I am running XE4 and OSX Mountain Lion.
However, when I build my existing project against the latest package, it give the above error. Any ideas?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I just got the latest code from svn and now when I buikd for XE4, I get following error when I build my app:
[DCC Error] DPF.iOS.Common.pas(1267): E2003 Undeclared identifier: 'NSUUID'
I am obviously missing something here - any suggestions to fix this?
Last edit: Kaarigar 2014-01-03
Will appreciate any help. I am able to install the components by building the package and installing it. (I build only the Win32 target). There is no compile time error then.
I have also properly added the frameworks as listed in the INSTALL.txt file and then imported the SDK.
I am running XE4 and OSX Mountain Lion.
However, when I build my existing project against the latest package, it give the above error. Any ideas?
Apparently IOSApi.Foundation.pas has no TNSUUID class
Hi Kaarigar
TNSUUID added into DPF.iOS.Classes unit,
Please download last source [code]
Thank you for feedback.
Regards
Related
Code: code
Thank you!