When compiling project in XCode 13.2
getting error, in all previous XCode
version code working fine. Xcode 13
and above versions throwing errors and not getting any specific file or podname which is cause to error.
- error
/Users/stevesarsawa/Documents/Projects/MyApp/IOS/:1:1: circular reference
- Images
Here i only getting <unknown> error
, and not getting any particular file/class name or framework name which is causing error.
Also tried below mentioned question's solution:-
Note:- Here i tried to run code from different paths e.g. Desktop/Desktop > Subfolder, Document/Document > Subfolder and many others. But nothing is worked. And still getting error as attached images.