Somewhere in the back of my head, I seem to remember that we can include prefPanes in our app store distributed apps these days (much like we can now include driverkit extensions). I can't for the life of me find this in the documentation again though.
Can we do this? Or do I need to copy it from my app bundle to ~/Library/PreferencePanes?
Thanks!
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Xcode seems to be linking with the wrong SwiftUI library after I updated my dev machine to 14.6.
When I launch my app from Xcode, I'm getting:
Symbol not found: _$s7SwiftUI6ButtonVA2A5LabelVyAA4TextVAA5ImageVGRszrlE_5image6actionACyAJGAA18LocalizedStringKeyV_AA0F8ResourceVyyctcfC
Referenced from: <73AA74BB-A9CF-39C8-8007-B1487BDF10AE>
And I think that is SwiftUI 6 instead of SwiftUI 5, which it should be linking to since my app's deployment target is macOS 14.
Any ideas?