Assistants with structured outputs cannot be used with the iOS SDK. Current workaround is to disable structured outputs in the dashboard.
Something like this is missing:
public struct ArtifactPlan: Decodable {
public let videoRecordingEnabled: Bool?
public let structuredOutputIds: [String]?
}