App Installation Fails on XCODE 15.3 and up

I have two apps that I have been supporting for some time now. When Xcode 15.3 came out the app started crashing. No code changes whatsoever. I could not figure out why it would crash in 15.3. I just downloaded Xcode 15.2 and kept using 15.2. I have stayed recent with other apps, but I have just used 15.2 for this app.

I just upgraded my OS to sequoia which also upgrades my Xcode to 16.2. To my surprise 15.2 is not supported on sequoia, so I only have 2 choices.

  1. setup a VM with an older OS and Xcode 15.2 or
  2. figure out why the app crashes on anything beyond 15.2

Like I said no problem running on Xcode 15.2

What gets shown in the error starts off with this:

Unable to Install “Gatlinburg Pocket Guide” Domain: IXUserPresentableErrorDomain Code: 1 Failure Reason: Please try again later. Recovery Suggestion: Failed to load Info.plist from bundle at path ....

Hoping someone has some suggestions for me or has seen this happen before.

Thanks.

Answered by bnetsvs in 824514022

After much googling I found out there was an issue with Google Mobile Ads when moving up to 15.3 forward. I ended up deleting the Google Mobile Ads package, re-adding back, clearing the derived data file and restarting Xcode.

Now my apps run in the latest version of Xcode.

Accepted Answer

After much googling I found out there was an issue with Google Mobile Ads when moving up to 15.3 forward. I ended up deleting the Google Mobile Ads package, re-adding back, clearing the derived data file and restarting Xcode.

Now my apps run in the latest version of Xcode.

App Installation Fails on XCODE 15.3 and up
 
 
Q