-
-
Notifications
You must be signed in to change notification settings - Fork 699
Fixed circular reference in Xcode 11.4b1 #598
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The stable version is out. Thank you for the fix @quantum2. At least I can fix the source in my local pod. |
pls merge thx |
waiting for merge, thanks for fast fix |
Please merge ASAP. Thanks |
@jonkykong please merge ASAP. The beta that it is broken on is now in production. |
@jonkykong please merge. Xcode was updated today to version 11.4. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After these changes having issue of "Use of undeclared type 'Model'".
You must have forgotten to redeclare the typealias outside the closure. Here is working fine. |
Please @jonkykong can you merge to master? Without this fix the apps won't compile |
Thank you for your submission. I'm closing this change in favor of #610. |
After updating Xcode to 11.4.1 I am getting an error Circular reference. How can I fix it? |
I can't get the latest version of SideMenu 6.4.8 How can I update via cocoapods? |
'pod update', 'pod repo update' or with 'pod install --repo-update' |
Thanks it was updated. But one problem that I am facing now is the status
bar gets turned into black when sideMenu appears. How do I fix it?
пн, 11 мая 2020 г. в 15:29, Nadeeshan Jayawardana <[email protected]
…:
'pod update', 'pod repo update' or with 'pod install --repo-update'
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#598 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AN2YJP2Z2MUVARNKLHGSSGTRQ7HQZANCNFSM4KQ6GX2A>
.
|
Fixed a circular reference error being thrown in Beta 1 of Xcode 11.4, I'm pretty sure it's related to Swift 5.2 and that the error is here to stay, but you might want to hold off this PR until the stable version comes out.