Posts

Post not yet marked as solved
3 Replies
Thanks for your reply. I already read this documentation, but I did it again in case I missed something. And I did, I forgot to turn on "Localization Screenshots". But it didn't solved my problem. I followed this part of the documentation step by step but my screenshots are still presented inline and not as shown on the Apple Website
Post not yet marked as solved
9 Replies
I had the same issue using Xcode 11.5. I was initially developping an iOS app with Catalyst enabled. I started then to add a watchOS app Extension. Xcode automatically linked the Watch.app for iOS and macOS.It looks like embedding framework can cause issue with Catalyst. To resolve the issue, I had to go to my iOS target > General > Frameworks, Libraries, and Embedded Content and select iOS for Watch.app only and not macOS + iOS.