Alex_mex 0 Posted January 4 (edited) Just update iphone to 17.2.1 and xcode to 15.2 and as result I get an error: Unable to launch process on '192.168.0.139' using parameters from the 'IOSDev' profile. Unable to locate DeviceSupport directory with suffix 'DeveloperDiskImage.dmg' application deploys to iphon but I cannot run it, it opens and closes What can it be? I'm using Rad studio 11 Edited January 4 by Alex_mex Share this post Link to post
Dave Nottage 553 Posted January 4 45 minutes ago, Alex_mex said: Unable to locate DeviceSupport directory with suffix 'DeveloperDiskImage.dmg' Debugging is currently not working from Delphi for iOS 17 devices. There is yet to be an ETA for a fix. Share this post Link to post
Alex_mex 0 Posted January 4 // *** iOS17 SDK crash issue - Add the following line: *** WindowManager.RootViewController.Super.init; Just did this modification and at least the app is not crashing when I start it Thank you very much and will wait for the solution for debugging Share this post Link to post
KimHJ 2 Posted August 6 I have Delphi 12 and making a multi-application for Android and iPhone. The Android application is running fine and i have already been launch on Google Play. I try to run the same code connecting to the Mac with Sonoma 14.2 iPhone 15 simulator and XCode 15.3 it goes to FormShow as soon it exit FormShow and then it crash. Where did you add the line WindowManager.RootViewController.Super.init; Share this post Link to post
Dave Nottage 553 Posted August 6 2 minutes ago, KimHJ said: Where did you add the line WindowManager.RootViewController.Super.init; That issue was fixed before the release of Delphi 12. You may be experiencing this issue. Share this post Link to post
KimHJ 2 Posted August 6 (edited) Thanks. I had to sign up and after that I got: No Access You don't have permission to view this portal. View other portals I found that if I select iphone 13 then it works. I will try to make a release version today and see if I run into any problems. Edited August 6 by KimHJ spelling Share this post Link to post
KimHJ 2 Posted August 7 I was unable to create a release to, I keep getting this warning: MSBUILD : warning H2596: H2596 ld: warning: directory not found for option '-LComponent' Then I get the Window saying Troubleshooting: Cannot Connect to the Mac, even I test the connection before and after. I have no problems running the same application in the simulator on the Mac. Unable to match bundle identifier "CleanXpress2" with AppID "com.cleanxpress.app" in provisioning profile "CleanXpress (c7f2bbfd-30d0-4966-aa77-ed8d3e586682)" In Options/Application/Version Info I have tried to enter com.cleanxpress.app in the CFBundleName, CFBundleDisplayName and CFBundleIdentifier When I go to Apple and look up Identifiers for CleanXpress it says com.cleanxpress.app Any idea? Share this post Link to post
KimHJ 2 Posted August 8 After a days work I got it working, I had to delete all certificates and provision profiles on my Mac and the download and install them again. After submitting the .ipa I got an error back that I need to compile with version 17 of the iOS, tomorrow I will download it and try again. 1 Share this post Link to post