grantful 3 Posted May 4, 2023 I am new to IOS Delphi I just got Delphi 11 Community edition Got xcode installed on the mac. I am trying to install the iphone simulator sdk. I keep getting Cannot create file "\\?\D:\Documents\Embarcadero\Studio\SDKs\iPhoneSimulator16.4.sdk\usr\include\c++\v1\__string". Access is denied Thanks for any help to fix this. Share this post Link to post
programmerdelphi2k 237 Posted May 4, 2023 (edited) did you try as Admin? did you try create the first folder: ".......\SDKs\iPhoneSimulator16.4.sdk" using your common win-user? did uou try use "Update Local File cache" button? Edited May 4, 2023 by programmerdelphi2k Share this post Link to post
grantful 3 Posted May 7, 2023 Thanks for your reply. Yes i tried all of that. I am gettin Checking project dependencies... Compiling HeaderFooterApplication.dproj (Release, iOSDevice64) Module not found: dcciosarm64280.dll [Fatal Error] Module not found: dcciosarm64280.dll When I try to compile to IOS Device64 I can choose ios simulator and it will install it to the local mac says it needs to be updated I can compile the app to the Mac0s Share this post Link to post
Dave Nottage 554 Posted May 7, 2023 5 minutes ago, grantful said: says it needs to be updated You need an M1 or M2 Mac in order to run apps on the simulator from Delphi Share this post Link to post
Leon Mortensen 0 Posted May 30, 2023 Hi I'm getting the same error when adding either an iPhoneOS 16.4 SDK or iPhoneSimulator 16.4, Delphi 11.3 Patch1, PA Server 13.3.12.7, on a MacMini M1, MacOS Ventura 13.2.1, XCode 14.3 I'm not having issues with adding the previous version iOS 16.2 SDK So the error message is "Cannot create file "\\?\C:\Users\leon\Documents\Embarcadero\Studio\SDKs\iPhoneSimulator16.4.sdk\usr\include\c++\v1\__string". Access is denied" The Folder "C:\Users\leon\Documents\Embarcadero\Studio\SDKs\iPhoneOS16.4.sdk\usr\include\c++\v1\__string" has been created and two files exist in it: char_traits.h, extern_template_lists.h During the installation of the SDK the displayed "path" is correctly update with different files "C:\Users\leon\Documents\Embarcadero\Studio\SDKs\iPhoneSimulator16.4.sdk..." So I'd think it's rather suspicious to se the "\\?\" before the actual path? Anyone succeeded in adding these SDK versions to Delphi 11.2 Patch1? Share this post Link to post
Enko IT Develop 0 Posted August 20, 2023 I have the same problem. PLATFORM : iPhoneOS 16.4 SDK or iPhoneSimulator 16.4, Delphi 11.3 Patch1, PA Server 13.3.12.6, on a MacBook Pro, MacOS Ventura 13.0.1, XCode 14.3.1 Cannot create file "\\?\C:\Users\enrico\Documents\Embarcadero\Studio\SDKs\iPhoneOS16.4.sdk\usr\include\c++\v1\__string". Accesso negato If I continue to compile I have this error "Cannot Connect to the Mac" and appear http://www.embarcadero.com/starthere/11/mobdevsetup/ios/en/deployfailedhelppage.html page Nothing errors If I conpile for MacOs Platform. Any ideas to solve ? Thansk a lot. Share this post Link to post
Dave Nottage 554 Posted August 20, 2023 3 minutes ago, Enko IT Develop said: Any ideas to solve ? At the moment, there's nothing to solve - the error does not appear to affect creating apps using the SDK. Share this post Link to post
Enko IT Develop 0 Posted August 21, 2023 Thanks Dave for you answer, today I do another test with different widows machine, same Delphi release (11.3 Upd1), different mac machine with same OS (Ventura), same Iphone 13 but the error persist. I have no idea how to solve the problem. There is a bad path passed to download file from mac (\\?\C:\Users\) but I can't find any file with this errata info. Share this post Link to post