I am getting this error while using realm on my swift project.
After i installed SwipeCellKit pod on it when i tried to compile, i get this error at build time:
Searched for some topics on stackoverflow but only found about react native.
I checked the Build Phases area for some default checks i found on google but there is no duplicated files:
I deleted my Pods folder then made another pod install, using same xcode version either on podfile, same realm version. Without SwipeCellKit implementation on code is not presenting problems anymore. I really dont know how issue started, but i guess it is working fine now.