Can't build/run iOS app

Hi all,

I have an app that was building recently and running fine on an iPhone connected to my Mac.

I had been doing some development work on it under Win32 and now when I try and run it on iOS I get this error:

[PAClient Error] Error: E6665 Cannot create file “/Users/vernonvand/PAServer/scratch-dir/verno-MyMac/APPNAME.launchscreen/partial_info.plist”. No such file or directory

The folder exists and has other files/folders in it. I’m not sure where that file is coming from as it’s not in my deployment. Happens in both release and debug and on both iPhoneOS 26.2 and 26.5.

I’ve tried clearing out the folder on the Mac, restarting Mac and Windows PC, Delphi, etc, but no luck.

Can anyone provide any help as to what might be causing this?

Thanks.

Vernon

Check Deployment Manager in Delphi (Project > Deployment from the IDE menu). $(PROJECTNAME).launchscreen (in the Remote Path value) items might be disabled (accidentally, perhaps), or missing.

There is nothing disabled and nothing missing (i.e. greyed out).

Although I might go through it in a bit more detail and make sure 100% sure everything is valid.

Everything seems to be in order.

I am also having the same issue with another app. This app has not been changed in a while and I’m positive it ran the last time I tried it.

I don’t know exactly what it was that was causing the issue, but I reinstalled XCode and the SDK’s on the Mac and everything came good (mostly).

I did have another issue where the app would crash when it started FCM … this also was working OK previously.

This turned out to be a “missing” GoogleService-Info.plist file which wasn’t really missing. It was included in the deployment however I had to change the remote path from “StartUp\Documents\” to “.\”.