Peter M 0 Posted 11 hours ago (edited) 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 11 hours ago by Peter M Share this post Link to post
Dave Nottage 614 Posted 9 hours ago 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: Delete the SDK folder under: C:\Users\(username)\Documents\Embarcadero\Studio\SDKs Delete the SDK from the SDK Manager in Delphi On the Mac, in the ~\PAServer\scratch-dir folder, remove any folders starting with cache-dir In Delphi, re-add the SDK Share this post Link to post