Circular reference Error | Xcode 11.5
Closed this issue · 2 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
I have been using your pod in my swift project built on 11.2.1. Last night I had updated my Xcode and getting the error 'Circular reference' on line 112 of SideMenuNavigationController.swift. I have tried updating pod to newer version (6.4.7 - Auto) but the issue still remains. please check and resolve it asap.
To Reproduce
Steps to reproduce the behavior:
Just install and run sidemenu pod in xcode 11.5 version
Expected behavior
I expect it to not throw the error and run smooth like it was before
Screenshots
Attached a screenshot of issue
As of now I have copied the above SideMenuNavigationController.swift from ver. 6.4.8 and pasted it in my pod file by unlocking the file. I can run the app now but an update will be better sir.
@salmanursource check your pods; you are not using the latest code. 6.4.8
does not include the code in your screenshot.