You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The Getting Started document show how to use this library in code to connect and interact with a Matrix server. Xcode says Value of type 'RoomList' has no member 'entries', when I copy the third example into Xcode.
To Reproduce
Steps to reproduce the behavior:
Create a new Xcode command line project
Copy the first code block from the document and compile. You now have a program that simply connects to an account on a homeserver
Copy the third code block from the document to the end of your project and compile. This should set your program up to respond to room events after connecting
See error
Expected behavior
I expected to be able to copy and paste code into my project at each step and have a working program
Desktop (please complete the following information):
OS: macOS 15.2, Xcode 16.2
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug
The Getting Started document show how to use this library in code to connect and interact with a Matrix server. Xcode says Value of type 'RoomList' has no member 'entries', when I copy the third example into Xcode.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expected to be able to copy and paste code into my project at each step and have a working program
Desktop (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: