Reply to New Apple Developer Team not showing up in Xcode Same issue here as well. Topic: Developer Tools & Services SubTopic: Xcode Tags: Jan ’22
Reply to Auto-generated Intents code contains thousands of warnings in Xcode 13 beta Still happening with Xcode 13.4. Topic: Developer Tools & Services SubTopic: Xcode Tags: Jun ’22
Reply to Auto-generated Intents code contains thousands of warnings in Xcode 13 beta I "fixed" the multiple declarations issue by doing this. #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wduplicate-method-match" #import "AppName-Swift.h" #pragma clang diagnostic pop Topic: Developer Tools & Services SubTopic: Xcode Tags: Jun ’22