Post

Replies

Boosts

Views

Activity

Comment on Freshly inserted data through REST-request only displayed after reopening the view
@bergersilvio DataService needs to be a class for it be an @ObservableObject. Can you try storing dataPoints directly inside DataService and ensure it is @Published? I feel that should help. If that doesn't work if it is ok with you could commit your code (or take a backup) then comment out all unnecessary portions till you can come down to a minimum reproducible code. Commenting out will help you isolate the issue. Then you could create a simple POC so that others can test.
Nov ’22
Comment on Xcode Cloud MacBook Question
Xcode Cloud is a CI (Continuous Integration) / CD (Continuous Delivery) tool, basically you can build and ship builds conveniently (to both beta testers and push it to App Store). It has nothing to do with the simulator, it will create these builds so that beta testers / App Store. I think you are confusing Xcode Cloud with testing
Jun ’22