Note that there are some explanatory texts on larger screens.

plurals
  1. POApple Mach-O Linker Error - duplicate symbols
    primarykey
    data
    text
    <p>I'm having a little trouble with an app I'm making. I researched this a bit and looked at other posts, but the fixes that they proposed don't work for me. I am running all the latest softwares.</p> <p>It says:</p> <p>3 duplicate symbols for architecture i386 Linker command failed with exit code 1 ( use -v to see invocation)</p> <blockquote> <p>Ld /Users/RileyLloyd/Library/Developer/Xcode/DerivedData/People_Bingo-eqtneohyjbwwpxclkkhkbtkcddye/Build/Products/Debug-iphonesimulator/People\ Bingo.app/People\ Bingo normal i386 cd "/Users/RileyLloyd/Documents/Xcode/People Bingo" setenv IPHONEOS_DEPLOYMENT_TARGET 7.0 setenv PATH "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin" /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch i386 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -L/Users/RileyLloyd/Library/Developer/Xcode/DerivedData/People_Bingo-eqtneohyjbwwpxclkkhkbtkcddye/Build/Products/Debug-iphonesimulator -F/Users/RileyLloyd/Library/Developer/Xcode/DerivedData/People_Bingo-eqtneohyjbwwpxclkkhkbtkcddye/Build/Products/Debug-iphonesimulator -filelist /Users/RileyLloyd/Library/Developer/Xcode/DerivedData/People_Bingo-eqtneohyjbwwpxclkkhkbtkcddye/Build/Intermediates/People\ Bingo.build/Debug-iphonesimulator/People\ Bingo.build/Objects-normal/i386/People\ Bingo.LinkFileList -Xlinker -objc_abi_version -Xlinker 2 -fobjc-arc -fobjc-link-runtime -Xlinker -no_implicit_dylibs -mios-simulator-version-min=7.0 -framework CoreData -framework CoreGraphics -framework UIKit -framework Foundation -Xlinker -dependency_info -Xlinker /Users/RileyLloyd/Library/Developer/Xcode/DerivedData/People_Bingo-eqtneohyjbwwpxclkkhkbtkcddye/Build/Intermediates/People\ Bingo.build/Debug-iphonesimulator/People\ Bingo.build/Objects-normal/i386/People\ Bingo_dependency_info.dat -o /Users/RileyLloyd/Library/Developer/Xcode/DerivedData/People_Bingo-eqtneohyjbwwpxclkkhkbtkcddye/Build/Products/Debug-iphonesimulator/People\ Bingo.app/People\ Bingo</p> <p>duplicate symbol _OBJC_IVAR_$_CollectionViewController._cellArray in: /Users/RileyLloyd/Library/Developer/Xcode/DerivedData/People_Bingo-eqtneohyjbwwpxclkkhkbtkcddye/Build/Intermediates/People Bingo.build/Debug-iphonesimulator/People Bingo.build/Objects-normal/i386/ViewController.o /Users/RileyLloyd/Library/Developer/Xcode/DerivedData/People_Bingo-eqtneohyjbwwpxclkkhkbtkcddye/Build/Intermediates/People Bingo.build/Debug-iphonesimulator/People Bingo.build/Objects-normal/i386/CollectionViewController.o duplicate symbol _OBJC_CLASS_$_CollectionViewController in: /Users/RileyLloyd/Library/Developer/Xcode/DerivedData/People_Bingo-eqtneohyjbwwpxclkkhkbtkcddye/Build/Intermediates/People Bingo.build/Debug-iphonesimulator/People Bingo.build/Objects-normal/i386/ViewController.o /Users/RileyLloyd/Library/Developer/Xcode/DerivedData/People_Bingo-eqtneohyjbwwpxclkkhkbtkcddye/Build/Intermediates/People Bingo.build/Debug-iphonesimulator/People Bingo.build/Objects-normal/i386/CollectionViewController.o duplicate symbol _OBJC_METACLASS_$_CollectionViewController in: /Users/RileyLloyd/Library/Developer/Xcode/DerivedData/People_Bingo-eqtneohyjbwwpxclkkhkbtkcddye/Build/Intermediates/People Bingo.build/Debug-iphonesimulator/People Bingo.build/Objects-normal/i386/ViewController.o /Users/RileyLloyd/Library/Developer/Xcode/DerivedData/People_Bingo-eqtneohyjbwwpxclkkhkbtkcddye/Build/Intermediates/People Bingo.build/Debug-iphonesimulator/People Bingo.build/Objects-normal/i386/CollectionViewController.o ld: 3 duplicate symbols for architecture i386 clang: error: linker command failed with exit code 1 (use -v to see invocation)</p> </blockquote> <p><img src="https://i.stack.imgur.com/qIAR9.png" alt="enter image description here"></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload