val-bubbleflat / laravel-echo-ios

A wrapper for Laravel Echo in Swift
MIT License
22 stars 17 forks source link

Echo is undeclared type #6

Open Wissa-Azmy opened 5 years ago

Wissa-Azmy commented 5 years ago
screen shot 2018-12-02 at 11 53 48 am
alexnikol commented 5 years ago

same problem

Yoropiata commented 5 years ago

Solution for me was to go to the file containing Echo, then making the class public, this also had to be done for all the functions within it.

I found it by right clicking the Echo that fails then "Jump to Definition" unlock the package file then write public in front of the 'class Echo'

haduong825 commented 2 years ago

You can download the source code and paste it into the project.