agusso / ASOXScrollTableViewCell

'Horizontal Scroll Table View Cell' library
MIT License
142 stars 25 forks source link

error #10

Open dippol opened 8 years ago

dippol commented 8 years ago

hi, i got a error then run demo

Ld /Users/dip/Library/Developer/Xcode/DerivedData/XScroll-cgndgsnchglbdhgjdaqvfhtzhiwc/Build/Products/Debug-iphonesimulator/XScroll.app/XScroll normal x86_64 cd /Users/dip/Downloads/ASOXScrollTableViewCell-master/Example export IPHONEOS_DEPLOYMENT_TARGET=8.0 export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin" /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.2.sdk -L/Users/dip/Library/Developer/Xcode/DerivedData/XScroll-cgndgsnchglbdhgjdaqvfhtzhiwc/Build/Products/Debug-iphonesimulator -F/Users/dip/Library/Developer/Xcode/DerivedData/XScroll-cgndgsnchglbdhgjdaqvfhtzhiwc/Build/Products/Debug-iphonesimulator -filelist /Users/dip/Library/Developer/Xcode/DerivedData/XScroll-cgndgsnchglbdhgjdaqvfhtzhiwc/Build/Intermediates/XScroll.build/Debug-iphonesimulator/XScroll.build/Objects-normal/x86_64/XScroll.LinkFileList -Xlinker -rpath -Xlinker @executable_path/Frameworks -mios-simulator-version-min=8.0 -Xlinker -objc_abi_version -Xlinker 2 -ObjC -lASOXScrollTableViewCell -fobjc-arc -fobjc-link-runtime -lPods-XScroll -Xlinker -dependency_info -Xlinker /Users/dip/Library/Developer/Xcode/DerivedData/XScroll-cgndgsnchglbdhgjdaqvfhtzhiwc/Build/Intermediates/XScroll.build/Debug-iphonesimulator/XScroll.build/Objects-normal/x86_64/XScroll_dependency_info.dat -o /Users/dip/Library/Developer/Xcode/DerivedData/XScroll-cgndgsnchglbdhgjdaqvfhtzhiwc/Build/Products/Debug-iphonesimulator/XScroll.app/XScroll

ld: library not found for -lASOXScrollTableViewCell clang: error: linker command failed with exit code 1 (use -v to see invocation)

LunevNF commented 7 years ago

You must set "Build Active Architecture Only" to "NO" at TARGET -> Build Phases (Your project target and ALL pods target).