-
Notifications
You must be signed in to change notification settings - Fork 142
Closed
mattt/EventSource
#10Labels
bugSomething isn't workingSomething isn't working
Description
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
- Create a new project by using the multiplatform app template.
- Enable support for Mac Catalyst.
- Add dependency to
swift-sdk. - 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'.

Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working