Jump to content
Sign in to follow this  
Alex_mex

iphone 17.2.1 an xcode 15.2 issue

Recommended Posts

Posted (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 by Alex_mex

Share this post


Link to post
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
    // *** 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

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
Sign in to follow this  

×