Jump to content
Sign in to follow this  
Peter M

SDK Manager, Update Local File Cache Error for iOS Device 64bit

Recommended Posts

I created a simple Firemonkey test app, TLabel, TEdit, and TButton.

I am able to Deploy my code to the Windows, Android, iPhone Simulator, and MacOSX 

The Problem is i cannot deploy to any physical iOS Device, iPhone or iPad.

 

Within my SDM Manager in Delphi, for iOS Device 64bit, iPhone 18.5.

I am using the latest xCode Version 16.4 (16F6) on my Mac Laptop.
When updating the local file cache I get an error.
 

Directory does not exist: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/PrivateFrameworks/UIFoundation.framework/
 

I looked on the Mac Laptop there is no folder for PrivateFrameworks within the System/Library Folder.  How do i get this folder updated, or created, or this issue corrected?

I am using Embarcadero RAD Studio 12 Version 29.0.53571.9782 (Delphi 12 Update 2)

 

 

Edited by Peter M

Share this post


Link to post
1 hour ago, Peter M said:

Directory does not exist: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/PrivateFrameworks/UIFoundation.framework/

You may need to follow these steps:

  1. Delete the SDK folder under: C:\Users\(username)\Documents\Embarcadero\Studio\SDKs
  2. Delete the SDK from the SDK Manager in Delphi
  3. On the Mac, in the ~\PAServer\scratch-dir folder, remove any folders starting with cache-dir
  4. In Delphi, re-add the SDK

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
Sign in to follow this  

×