Post

Replies

Boosts

Views

Activity

Reply to App Store Connect: Your app .... has one or more issues (ITMS-90738)
@marek.labuzik @eskimo if you remove the quotes around the key in your localised InfoPlist.Strings files, this will address the issue: replace "NSFaceIDUsageDescription"="Enabling Face ID allows quick and secure access to your xxxx app account."; with NSFaceIDUsageDescription="Enabling Face ID allows quick and secure access to your xxxx app account."; You can and should then remove the keys from the Info.plist file. Xcode will just get the keys from the localised files instead Erwan
Dec ’23
Reply to Distribution failed with error: App Store Connect Operation Error
Same for me... been getting errors the whole day. Can't upload new build. Using Xcode 13.3.1
Replies
Boosts
Views
Activity
May ’22
Reply to App Store Connect: Your app .... has one or more issues (ITMS-90738)
@marek.labuzik @eskimo if you remove the quotes around the key in your localised InfoPlist.Strings files, this will address the issue: replace "NSFaceIDUsageDescription"="Enabling Face ID allows quick and secure access to your xxxx app account."; with NSFaceIDUsageDescription="Enabling Face ID allows quick and secure access to your xxxx app account."; You can and should then remove the keys from the Info.plist file. Xcode will just get the keys from the localised files instead Erwan
Replies
Boosts
Views
Activity
Dec ’23
Reply to App Store Connect: Your app .... has one or more issues (ITMS-90738)
Sorry I posted my early reply too fast... Remove the quotes around the key does the trick but you still need the key pairs in the Info.plist file.
Replies
Boosts
Views
Activity
Dec ’23
Reply to Xcode Cloud randomly fails to resolve package dependencies
I am still facing this issue randomly. I estimate it to fail in about 50% of the cases.
Replies
Boosts
Views
Activity
Apr ’25