I’m developing an iOS app using RadStudio 10.1 and I get an error when I try to compile using xCode 8.1. The program are asking for 2 folders:
[DCC Error] E2597 ld: warning: directory not found for option ‘-FC:UsersAdministradorDocumentsEmbarcaderoStudioSDKsiPhoneOS10.1.sdkSystemLibraryFrameworks’
ld: warning: directory not found for option ‘-FC:UsersAdministradorDocumentsEmbarcaderoStudioSDKsiPhoneOS10.1.sdkSystemLibraryPrivateFrameworks’
ld: library not found for -lc++
“SystemLibraryFrameworks” and “SystemLibraryPrivateFrameworks”.
I tried to create both folders, and the error changed to: [DCC Error] E2597 ld: library not found for -lc++
If I try to compile an new project, the program return me this: [DCC Error] E2597 ld: file not found: /usr/lib/libiconv.dylib
Anyone have any idea why this is happening? How can I fix this erros?