Aleksandar Djurovic I started to update that not long ago. I wanted to remove the reliance on libReachability first, however I think I'll pass on that part for now. As Paul says, if you've added SystemConfiguration correctly, it should work. The article links to another one that describes the process of adding frameworks in the SDK manager
1. read exeplanation how to add SystemConfiguration correctly, and by me was a problem that some radio buttons was checked, since Delphi ID do this !
after that i could compile a 32bit version.
For 64bit version, i had a compile error, so i 2. copy libReachability.a for iOS 64bit ont a project directory. Now i can compile 32bit/64bit debug/release version.
If i have some other problems i'll keep you updated, but so far, so good !
Yes it compiles fine. Did you refresh the frameworks after adding the entry in?
ReplyDeleteAleksandar Djurovic I started to update that not long ago. I wanted to remove the reliance on libReachability first, however I think I'll pass on that part for now. As Paul says, if you've added SystemConfiguration correctly, it should work. The article links to another one that describes the process of adding frameworks in the SDK manager
ReplyDeletehey guys, thnx for help.
ReplyDeletei have done as you said:
1. read exeplanation how to add SystemConfiguration correctly, and by me was a problem that some radio buttons was checked, since Delphi ID do this !
after that i could compile a 32bit version.
For 64bit version, i had a compile error, so i
2. copy libReachability.a for iOS 64bit ont a project directory.
Now i can compile 32bit/64bit debug/release version.
If i have some other problems i'll keep you updated, but so far, so good !
Thnx again.