Andrew Edwards

@platformgoblin
5 Followers
23 Following
70 Posts
Adventures in spatial computing.
homepagehttps://platformgoblin.com
youtubehttps://www.youtube.com/@platformgoblin

apparently it's a known issue and under investigation. For now, I'm going to namespace the model and move on.

https://developer.apple.com/forums/thread/820022

#swiftdata

SwiftData ModelContext Pollution w… | Apple Developer Forums

both localStore() and remoteStore() return an in-memory ModelContainer with only LocalSchema or RemoteSchema loaded.

Running into a weird issue with #swiftdata I have two Schemas. Both schemas have a model named Item with slightly different properties.

SchemaA.Item and SchemaB.Item.

Attempting to save SchemaA.Item fails because it doesn't have a property defined on SchemaB.Item.

Each schema is only loaded and accessed from a ModelContainer that has no knowledge of the other schema.

@vrhermit I finally had a chance to listen to the first episode. Awesome job on the podcast.

Silence unknown calls still

Sends a notification for the call
Sends a notification for the voice mail
Adds a badge for the call
Adds a badge for the voice mail
And then distributes the notifications to all connected devices.

This is not silence.

We should have never gotten rid of work from home, but now would be a great time to bring it back.

I have a dot social domain and the renewal fee might make me drop the domain.

This might be the first time I've ever let a domain lapse.

@majorlinux I'll get these periodically too.

For me, it's because I believe at one point you could create a Meta/Instagram account with just a phone number, and someone apparently used mine to do it.

They can't access the account without out the code that is sent to me. But that doesn't stop them from trying.

While I don't know how I got into this mess, the fix was actually rather easy.

I just have to manually recreate the devices. You can do this through Xcode's "Devices and Simulators" window or via the command line.

```
% xcrun simctl create "TestAVP" com.apple.CoreSimulator.SimDeviceType.Apple-Vision-Pro-4K com.apple.CoreSimulator.SimRuntime.xrOS-26-2
```

Probably not related but the change that caused the code-sign error was made while trying out the agentic coding stuff everyone is talking about.