I get "circular reference error" on Xcode Beta-2 11.4
Closed this issue ยท 10 comments
I have read the guidelines for contributing and I understand
- My issue is happening in the latest version of SideMenu (older versions are no longer maintained).
- My issue was not solved in the README.
- My issue can not be answered on stackoverflow.com.
- My issue is not a request for new functionality that I am unwilling to build and contribute with a pull request.
- My issue is reproducible in the demo project.
Describe the bug
At line 112 of SideMenuNavigationController(given line):
internal typealias Model = MenuModel & PresentationModel & AnimationModel
I get the error:
Circular reference
Through reference here
To Reproduce
Steps to reproduce the behavior:
Build the project and install 6.4.6 version of SideMenu and while building it you will get a compile error
Expected behavior
I expected it to run
Having the same issue,
I'm also having this issue
Same here!
Same on Xcode 11.4 beta 3 (11N132i) using the latest Cocoapods build (6.4.7). #598 fixes the issue.
A lot of people with the same problem. Please @jonkykong accept #598 pull request and release a new version. Thanks!
Xcode 11.4 stable has been released (Version 11.4 (11E146)) and the issue is still there.
same isuse
Xcode 11.4 stable has been released (Version 11.4 (11E146)) and the issue is still there.
same isuse
The issue is already solved in the 6.4.8 version released today.
You can see here #616
This issue can be closed now
Issue is solved by updating the pods,
$ pod update