Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@yas375
Created May 4, 2013 18:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yas375/b95a8532bd215116b0c5 to your computer and use it in GitHub Desktop.
Save yas375/b95a8532bd215116b0c5 to your computer and use it in GitHub Desktop.
➜ FooBar git:(master) ../xctool/xctool.sh -workspace FooBar.xcworkspace -scheme FooBar test
=== BUILDING XCTOOL ===
/Users/yas/code/xctool/build.sh
✓ Built xctool (2000 ms)
=== TEST ===
xcodebuild build build
FooBar / FooBar (Debug)
✓ Check dependencies (121 ms)
✓ Process FooBar-Info.plist (3 ms)
✓ Run custom shell script 'Check Pods Manifest.lock' (26 ms)
✓ Precompile FooBar-Prefix.pch (404 ms)
✓ Compile main.m (31 ms)
✓ Compile FFAppDelegate.m (85 ms)
✗ Link FooBar (14 ms)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Ld /Users/yas/Library/Developer/Xcode/DerivedData/FooBar-ajkeysuvkvwfhjgmubnbplcrxzfl/Build/Products/Debug-iphonesimulator/FooBar.app/FooBar normal i386
cd /Users/yas/code/FooBar
setenv IPHONEOS_DEPLOYMENT_TARGET 6.1
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/iPhoneSimulator6.1.sdk -L/Users/yas/Library/Developer/Xcode/DerivedData/FooBar-ajkeysuvkvwfhjgmubnbplcrxzfl/Build/Products/Debug-iphonesimulator -F/Users/yas/Library/Developer/Xcode/DerivedData/FooBar-ajkeysuvkvwfhjgmubnbplcrxzfl/Build/Products/Debug-iphonesimulator -filelist /Users/yas/Library/Developer/Xcode/DerivedData/FooBar-ajkeysuvkvwfhjgmubnbplcrxzfl/Build/Intermediates/FooBar.build/Debug-iphonesimulator/FooBar.build/Objects-normal/i386/FooBar.LinkFileList -Xlinker -objc_abi_version -Xlinker 2 -ObjC -fobjc-arc -fobjc-link-runtime -Xlinker -no_implicit_dylibs -mios-simulator-version-min=6.1 -framework UIKit -framework Foundation -framework CoreGraphics -lPods -o /Users/yas/Library/Developer/Xcode/DerivedData/FooBar-ajkeysuvkvwfhjgmubnbplcrxzfl/Build/Products/Debug-iphonesimulator/FooBar.app/FooBar
ld: library not found for -lPods
clang: error: linker command failed with exit code 1 (use -v to see invocation)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
** TEST FAILED: 0 of 0 tests passed ** (1387 ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment