Sidemenu: Circular reference internal typealias Model Xcode 11.4

Created on 7 Feb 2020  路  4Comments  路  Source: jonkykong/SideMenu

Using Xcode 11.4, and SIdeMenu from SPM, you cannot build and receive this error
Circular reference

On this line
internal typealias Model = MenuModel & PresentationModel & AnimationModel

Bug - Help Wanted!

Most helpful comment

Will there be a cocoapods release to fix this in the near future?
Cheers

All 4 comments

There was a pull request that solved this. My bad

Same error occurs also with CocoaPods instead of SPM

Will there be a cocoapods release to fix this in the near future?
Cheers

Same on Xcode 11.4 beta 3 (11N132i) using the latest Cocoapods build (6.4.7). https://github.com/jonkykong/SideMenu/pull/598 fixes the issue.

Was this page helpful?
0 / 5 - 0 ratings