Apple Mach-O Linker errors and I don't know what to do Apple Mach-O Linker errors and I don't know what to do ios ios

Apple Mach-O Linker errors and I don't know what to do


For every one with an similar error.If that happens you normally can remove the "Path" under Point

target->Build Settings->Library Search Pathsenter image description here


This error can occur when a framework is added to a project more than once.

  • You can fix this by removing the duplicate. To find it, select the framework in the Xcode project navigator and choose Show in Finder. Then clean and build your project.

This can also be caused if you're missing framework header files or a reference to them.

  • In that case, you should trying removing the SDK or framework and adding it again.

Good luck.


If you installed dependencies using CocoaPods, make sure you open your XCode project by clicking on your .xcworkspace file, and not the .xcodeproj file.