Info.plist file is missing for PassKit.framework

I am getting this issue on my apple developer mail.

We identified one or more issues with a recent delivery for your app, "" 6.6 (6.7). Please correct the following issues, then upload again. ITMS-90036: This bundle is invalid - The Info.plist file for PassKit.framework is missing or could not be read.

My app is running fine in debug mode and also it's archiving fine too.

PassKit is an Apple framework and this message suggests that you’ve included a copy of it in your app submission. You should stop doing that. If you’re using Xcode, go to the General tab of the target editor and, in the Frameworks, Libraries, and Embedded slice, make sure that either:

  • There’s no PassKit entry

  • The popup next to the PassKit entry is set to Do Not Embed

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Thanks,

I missed the below app entitlements in my project

com.apple.developer.in-app-payments com.apple.developer.payment-pass-provisioning com.apple.developer.pass-type-identifiers

After adding these entitlements, I got success to upload TestFlight mode.

Info.plist file is missing for PassKit.framework
 
 
Q