Since Dec 18th, my Xcode Cloud builds (for multiple apps) have been failing with this error:
Command line name "app-store" is deprecated. Use "app-store-connect" instead.
I haven't made any changes to my system, signing, etc, and two separate apps started failing at the same time. No matter what I change on my Workflows (environment, new workflow from scratch, etc), nothing seems to fix it, which leads me to believe this is a bug with Xcode Cloud itself.
I've logged FB21456291 already, but just wanted to post here to see if I'm missing something.
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Hi all,
I have an app that uses storyboards to power two extensions (a share extension and an iMessage app). Up until Xcode 15, these app extensions worked flawlessly. Now that my app is built with Xcode 15, these share extensions fail to load the main storyboards (I get a crash on my IBOutlets being nil).
Is there some setting in the new Xcode that I need to enable to make sure my storyboard is loaded properly? Or is this a bug that I should be submitting to the Feedback Assistant? I just want to inquire before I spend time building a reproducer project.