Post

Replies

Boosts

Views

Activity

Collection and Index error on Xcode 16
Hi, After update to Xcode 16 a lot of errors happen, for example: import Foundation extension Collection {     func get(at i: Index) -> Element? {         return indices.contains(i) ? self[i] : nil     } } Errors: Cannot find type 'Index' in scope Cannot find 'indices' in scope What is wrong? Thanks.
5
0
769
Sep ’24
Bag Gateway - Correlation Key
Im getting this error when try see my apps on App Store Connect:  Bad Gateway Correlation Key: PRFC7IOFSRO3NZQIRHHWVUMUIE
Replies
2
Boosts
1
Views
527
Activity
Jan ’26
Collection and Index error on Xcode 16
Hi, After update to Xcode 16 a lot of errors happen, for example: import Foundation extension Collection {     func get(at i: Index) -> Element? {         return indices.contains(i) ? self[i] : nil     } } Errors: Cannot find type 'Index' in scope Cannot find 'indices' in scope What is wrong? Thanks.
Replies
5
Boosts
0
Views
769
Activity
Sep ’24
Builds don't appear in inflight panel after upload
Hi, Im trying launch a new version of my game "Game Mania World - Multiplayer", but after upload a new build, it appear on TestFlight of iOS and tvOS, don't have any issue, but on inflight it don't show. What i need do? It is a bug on Apple inflight panel? Thanks.
Replies
1
Boosts
0
Views
590
Activity
Jun ’24