Skip to content

Doesn't compile for Mac Catalyst #162

@samkudr

Description

@samkudr

Describe the bug
An Xcode project that uses swift-sdk is failed to be build for Mac Catalyst due to missing module 'EventSource'.

To Reproduce

  1. Create a new project by using the multiplatform app template.
  2. Enable support for Mac Catalyst.
  3. Add dependency to swift-sdk.
  4. Try to build the project.

Expected behavior
Should build successfully since swift-sdk supports Mac Catalyst.

Logs
The error occurs at swift-sdk/Sources/MCP/Base/Transports/HTTPClientTransport.swift, line 5, No such module 'EventSource'.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions