Post

Replies

Boosts

Views

Activity

Reply to Xcode 15 Stucks on Build Process
In my case the issue was that I had 2 protocols, one extending another (I forgot what the Swift-appropriate term is), and I had two properties with similar name, but slightly different declaration. Like: protocol A { var field: { get throws } } protocol B: A { var field: { get } } And the build just died (same symptoms: hangs forever, nothing helps). Once I removed one of the two properties, the problem went away.
Jun ’24
Reply to Xcode 15 Stucks on Build Process
In my case the issue was that I had 2 protocols, one extending another (I forgot what the Swift-appropriate term is), and I had two properties with similar name, but slightly different declaration. Like: protocol A { var field: { get throws } } protocol B: A { var field: { get } } And the build just died (same symptoms: hangs forever, nothing helps). Once I removed one of the two properties, the problem went away.
Replies
Boosts
Views
Activity
Jun ’24
Reply to unable to see api keys tab in app store connect portal
Like others have said above, looks like this tab has been renamed to "Integrations". And under "Integrations" if you are an Admin, on the left you will see "Keys" -> "App Store Connect API".
Replies
Boosts
Views
Activity
May ’24