Raymond Ng 0 Posted September 14, 2022 Is Rad 11 compatible with iOS16 ? Share this post Link to post
KenR 29 Posted September 14, 2022 I can compile and run an app on an iOS16 device. iOS does require XCode 14. I have not been brave enough yet to add iPhoneOS 16.0 in the SDK Manager so it is working with iPhoneOS 15.0. 1 Share this post Link to post
Raymond Ng 0 Posted September 14, 2022 You mean using RAD 11 + XCode 14, generated IPA is able to upload to AppStore and working fine for phone with iOS16 ? Share this post Link to post
KenR 29 Posted September 14, 2022 I have not tried uploading to the AppStore yet. 1 Share this post Link to post
Rollo62 536 Posted September 14, 2022 I have not tried yet either, but It should be OK if you currently can work on actual XCode13 and OS15.x. Apple usually gives some grace time before it forces you to change to XCode14 or newer iOS Version. This is usually compatible, of course the new features were not in. Since there had been also display dimension changes, it could be possible to see some quirks then on iOS16, but I dont really think that will happen. That was the case last time when Apple introduced the notch, in an earlier version. Share this post Link to post
Raymond Ng 0 Posted September 14, 2022 I have the following issues, on my testing IPAD with iOS 13.3.1. Not testing in iOS16 yet. RAD 11 + XCode14 with iOS16 SDK - App crash at start-up on splash screen. RAD 11 + XCode14 with iOS15 SDK - working fine. Any ideas ? Share this post Link to post
Dave Nottage 557 Posted September 14, 2022 54 minutes ago, Raymond Ng said: RAD 11 + XCode14 with iOS16 SDK - App crash at start-up on splash screen. A blank app starts fine, here. 54 minutes ago, Raymond Ng said: Any ideas ? You could try using the debugger? 1 Share this post Link to post
Raymond Ng 0 Posted September 14, 2022 RAD 11.0, 11.1 or 11.2 ? What is your PAServer version ? Tested at my site still crash on starting-up. Share this post Link to post
Dave Nottage 557 Posted September 14, 2022 Delphi 11.2, Xcode 14, iOS 16 SDK. PAServer 13.2.11.7 1 Share this post Link to post
ginnix 2 Posted September 15, 2022 (edited) I am using 11.2 and XCode 14 beta 6 and have successfully submitted my program to the app store. Just waiting for review and hopefully it gets accepted. Note: This is on Ventura Beta. Thanks Edited September 15, 2022 by ginnix 1 Share this post Link to post
Rollo62 536 Posted September 15, 2022 I have learned the hard way that its a bad idea to use XCode beta versions, since they might not match to the iOS versions well and also might show many installation quirks. Thats why I usually wait until at least the finals were ready (also they contain glitches from time to time). 1 Share this post Link to post
Raymond Ng 0 Posted September 16, 2022 I'm testing with RAD 11.2 now, compile with Xcode 14 + iOS16 SDK, New App now is working fine in iOS 13, but crash on iOS16 phone. Any advice ? Share this post Link to post
sjordi 39 Posted September 16, 2022 (edited) Did you try an empty FMX form? Remove all current projects entitlement files first from your hard disk and recompile. I recompiled all my apps in 11.2, with Xcode 14 under PAServer 13.2.11.7 and they all work on iOS 15.7 and iOS 16.0 Edited September 16, 2022 by sjordi Share this post Link to post
Dave Nottage 557 Posted September 16, 2022 17 hours ago, Raymond Ng said: Any advice ? As Steve said, try a blank app. Either way, use a debugger to see if you can find where the crash occurs Share this post Link to post
Raymond Ng 0 Posted September 17, 2022 When try deploy a New Blank App to simulator, following error appear, Share this post Link to post
Dave Nottage 557 Posted September 17, 2022 3 hours ago, Raymond Ng said: When try deploy a New Blank App to simulator, following error appear, You appear to be using an Intel-based Mac. Support for iOS Simulator is for M1 or M2 based Macs only. Share this post Link to post
kabiri 3 Posted December 14, 2022 (edited) Hello On 9/17/2022 at 3:29 AM, Raymond Ng said: When try deploy a New Blank App to simulator, following error appear, I have same problem too On 9/17/2022 at 6:43 AM, Dave Nottage said: You appear to be using an Intel-based Mac. Support for iOS Simulator is for M1 or M2 based Macs only. And yes i using an Intel-based Mac (Ver 12.4 (21F79)) + XCode (Version 13.4 (13F17a)) and Delphi 11.2 how can i test on iphone 6 (ios v12.4)? how can i add IOS SDK 12 to Delphi?(now i have SDK15.5) Edited December 14, 2022 by kabiri Share this post Link to post
Dave Nottage 557 Posted December 14, 2022 2 hours ago, kabiri said: how can i test on iphone 6 (ios v12.4)? One way would be to have a real device. What is the reason for wanting to test specifically on that? 2 hours ago, kabiri said: how can i add IOS SDK 12 to Delphi?(now i have SDK15.5) You should not need to. 1 Share this post Link to post
kabiri 3 Posted December 15, 2022 (edited) 12 hours ago, Dave Nottage said: One way would be to have a real device. What is the reason for wanting to test specifically on that? I have a real device. When I can't test on emulator, then I have to test on real device. My real device is iphone 6 (ios v12.4). But when the compilation is finished in Delphi, Delphi gives a message that the device was not found. 12 hours ago, Dave Nottage said: You should not need to. Isn't SDK12 needed for IOS12? Do apps written with SDK15.5 work on devices with IOS12? ------------EDIT-------------- In XCODE i can select Deployment target , how i can set it in Delphi? Edited December 15, 2022 by kabiri Share this post Link to post
Dave Nottage 557 Posted December 15, 2022 3 hours ago, kabiri said: But when the compilation is finished in Delphi, Delphi gives a message that the device was not found. Have you installed PAServer? Please refer to: https://docwiki.embarcadero.com/RADStudio/Alexandria/en/Installing_the_Platform_Assistant_on_a_Mac ..and: https://docwiki.embarcadero.com/RADStudio/Alexandria/en/IOS_Mobile_Application_Development Share this post Link to post
kabiri 3 Posted December 15, 2022 18 minutes ago, Dave Nottage said: Have you installed PAServer? Please refer to: https://docwiki.embarcadero.com/RADStudio/Alexandria/en/Installing_the_Platform_Assistant_on_a_Mac ..and: https://docwiki.embarcadero.com/RADStudio/Alexandria/en/IOS_Mobile_Application_Development Yes, I have already installed i found my problem! I get an error when I use the kastri library. Also, permissions were not installed on the Mac. I installed the certificate and wrote a blank app and it ran fine on the real machine. But I don't know what certificate I should use to build the program for Application store mode. Share this post Link to post
Dave Nottage 557 Posted December 15, 2022 7 hours ago, kabiri said: But I don't know what certificate I should use to build the program for Application store mode. I think you mean Provisioning Profile, but given your comment here, you have resolved that now? Share this post Link to post
kabiri 3 Posted December 16, 2022 (edited) 23 hours ago, Dave Nottage said: I think you mean Provisioning Profile, but given your comment here, you have resolved that now? Yes Provisioning Profile. But i can compile app for Development configuration (not for Application store or Ad Hoc). To publish the app in the app store, i need to compile the application store, but I don't know how. I have an unspecified problem with Kastri Edited December 16, 2022 by kabiri Share this post Link to post
Dave Nottage 557 Posted December 16, 2022 6 hours ago, kabiri said: But i can compile app for Development configuration (not for Application store or Ad Hoc). Do you have a Provisioning Profile for App Store? Share this post Link to post