Jump to content
Gabriel_Cogima

Error with Transporter

Recommended Posts

Hi guys,

I have a problem with transporter, in fact i build my app with Delphi 10.4.1 and when i want to publish in the AppStore (it's an update of my app to support dark mode) it i have

"ERROR ITMS-90700: "Incorrect Platform. You included the iOS arm64 executable “BanquesMobile.app/BanquesMobile” in your iOS bundle. Only iOS executables can be included."

Of course my app is build with IOS 64bits in Delphi

My app is for Android and IOS (64bits)

My config :

  • Delphi 10.4.1
  • PAServer 21
  • Xcode 11.6
  • IOS SDK 13.6

Can you help me ?

Thanks,

Gabriel

Share this post


Link to post

Have you upgraded the project from Rx0.3.3 ?

Maybe there is still the Compiler option "Generate iOS universal binary" somewhere in the .dproj file,
or other settings have been wrong.
If the project worked before, then usually I recreate my .dproj files, to get a clean .droj setting,
especially after larger version upgrades like 10.3.3 to 10.4

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

×