Info.plist Error Unable to process Info.plist at path /Users/baker/Library/Developer/Xcode/DerivedData/APPName-daengedhckbpnxbtvfduphlsehjz/Build/Products/Debug-iphoneos/MyAPP.app/Info.plist
Xcode 15 RC: Info.plist Error Unable to process Info.plist at path
Me too! I using M1 and Xcode 15 RC: build iPhone 15 pro have some problem. Have any solution?
Go to Build Phases and play with run scripts, move some of them to the bottom. In my case, I moved the Firebase script to the bottom and the issue disappeared.
Moving my CrashLytics phase to last worked for me! thanks!
In my case it was second to last. The last build phase I had was an "Embed App Extension" for a push notification service, which is now before the Crashlytics phase.