Post

Replies

Boosts

Views

Activity

Reply to Swift Package with Metal
2025 Update: I've now been using Metal in Swift packages without any issues. Just as annca mentioned; get the metal library from the module bundle. There is no need to manually include and process the metal files in your package anymore, the Metal files are included automatically. Note: annca's answer should indeed be the accepted answer, tho I can't change it, I think it's been locked in to my old answer.
Topic: Graphics & Games SubTopic: General Tags:
Mar ’25
Reply to "Missing required icon file" when submitting to TF from Xcode 26 beta 1
The issue seems to be solved in Xcode 26 beta 4
Replies
Boosts
Views
Activity
Jul ’25
Reply to Swift Package with Metal
2025 Update: I've now been using Metal in Swift packages without any issues. Just as annca mentioned; get the metal library from the module bundle. There is no need to manually include and process the metal files in your package anymore, the Metal files are included automatically. Note: annca's answer should indeed be the accepted answer, tho I can't change it, I think it's been locked in to my old answer.
Topic: Graphics & Games SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’25
Reply to ios14 "Notifications are not allowed" ERR
In my case I simply just had previously denied notifications. Just check the notification settings first. UNUserNotificationCenter.current().getNotificationSettings(completionHandler:)
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
May ’22
Reply to Can't open package files on iPad in iCloud for document based app
I ended up having to erase and reset my iPad to get the files to open.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Sep ’21