Post

Replies

Boosts

Views

Activity

Reply to "The bundle version, NNN, must be a higher than the previously uploaded version"
I was in the process of setting up a new automated build this morning and started getting this error message too. Same scenario - I'm trying to upload both an iPadOS and Catalyst version of my app with the same build numbers. I'm using the xcrun altool command line tools to upload my builds. *** Error: Error uploading '<My App>'. *** Error: The bundle version, 1, must be a higher than the previously uploaded version. Duplicate bundle version. (-19210)  {     NSLocalizedDescription = "The bundle version, 1, must be a higher than the previously uploaded version.";     NSLocalizedFailureReason = "Duplicate bundle version.";     PreviousBundleVersion = 1; }
Nov ’21
Reply to "The bundle version, NNN, must be a higher than the previously uploaded version"
I was in the process of setting up a new automated build this morning and started getting this error message too. Same scenario - I'm trying to upload both an iPadOS and Catalyst version of my app with the same build numbers. I'm using the xcrun altool command line tools to upload my builds. *** Error: Error uploading '<My App>'. *** Error: The bundle version, 1, must be a higher than the previously uploaded version. Duplicate bundle version. (-19210)  {     NSLocalizedDescription = "The bundle version, 1, must be a higher than the previously uploaded version.";     NSLocalizedFailureReason = "Duplicate bundle version.";     PreviousBundleVersion = 1; }
Replies
Boosts
Views
Activity
Nov ’21
Reply to UIMarkupTextPrintFormatter - Non-public API?
As a followup - this appears to only be true for macOS Catalyst apps. It looks like UIPrintInteractionController and UIPrintInfo also got sucked into this mess as well? Are these truly not allowed for macOS Catalyst now?
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jun ’22
Reply to ITMS-90338: Non-public API usage for UIPrintInfo, UIPrintInteractionController in Mac Catalyst app
I created a thread about it yesterday, but it looks like UIMarkupTextPrintFormatter got caught up in this as well.
Replies
Boosts
Views
Activity
Jun ’22