Jump to content
KimHJ

partial_info.plist not found

Recommended Posts

I upgrade to Delphi 12.2 from 12.1 and when I try to build an existing app for iPhone I get this error on every app.

[PAClient Error] Error: E6665 Cannot open file "/Users/kimjensen/PAServer/scratch-dir/mkhje-MiniMac/CleanXpress.launchscreen/partial_info.plist". No such file or directory

 

When I look in the folder on the Mac I have two things, a folder called Assets and LaunchScreen.storyboard

I delete everything and and build again, same error.

 

I search all forums, but only found Xcode developer with same problem.

Thanks for any help.

Share this post


Link to post
4 minutes ago, KimHJ said:

I search all forums, but only found Xcode developer with same problem.

A very quick Google revealed this for me: 

I suggest checking that you have not accidentally disabled items from the deployment (from the main menu - Project > Deployment)

Share this post


Link to post

I did see that post, but I have everything checked in the Deployment page.

 

Maybe I need to add a line in the deployment page, I have build releasees three times before in Delphi 12.1 with no problems, all I change was one line of code.

 

I was trying to lock TEdit that was bind to a table so the user couldn't change it by accident, by making the table readonly true, but in iPhone the keyboard still comes up and lock up the whole application.

Share this post


Link to post

Started everything up today erased everything on the Mac, installed the new iOS 18.0. 

Compiled and no errors.

??

  • 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

×