Post

Replies

Boosts

Views

Activity

Reply to plist failed to open after upgrading Xcode to Version 16.4 (16F6)
I am getting the same issue. In my case, in addition to the above message, it fails to run correctly in the simulator. (It attaches and stops at a black screen)
Replies
Boosts
Views
Activity
Jul ’25
Reply to @Environment example out of Apple's own SwiftUI comments fails to compile
Evidently it did not want me to format that for some reason.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’22
Reply to @Environment example out of Apple's own SwiftUI comments fails to compile
You can resolve this by prefacing Environment with SwiftUI. So, where you have @Environment(\.scenePhase) you will now have @SwiftUI.Environment(\.scenePhase) Worked for me at least
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’22