Post

Replies

Boosts

Views

Activity

Reply to New Apple Developer Team not showing up in Xcode
Same issue here as well.
Replies
Boosts
Views
Activity
Jan ’22
Reply to Auto-generated Intents code contains thousands of warnings in Xcode 13 beta
Still happening with Xcode 13.4.
Replies
Boosts
Views
Activity
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
Replies
Boosts
Views
Activity
Jun ’22