Jump to content
grantful

Trouble installing Ios SDK

Recommended Posts

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.

sdkInstallIssue.png

Share this post


Link to post

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 by programmerdelphi2k

Share this post


Link to post

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

image.thumb.png.04b8e3581302fc9eb1da5c876af940a3.png

 

I can choose ios simulator and it will install it to the local mac 

image.thumb.png.3e62b99957d4e1ffce23d08555a20d12.png

 

says it needs to be updated

image.thumb.png.ee6b29774f687541e7a3ac7a043f6d66.png

 

 

 

 

 

 

I can compile the app to the Mac0s

 

macOk.thumb.png.fe0518cfc790190eeefdbbda77104fdf.png

Share this post


Link to post
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

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

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. 

Cattura.JPG

Share this post


Link to post
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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×