Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 11.4 Circular Reference errors

Tags:

When compiling project on Xcode 11.4 (on previous Xcode project is building fine) I get following 999+ errors (Did clean build and deleted derived data):

<unknown>:0: error: circular reference
<unknown>:0: error: circular reference
<unknown>:0: note: through reference here
<unknown>:0: error: circular reference
<unknown>:0: error: circular reference
<unknown>:0: note: through reference here
<unknown>:0: note: through reference here
<unknown>:0: error: circular reference
<unknown>:0: note: through reference here
<unknown>:0: error: circular reference
<unknown>:0: error: circular reference
<unknown>:0: note: through reference here

Is this a problem with Xcode 11.4? Is it possible to disable circular reference checking option when compiling a project?.

like image 947
Simonas Daniliauskas Avatar asked Feb 13 '20 17:02

Simonas Daniliauskas


1 Answers

Just for SideMenu issue, please update pod SideMenu version to 6.4.8 and it solves the problem.

like image 87
Rajat Chaudhary Avatar answered Sep 20 '22 03:09

Rajat Chaudhary