Gabriel_Cogima 4 Posted October 8, 2020 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
Rollo62 536 Posted October 8, 2020 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
Gabriel_Cogima 4 Posted October 13, 2020 I find my error .... Just because my minimum version was 10.0 ... and with Delphi 10.4.1 the minimum version is 11.0 Thanks for your help ! Share this post Link to post