Skip to content

Instantly share code, notes, and snippets.

@jamessa
Created May 21, 2014 16:11
Show Gist options
  • Save jamessa/e785fa595aab46cfb565 to your computer and use it in GitHub Desktop.
Save jamessa/e785fa595aab46cfb565 to your computer and use it in GitHub Desktop.
Ld /Users/jsa/Library/Developer/Xcode/DerivedData/Q3D-dvfvobcznjbvgqdgsoqhvbzmjfvg/Build/Products/Debug-iphonesimulator/Q3D.app/Q3D normal i386
cd /Users/jsa/Developer/Insta3D_iOS
export IPHONEOS_DEPLOYMENT_TARGET=7.0
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/jsa/.rbenv/shims:/usr/local/bin:/Users/jsa/.rbenv/shims:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/heroku/bin:/Users/jsa/Developer/go/bin:/Users/jsa/Developer/go_appengine:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/heroku/bin:/Users/jsa/Developer/go/bin:/Users/jsa/Developer/go_appengine"
/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.1.sdk -L/Users/jsa/Library/Developer/Xcode/DerivedData/Q3D-dvfvobcznjbvgqdgsoqhvbzmjfvg/Build/Products/Debug-iphonesimulator -L/Users/jsa/Developer/Insta3D_iOS/Pods/GoogleAnalytics-iOS-SDK -L../freetype-2.4.11/iOS7 -L/Users/jsa/Developer/Insta3D_iOS/ShareSDK/Extend/SinaWeiboSDK -L/Users/jsa/Developer/Insta3D_iOS/ShareSDK/Extend/TencentWeiboSDK -L/Users/jsa/Developer/Insta3D_iOS/ShareSDK/Extend/WeChatSDK -L/Users/jsa/Developer/Insta3D_iOS/ShareSDK/Extend/YiXinSDK -F/Users/jsa/Library/Developer/Xcode/DerivedData/Q3D-dvfvobcznjbvgqdgsoqhvbzmjfvg/Build/Products/Debug-iphonesimulator -F/Users/jsa/Developer/Insta3D_iOS -F/Users/jsa/Developer/Insta3D_iOS/ShareSDK/Connection -F/Users/jsa/Developer/Insta3D_iOS/ShareSDK/Core -F/Users/jsa/Developer/Insta3D_iOS/ShareSDK/Extend/GooglePlusSDK -F/Users/jsa/Developer/Insta3D_iOS/ShareSDK/Extend/Pinterest.embeddedframework -F/Users/jsa/Developer/Insta3D_iOS/ShareSDK/Extend/QQConnectSDK -F/Users/jsa/Developer/Insta3D_iOS/ShareSDK/Extend/RenRenSDK -F/Users/jsa/Developer/Insta3D_iOS/ShareSDK -F/Users/jsa/Developer/Insta3D_iOS/ShareSDK/UI -filelist /Users/jsa/Library/Developer/Xcode/DerivedData/Q3D-dvfvobcznjbvgqdgsoqhvbzmjfvg/Build/Intermediates/Q3D.build/Debug-iphonesimulator/Q3D.build/Objects-normal/i386/Q3D.LinkFileList -Xlinker -objc_abi_version -Xlinker 2 -ObjC -lGoogleAnalyticsServices -lsqlite3 -lz -framework CFNetwork -framework CoreData -framework CoreGraphics -framework MobileCoreServices -framework QuartzCore -framework Security -framework SystemConfiguration -fobjc-arc -fobjc-link-runtime -Xlinker -no_implicit_dylibs -stdlib=libc++ -mios-simulator-version-min=7.0 -framework StoreKit -lsqlite3 -lstdc++ -framework TencentWeiboConnection -lz.1.2.5 -framework WeChatConnection -framework TencentOpenAPI -licucore -framework FacebookConnection -framework CoreTelephony -framework AssetsLibrary -lfreetype -framework OpenAL -lWeChatSDK -framework OpenGLES -framework QQConnection -framework QuartzCore -framework AudioToolbox -framework AVFoundation -framework Crashlytics -framework ShareSDK -framework SystemConfiguration -framework AGCommon -framework Security -framework CoreLocation -lz -framework MobileCoreServices -framework YiXinConnection -lYixinSDK -framework ImageIO -framework CoreMedia -framework ShareSDKCoreService -framework CoreVideo -framework CoreGraphics -framework UIKit -framework TwitterConnection -framework Foundation -framework SinaWeiboConnection -lTCWeiboSDK -lSinaWeiboSDK -lPods -framework QZoneConnection -Xlinker -dependency_info -Xlinker /Users/jsa/Library/Developer/Xcode/DerivedData/Q3D-dvfvobcznjbvgqdgsoqhvbzmjfvg/Build/Intermediates/Q3D.build/Debug-iphonesimulator/Q3D.build/Objects-normal/i386/Q3D_dependency_info.dat -o /Users/jsa/Library/Developer/Xcode/DerivedData/Q3D-dvfvobcznjbvgqdgsoqhvbzmjfvg/Build/Products/Debug-iphonesimulator/Q3D.app/Q3D
ld: warning: directory not found for option '-L../freetype-2.4.11/iOS7'
ld: warning: directory not found for option '-F/Users/jsa/Developer/Insta3D_iOS/ShareSDK/Extend/GooglePlusSDK'
ld: warning: directory not found for option '-F/Users/jsa/Developer/Insta3D_iOS/ShareSDK/Extend/Pinterest.embeddedframework'
ld: warning: directory not found for option '-F/Users/jsa/Developer/Insta3D_iOS/ShareSDK/Extend/RenRenSDK'
ld: library not found for -lfreetype
clang: error: linker command failed with exit code 1 (use -v to see invocation)
@jamessa
Copy link
Author

jamessa commented May 21, 2014

$ pod install
Analyzing dependencies
Downloading dependencies
Using AFNetworking (2.2.4)
Using AGi18n (0.0.2)
Using GoogleAnalytics-iOS-SDK (3.0.7)
Using SVProgressHUD (HEAD based on 1.0)
Generating Pods project
Integrating client project

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment