Posts

Post not yet marked as solved
0 Replies
239 Views
Hi, in my Core Data model, I’m using Transformable to store values of different kinds to the same attribute (I’m creating a user generated filter for data, that could filter for Integers, Boolean or other values - to avoid creating attributes for each possible types i‘m using transformable Any). now, while querying for these values, I’ve noticed that this attribute is never correctly evaluated, but is always false. is it possible to query for Transformable or do I need to change my approach and create an attribute for each possible Type?
Posted
by .holger.
Last updated
.
Post not yet marked as solved
0 Replies
228 Views
For some reason, my app crashed after upgrading to Beta 6. Referenced from: <0A9839DE-05C8-31CC-98FC-EE50B04CF61D> /Users/holgerkrupp/Library/Developer/Xcode/DerivedData/test-cdwphhdjdsycicbfcgpmbozkcoiw/Build/Products/Debug/test.app/Contents/MacOS/test Expected in: <9099DACD-1753-359B-8807-F9598CA7F993> /System/Library/Frameworks/SwiftData.framework/Versions/A/SwiftData That mentioned folder in SwiftData.framework/Versions/A is missing. Any new (test) app created using SwiftData has the same issue. How can a system level framework disappear? Is this a known issue?
Posted
by .holger.
Last updated
.