Post

Replies

Boosts

Views

Activity

Reply to Xcode 15 can't install iOS 17 platform simulator
Update the screenshot.
Replies
Boosts
Views
Activity
Sep ’23
Reply to Core data heavy weight migration issues with big sized data
Similar issue here: we have a 'MESSAGE' entity that stores message data, and online users may store up to around 1 million records at maximum. When using lightweight migration to add a new attribute to this entity, it takes a lot of time (about several minutes) and then results in Out Of Memory (OOM) crashes.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Apr ’24
Reply to A syntax error I'm not understanding...
I suppose the Set here may refers to Set<Int> because you are adding code in the Set<Int> extension, the compiler are using the minimum scope of the defination. So try to use .init(array) or Set<String>(array) would be fine.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
May ’24