when I run my project, I get errors like this:
It seems that all frameworks in
Actually issue is related to dependency management for xcode project. You can refer below answer link for solving "linker issue" in xcode. That worked for me.
https://stackoverflow.com/a/38371271/6827175
Same issues here. I had not made any changes other than adding some icons to the project. After a few hours of clicking around, I clicked on the pods project and changed the search path to Yes. That solved it for me.
If you selected Legacy Build System so change that because this has deprecated from xcode so use pod deintegrate pod install