Post

Replies

Boosts

Views

Activity

Reply to Disable URLSession auto retry policy
Any updates on this? I've been experiencing something similar. Only noticed it after implementing a "nonce" logic that rejects calls passing a nonce that was after used recently. After some inspection I could see the duplicated requests are identical, and the time gap between them may vary from fraction of a second to 30s. I couldn't reproduce the issue myself, so I can 't confirm it is a URLSession behavior. Please correct me if I'm wrong byt from what I've informed myself the best strategy is not to try to avoid the retry request, but properly handle it on backend and possibly on the client – and also monitor spikes on the incidences caused by a single user.
Aug ’25
Reply to SwiftUI & Xcode 26.0 beta3: Using Map in LazyVGrid causes "Observation tracking feedback loop"
Thankfully this seems to be fixed in beta 5!
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’25
Reply to Disable URLSession auto retry policy
Any updates on this? I've been experiencing something similar. Only noticed it after implementing a "nonce" logic that rejects calls passing a nonce that was after used recently. After some inspection I could see the duplicated requests are identical, and the time gap between them may vary from fraction of a second to 30s. I couldn't reproduce the issue myself, so I can 't confirm it is a URLSession behavior. Please correct me if I'm wrong byt from what I've informed myself the best strategy is not to try to avoid the retry request, but properly handle it on backend and possibly on the client – and also monitor spikes on the incidences caused by a single user.
Replies
Boosts
Views
Activity
Aug ’25
Reply to Observation feedback loop on simple Map() view declaration
This issue began in iOS 26 Beta 3 and is still present in Beta 4. I reported it in FB18748908 a couple weeks ago, but there is no response yet. It is also reported here: https://developer.apple.com/forums/thread/792820 I'd love to find a solution (yet if a temporary workaround) to fix this.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’25
Reply to SwiftUI & Xcode 26.0 beta3: Using Map in LazyVGrid causes "Observation tracking feedback loop"
Still present in beta 4.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’25
Reply to SwiftUI & Xcode 26.0 beta3: Using Map in LazyVGrid causes "Observation tracking feedback loop"
I'm facing the same issue in my project. Although I don't have a LazyVGrid. My setup is NavigationStack > ScrollView > Map. The issue started only in iOS 26 Beta 3. I submitted a bug report a couple days ago: FB18748908
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’25
Reply to Predictive Code Completion Model - failed to find asset
Same thing with Sequoia RC released today. I haven't tried any Beta before.
Replies
Boosts
Views
Activity
Sep ’24
Reply to Xcode 13.2 - Internal error : Missing Package Description Module
If you can, downgrade to 13.1, it works there. As @waqar said, the 13.2RC works fine as well, at least for me.
Replies
Boosts
Views
Activity
Dec ’21