KimHJ 3 Posted September 18 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
Dave Nottage 557 Posted September 18 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
KimHJ 3 Posted September 18 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
KimHJ 3 Posted September 18 Started everything up today erased everything on the Mac, installed the new iOS 18.0. Compiled and no errors. ?? 1 Share this post Link to post