Post

Replies

Boosts

Views

Activity

Reply to SwiftData app storage
It looks like it is possible to use the underlying core data persistent store option to vacuum the database https://developer.apple.com/documentation/coredata/nssqlitemanualvacuumoption
Replies
Boosts
Views
Activity
Mar ’24
Reply to Incorrect value date in debugger xcode?
Something we have run into is due to time zone differences.
Replies
Boosts
Views
Activity
Mar ’24
Reply to The output of the below code is different from what is anticipated
You could try tagging the functions as @MainActor func func1() {}
Replies
Boosts
Views
Activity
Mar ’24
Reply to 'CLBeaconIdentityCondition' in scope
Would you be looking for CLMonitor.BeaconIdentityCondition?
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’24
Reply to Objective C implementation of Spatial Video(MV-HEVC) Maker
CMTaggedBuffer is a struct and isn't compatible with objective c. You would need to create an objective c compatible swift wrapper around it as well as any related items..
Topic: Media Technologies SubTopic: Video Tags:
Replies
Boosts
Views
Activity
Feb ’24
Reply to iOS 17 crash on UIDocumentInteractionController 'Print' option
I'm thinking it only supports portrait orientation.
Replies
Boosts
Views
Activity
Feb ’24
Reply to Unable to inspect web view in iOS app running on Mac
Did you set the is inspectable property in the WKWebView?
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’24
Reply to Swift TableView: Saving Text from TextField
Are you configuring the core data container and contexts? Also you need to insert the core data object into a table. You are importing swift data, but using core data.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Feb ’24
Reply to I updated to iOS 17.4 Developer Beta this AM and my phone is now in SOS and wont come out because it contained information about beta software.
AT&T had a major cell outage today, My understanding is that is resolved now.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Feb ’24
Reply to Unit test SwiftData migrations
I think this is what you need... https://developer.apple.com/documentation/coredata/nspersistentstorecoordinator/3747532-destroypersistentstore
Replies
Boosts
Views
Activity
Feb ’24
Reply to Cannot install App using Xcode because of iOS restoring Backup
If the app is showing in springboard, delete it and that should let xcode reinstall it.
Replies
Boosts
Views
Activity
Feb ’24
Reply to What's the purpose of Vstack when we actually don't need it ??
If nothing else, it lets you put a group of vertically stacked views inside a horizontal group, for instance.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Feb ’24
Reply to @MainActor function not being called on Main thread?
Are you calling this function from the main thread?
Replies
Boosts
Views
Activity
Feb ’24
Reply to visionOS: How to debug Safari / WkWebView?
Have you tried setting the isInspectable property of the WKWebView?
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’24
Reply to Simulator Dictionary Unavailable
I'm seeing the same on my work computer. My home system running the same xcode version has dictionaries installed.
Replies
Boosts
Views
Activity
Feb ’24