Hello,
While distributing the companion iOS app for my watch App I am getting the following error
“Asset Validation Failed
Invalid Binary. The value of LSApplicationLaunchProhibited in Payload/iOSMealCoach.app/Info.plist can’t change after your app has been released. (ID: *)”
Below are the steps I followed
I had created an Apple Watch Get MealCoach app and published it on the App Store . This worked successfully
After that in Xcode I created a new iOS app target and developed the companion iOS app
The iOS App seems to work fine in the simulator.
But when I try to click “Product” -> “Archive” -> “Distribute App” to upload to App Store Connect I get the following error
Asset Validation Failed . “Invalid Binary. The value of LSApplicationLaunchProhibited in Payload/iOSMealCoach.app/Info.plist can’t change after your app has been released. (ID: *)”
I cannot find “LSApplicationLaunchProhibited” in Info.plist and I have not changed any value called LSApplicationLaunchProhibited
Please let me know how to fix the above error