Posts

Post marked as solved
4 Replies
3.4k Views
re: the SwiftData session "Create an app with SwifData" (https://developer.apple.com/videos/play/wwdc2023/10154) I corrected the @MainActor issue, but it seems to only work with the main ContentView and not other views. I get the following error for TripListItem for example : failed to find a currently active container for Trip
Posted
by grangej.
Last updated
.
Post not yet marked as solved
0 Replies
628 Views
Seeing multiple build issues that were not present in Beta 1 compiler unable to infer type (.init()) no longer works extensions to environment values don't work @Model now requires manual init method extensions unavailable in preview also (although this is noted in release notes).
Posted
by grangej.
Last updated
.
Post not yet marked as solved
3 Replies
1.1k Views
No matter what kind of post action I attempt (notification, or TestFlight), after configuration and saving the post action is missing when I go back to the configuration. I have also attempted adding a new configuration. I do not see any errors it just doesn't save.
Posted
by grangej.
Last updated
.
Post not yet marked as solved
5 Replies
1.0.0k Views
On iOS 13 it looks like openURL is failing for at least facebook.I have tried a very simple test app to verify , and it always fails with :2019-06-08 17:31:03.687369-0700 TestFacebook[48641:2771343] -canOpenURL: failed for URL: "fbauth2:/" - error: "The operation couldn’t be completed. (OSStatus error -10814.)"It will fail on both simulator and device.If the auth was already present reading the auth from SDK continues to work. Anyone else seeing this behavior or know of a workaround?
Posted
by grangej.
Last updated
.