I just got the latest code using svn and I see that build fails in DPF.iOS.SCNetworks.pas at line number 121 when the target is device.
[DCC Error] DPF.iOS.SCNetworks.pas(121): E2003 Undeclared identifier: 'libSystemConfiguration'
I have followed the instructions in install.txt and added all the Framework paths including SystemConfiguration.
Any idea what could be going wrong or have I missed something?
I am seeing the same
Comment out 2 lines,
Line 43 and 121 of DPF.ios.SCNetworks.pas.
You will be able to successfully compile after.
That did help in compiling but it would be a good idea to file a bug report. Will do so.
Hi, all
Fixed in last [code] source code
regards
Code: code
Log in to post a comment.
I just got the latest code using svn and I see that build fails in DPF.iOS.SCNetworks.pas at line number 121 when the target is device.
[DCC Error] DPF.iOS.SCNetworks.pas(121): E2003 Undeclared identifier: 'libSystemConfiguration'
I have followed the instructions in install.txt and added all the Framework paths including SystemConfiguration.
Any idea what could be going wrong or have I missed something?
I am seeing the same
Comment out 2 lines,
Line 43 and 121 of DPF.ios.SCNetworks.pas.
You will be able to successfully compile after.
That did help in compiling but it would be a good idea to file a bug report. Will do so.
Hi, all
Fixed in last [code] source code
regards
Related
Code: code