Jump to content
ToddFrankson

Linker errors all of a sudden....IOS

Recommended Posts

So, May patch....

 

Tried to compile an IOS app that already ran fine.  The only change was setting it to run on IOS 15.0 minimum...

 

Syntax check fine.

 

Go to run it on the phone, error count goes up and up like @Dave Nottage reported.

 

Anyone know why?  I  am down currently for anything IOS

Share this post


Link to post
6 hours ago, ToddFrankson said:

Anyone know why?

It has nothing to do with the May patch - the problem may have existed even before Delphi 12.

 

Is there a reason why you need to set the min version above 13?

Share this post


Link to post
2 hours ago, Dave Nottage said:

may have existed even before Delphi 12.

Correction - as per the report, the problem started with Delphi 12.2. It was working before that.

Share this post


Link to post
15 hours ago, Dave Nottage said:

It has nothing to do with the May patch - the problem may have existed even before Delphi 12.

 

Is there a reason why you need to set the min version above 13?

My apps were set at 11.  After the latest IOS Update, not a single one will open.  I was trying to see if they would run with the minimum OS set higher.

 

I also believe that for Apple Store submission, the minimum needs to be set higher than 13.

 

Edited by ToddFrankson

Share this post


Link to post
1 hour ago, ToddFrankson said:

After the latest IOS Update, not a single one will open

I suspect there's some other issue causing that.

1 hour ago, ToddFrankson said:

I also believe that for Apple Store submission, the minimum needs to be set higher than 13.

The App Store requirement relates to the versions of Xcode and iOS SDK that need to built against, not the Minimum iOS Version set in the linking options.

Share this post


Link to post
20 minutes ago, Dave Nottage said:

I suspect there's some other issue causing that.

 

Even a blank new Multi-Platform Project?  Splash screen shows, then app closes

Share this post


Link to post
7 hours ago, ToddFrankson said:

Even a blank new Multi-Platform Project?  Splash screen shows, then app closes

If it were being caused by the May patch (which contains no changes for iOS development), I'd expect to see a lot more reports of it.

 

What is your environment (aside from Delphi 12.3, since you mention the May patch), i.e. Xcode version, iOS SDK version, PAServer version?

I'm using Xcode 16.4, iOS 18.2 SDK, PAServer 14.3.14.2.

Share this post


Link to post
9 minutes ago, ToddFrankson said:

PAServer 14.3.14.5

macOS PAServer version? It's still 14.3.14.2 for the May patch. At least it is for me.

11 minutes ago, ToddFrankson said:

IOS 18.5 SDK

A blank application built against this SDK works OK for me...

12 minutes ago, ToddFrankson said:

IOS 18.5

..for a device with this iOS version.

Share this post


Link to post
22 minutes ago, Dave Nottage said:

macOS PAServer version? It's still 14.3.14.2 for the May patch. At least it is for me.

 

 

Screenshot 2025-06-03 at 8.00.37 AM.png

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

×