Hello I am running Delphi XE7 on a mac in parallels (Windows 7), however when I try and build the mobile app, I get an error stating: [DCC Error] E2597 PATH_MAX = 1024 [DCC Fatal Error] F2588 Linker error code: 1 ($00000001) this is the hint that shows: [DCC Hint] H2596 Linker command line: "C:\Program Files (x86)\Embarcadero\Studio\15.0\bin\ld.exe" -o .\iOSDevice\Debug\Project1 -e __ZN8Project114initializationEv -dead_strip -ios_version_min 7.0 -syslibroot \\Mac\Home\Documents\SDKs -F \\Mac\Home\Documents\SDKs\System\Library\Frameworks -F \\Mac\Home\Documents\SDKs\System\Library\PrivateFrameworks -L "c:\program files (x86)\embarcadero\studio\15.0\lib\iOSDevice\Release" -exported_symbol _dbkFCallWrapperAddr -exported_symbol ___dbk_fcall_wrapper -exported_symbol _@DbgExcNotify -exported_symbol _TMethodImplementationIntercept -exported_symbol ___rsrc_* -exported_symbol ___rstr_* -sdk_version 7.1 -arch armv7 -lcompiler_rt -filelist .\iOSDevice\Debug\Project1.lnk When I try and run the simulator I get the following error: I have tried to move the SDKs to a shorter path on my mac, to no avail. Please be so kind as to guide me in the right direction so that I can at least get my app started! At the moment I cannot do anything! Thanks!!
↧