Jump to content
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

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
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
Posted (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 by KimHJ
spelling

Share this post


Link to post

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

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.

 

 

  • Like 1

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

×