Jump to content
Joe Sansalone

Delphi 12.1, Xcode 15.4 (iOS 17.5)

Recommended Posts

Hi,

 

I'm running Delphi 12.1 connected to macOS 14.5 with Xcode 15.4.

SDK iOS 17.5

 

I tried a simple app - compiling with Simulator ... launches simulator, app starts but never gets to form screen.

I don't need a certificate for Simulator, right?  Anybody get Simulator to work?

 

Same simple app ... couldn't get it to run on my iPhone (17.5).  (although I think I need to download a developer certificate and provisioning profile .. I thought it would keep from previous Xcode).

 

Joe

 

 

 

 

Share this post


Link to post
3 hours ago, Joe Sansalone said:

I tried a simple app - compiling with Simulator ... launches simulator, app starts but never gets to form screen.

Same here. I needed to use:

GlobalUseMetal := True;

(adding FMX.Types to the uses clause)
 In the project source to stop the app from crashing. Someone else (not sure where, exactly) reported that re-importing the iOS Simulator 17.5 SDK (first deleting the cache folders in the PAServer folder on the Mac) fixed it for them, but that didn't work for me.

  • Thanks 1

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

×