I m getting the error when adding GData clientlibrary for photo uploading on Picasa
Error log is as follows
Ld /Users/Macintosh/Library/Developer/Xcode/DerivedData/PhotoYaar-ftppukpwhpkripftssebcboomfcx/Build/Products/Debug-iphonesimulator/PhotoYaar.app/PhotoYaar normal i386
cd "/Users/Macintosh/Desktop/Paras/Projects/Photo Yaary/01-02-2013/PhotoYar"
setenv MACOSX_DEPLOYMENT_TARGET 10.6
setenv PATH "/Volumes/Xcode/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Volumes/Xcode/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
/Volumes/Xcode/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch i386 -isysroot /Volumes/Xcode/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.1.sdk -L/Users/Macintosh/Library/Developer/Xcode/DerivedData/PhotoYaar-ftppukpwhpkripftssebcboomfcx/Build/Products/Debug-iphonesimulator "-L/Users/Macintosh/Desktop/Paras/Projects/Photo Yaary/01-02-2013/PhotoYar/../../Data_Photo_App/GData-iOS-Static-Library-1.12-master" "-L/Users/Macintosh/Desktop/Paras/Projects/Photo Yaary/01-02-2013/PhotoYar/../../../../.." -F/Users/Macintosh/Library/Developer/Xcode/DerivedData/PhotoYaar-ftppukpwhpkripftssebcboomfcx/Build/Products/Debug-iphonesimulator "-F/Users/Macintosh/Desktop/Paras/Projects/Photo Yaary/01-02-2013/PhotoYar" -filelist /Users/Macintosh/Library/Developer/Xcode/DerivedData/PhotoYaar-ftppukpwhpkripftssebcboomfcx/Build/Intermediates/PhotoYaar.build/Debug-iphonesimulator/PhotoYaar.build/Objects-normal/i386/PhotoYaar.LinkFileList -mmacosx-version-min=10.6 -Xlinker -objc_abi_version -Xlinker 2 -all_load -lxml2 -ObjC -Xlinker -no_implicit_dylibs -D__IPHONE_OS_VERSION_MIN_REQUIRED=50100 /Users/Macintosh/Library/Developer/Xcode/DerivedData/PhotoYaar-ftppukpwhpkripftssebcboomfcx/Build/Products/Debug-iphonesimulator/libGPUImage.a -lGDataTouchStaticLib -framework Security -weak_library /Users/Macintosh/Library/Developer/Xcode/DerivedData/PhotoYaar-ftppukpwhpkripftssebcboomfcx/Build/Products/Debug-iphonesimulator/GData/GData -lxml2 -framework MobileCoreServices -framework CoreLocation -framework AddressBook -framework Accounts -framework CFNetwork -framework OpenAL -framework SystemConfiguration -lsqlite3.0 -framework ImageIO -framework CoreVideo -framework AssetsLibrary -framework CoreMedia -framework CoreMotion -framework MessageUI -framework Twitter -framework OpenGLES -framework AVFoundation -framework CoreImage -lz.1.1.3 -framework QuartzCore -framework UIKit -framework Foundation -framework CoreGraphics -o /Users/Macintosh/Library/Developer/Xcode/DerivedData/PhotoYaar-ftppukpwhpkripftssebcboomfcx/Build/Products/Debug-iphonesimulator/PhotoYaar.app/PhotoYaar
ld: file not found: /Users/Macintosh/Library/Developer/Xcode/DerivedData/PhotoYaar-ftppukpwhpkripftssebcboomfcx/Build/Products/Debug-iphonesimulator/GData/GData
clang: error: linker command failed with exit code 1 (use -v to see invocation)
How can i solve this?
i m using this url as a reference
http://hoishing.wordpress.com/2011/08/23/gdata-objective-c-client-setup-in-xcode-4/
The warning is that the linker is not finding the library to link against.
You'll need to fix your project so it can link to the library framework. Linking details are here.
Related
I'm doing my first IBM Mobile First Platform project. I need to integrate a native SDK from MiTek called MySnap. I am following the directions to integrate the SDKs but I get this error.
I'm kind of new to Xcode so I don't know the errors really well yet.
Ld
/Users/hannade/Library/Developer/Xcode/DerivedData/NativePagesInHybridAppNativePagesInHybridAppIphone-cxbsrcmfjjkjoxfcvhsngdyiicgs/Build/Products/Debug-iphonesimulator/NativePagesInHybridApp.app/NativePagesInHybridApp
normal i386
cd /Users/hannade/Developer/NativePagesInHybridApp/apps/NativePagesInHybridApp/iphone/native
export IPHONEOS_DEPLOYMENT_TARGET=6.0
export 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/iPhoneSimulator8.3.sdk
-L/Users/hannade/Library/Developer/Xcode/DerivedData/NativePagesInHybridAppNativePagesInHybridAppIphone-cxbsrcmfjjkjoxfcvhsngdyiicgs/Build/Products/Debug-iphonesimulator
-L/Users/hannade/Developer/NativePagesInHybridApp/apps/NativePagesInHybridApp/iphone/native
-L\"/Users/hannade/Developer/NativePagesInHybridApp/apps/NativePagesInHybridApp/iphone/native/WorklightSDK\"
-F/Users/hannade/Library/Developer/Xcode/DerivedData/NativePagesInHybridAppNativePagesInHybridAppIphone-cxbsrcmfjjkjoxfcvhsngdyiicgs/Build/Products/Debug-iphonesimulator
-F/Users/hannade/Developer/NativePagesInHybridApp/apps/NativePagesInHybridApp/iphone/native
-F/Users/hannade/Developer/NativePagesInHybridApp/apps/NativePagesInHybridApp/iphone/native/Frameworks
-filelist /Users/hannade/Library/Developer/Xcode/DerivedData/NativePagesInHybridAppNativePagesInHybridAppIphone-cxbsrcmfjjkjoxfcvhsngdyiicgs/Build/Intermediates/NativePagesInHybridAppNativePagesInHybridAppIphone.build/Debug-iphonesimulator/NativePagesInHybridAppNativePagesInHybridAppIphone.build/Objects-normal/i386/NativePagesInHybridApp.LinkFileList
-Xlinker -objc_abi_version -Xlinker 2 -ObjC -lstdc++ -lc++ -fobjc-arc -fobjc-link-runtime -Xlinker -no_implicit_dylibs -mios-simulator-version-min=6.0 -Xlinker -sectcreate -Xlinker __TEXT -Xlinker __entitlements -Xlinker /Users/hannade/Library/Developer/Xcode/DerivedData/NativePagesInHybridAppNativePagesInHybridAppIphone-cxbsrcmfjjkjoxfcvhsngdyiicgs/Build/Intermediates/NativePagesInHybridAppNativePagesInHybridAppIphone.build/Debug-iphonesimulator/NativePagesInHybridAppNativePagesInHybridAppIphone.build/NativePagesInHybridApp.app.xcent
-lstdc++.6 -framework CoreVideo -framework CoreTelephony -framework ImageIO -framework sqlcipher
/Users/hannade/Library/Developer/Xcode/DerivedData/NativePagesInHybridAppNativePagesInHybridAppIphone-cxbsrcmfjjkjoxfcvhsngdyiicgs/Build/Products/Debug-iphonesimulator/libCordova.a
-lMiSnap -framework Security -lBarcodeScannerStub -framework CoreMedia -lz -framework Foundation -framework UIKit -framework CoreGraphics -framework AddressBook -framework AddressBookUI -framework AudioToolbox -framework AssetsLibrary -framework AVFoundation
-lCardIOStub -framework CFNetwork -framework CoreLocation -framework MediaPlayer -framework QuartzCore -framework SystemConfiguration
-framework CoreMotion -framework MobileCoreServices -framework CoreData -lWorklightStaticLibProject -framework OpenGLES -Xlinker
-dependency_info -Xlinker /Users/hannade/Library/Developer/Xcode/DerivedData/NativePagesInHybridAppNativePagesInHybridAppIphone-cxbsrcmfjjkjoxfcvhsngdyiicgs/Build/Intermediates/NativePagesInHybridAppNativePagesInHybridAppIphone.build/Debug-iphonesimulator/NativePagesInHybridAppNativePagesInHybridAppIphone.build/Objects-normal/i386/NativePagesInHybridApp_dependency_info.dat
-o /Users/hannade/Library/Developer/Xcode/DerivedData/NativePagesInHybridAppNativePagesInHybridAppIphone-cxbsrcmfjjkjoxfcvhsngdyiicgs/Build/Products/Debug-iphonesimulator/NativePagesInHybridApp.app/NativePagesInHybridApp
ld: warning: directory not found for option
'-L"/Users/hannade/Developer/NativePagesInHybridApp/apps/NativePagesInHybridApp/iphone/native/WorklightSDK"'
ld: library not found for -lWorklightStaticLibProject clang: error:
linker command failed with exit code 1 (use -v to see invocation)
Open the Build Phases section of your project in Xcode and verify that in "Link Binary With Libraries", MFP's "libWorklightStaticLibProject.a" file is located at the top of the list of libraries.
Sometimes its lack of being at the top can cause build problems.
For example:
I am using google+ api for signing in from google+ link
but from above link when I add OpenSource directory I got following error.
Ld /Users/Administrator/Library/Developer/Xcode/DerivedData/googleIntegration-fkbmbszsnxryxgfuzpeulxiqytcn/Build/Products/Debug-iphonesimulator/googleIntegration.app/googleIntegration normal i386
cd /Users/Administrator/Desktop/googleIntegration
export IPHONEOS_DEPLOYMENT_TARGET=6.0
export PATH="/Applications/Xcode 2.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode 2.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
/Applications/Xcode\ 2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch i386 -isysroot /Applications/Xcode\ 2.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk -L/Users/Administrator/Library/Developer/Xcode/DerivedData/googleIntegration-fkbmbszsnxryxgfuzpeulxiqytcn/Build/Products/Debug-iphonesimulator -F/Users/Administrator/Library/Developer/Xcode/DerivedData/googleIntegration-fkbmbszsnxryxgfuzpeulxiqytcn/Build/Products/Debug-iphonesimulator -F/Users/Administrator/Downloads/google-plus-ios-sdk-1.5.1 -filelist /Users/Administrator/Library/Developer/Xcode/DerivedData/googleIntegration-fkbmbszsnxryxgfuzpeulxiqytcn/Build/Intermediates/googleIntegration.build/Debug-iphonesimulator/googleIntegration.build/Objects-normal/i386/googleIntegration.LinkFileList -Xlinker -objc_abi_version -Xlinker 2 -ObjC -fobjc-arc -fobjc-link-runtime -Xlinker -no_implicit_dylibs -mios-simulator-version-min=6.0 -framework SystemConfiguration -framework Security -framework MediaPlayer -framework CoreText -framework CoreGraphics -framework GooglePlus -framework CoreMotion -framework CoreLocation -framework AssetsLibrary -framework AddressBook -framework UIKit -framework GoogleOpenSource -framework Foundation -Xlinker -dependency_info -Xlinker /Users/Administrator/Library/Developer/Xcode/DerivedData/googleIntegration-fkbmbszsnxryxgfuzpeulxiqytcn/Build/Intermediates/googleIntegration.build/Debug-iphonesimulator/googleIntegration.build/Objects-normal/i386/googleIntegration_dependency_info.dat -o /Users/Administrator/Library/Developer/Xcode/DerivedData/googleIntegration-fkbmbszsnxryxgfuzpeulxiqytcn/Build/Products/Debug-iphonesimulator/googleIntegration.app/googleIntegration
duplicate symbol _OBJC_IVAR_$_GTMHTTPFetcher.request_ in:
/Users/Administrator/Library/Developer/Xcode/DerivedData/googleIntegration-fkbmbszsnxryxgfuzpeulxiqytcn/Build/Intermediates/googleIntegration.build/Debug-iphonesimulator/googleIntegration.build/Objects-normal/i386/GTMHTTPFetcher.o
I have checked other links and tried their suggestions but I didn't get succeeded?
Can anyone tell me what is the exact problem?
Any help would be appreciable.
I am getting following linker error in my project.
Ld /Users/macadmin/Library/Developer/Xcode/DerivedData/TestProject-bcrdhvfhcafaljdguvbmqdgtmoel/Build/Products/Debug-iphonesimulator/TestProject.app/TestProject normal i386
cd /Users/macadmin/Downloads/Medocity/mobile-ios-patient-cancer
setenv IPHONEOS_DEPLOYMENT_TARGET 7.0
setenv PATH "/Applications/Xcode5.0.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode5.0.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
/Applications/Xcode5.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch i386 -isysroot /Applications/Xcode5.0.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -L/Users/macadmin/Library/Developer/Xcode/DerivedData/TestProject-bcrdhvfhcafaljdguvbmqdgtmoel/Build/Products/Debug-iphonesimulator -L../mobile-ios-patient-common/External/RestKit -L../mobile-ios-patient-common/Modules/LiveHelp/lib -L../mobile-ios-patient-common/External/TestFlightSDK2.0.0 -L../mobile-ios-patient-common/External/UrbanAirship -F/Users/macadmin/Library/Developer/Xcode/DerivedData/TestProject-bcrdhvfhcafaljdguvbmqdgtmoel/Build/Products/Debug-iphonesimulator -F/Applications/Xcode5.0.app/Contents/Developer/Library/Frameworks -F../mobile-ios-patient-common/External/FB -F../mobile-ios-patient-common/External -filelist /Users/macadmin/Library/Developer/Xcode/DerivedData/TestProject-bcrdhvfhcafaljdguvbmqdgtmoel/Build/Intermediates/TestProject.build/Debug-iphonesimulator/TestProject.build/Objects-normal/i386/TestProject.LinkFileList -Xlinker -objc_abi_version -Xlinker 2 -ObjC -all_load -fobjc-arc -fobjc-link-runtime -Xlinker -no_implicit_dylibs -mios-simulator-version-min=7.0 -lxml2 -lUAirship-2.0.0 -lTestFlight -framework IG -framework IGChart -framework FacebookSDK -lRestKit -framework Foundation -lavutil -lspeex -lssl -lxml2 -lswscale -lsqlite3.0 -lSKP_SILK_SDK -lsqlite3 -lzrtpcpp -lspeexdsp -lopencore-amrwb -framework Accounts -framework AdSupport -lsrtp -losip2 -framework CFNetwork -lbcg729 -lvpx -framework CoreText -framework MapKit -framework MessageUI -lopencore-amrnb -framework QuartzCore -framework Social -lmediastreamer_voip -losipparser2 -lmsilbc -llinphone -framework SystemConfiguration -lmediastreamer_base -lmsamr -framework CoreBluetooth -lmsx264 -lc++.1 -lavcodec -lresolv -lstdc++.6 -framework AddressBook -framework AddressBookUI -framework AssetsLibrary -lx264 -framework AudioToolbox -lcrypto -framework AVFoundation -lgsm -lortp -framework CoreAudio -framework CoreFoundation -framework CoreLocation -framework CoreTelephony -framework CoreVideo -lmsbcg729 -framework GLKit -lz -lmssilk -framework MediaPlayer -framework MobileCoreServices -framework OpenGLES -lilbc -framework Security -framework CoreGraphics -framework CoreMedia -framework CoreData -leXosip2 -framework UIKit -Xlinker -dependency_info -Xlinker /Users/macadmin/Library/Developer/Xcode/DerivedData/TestProject-bcrdhvfhcafaljdguvbmqdgtmoel/Build/Intermediates/TestProject.build/Debug-iphonesimulator/TestProject.build/Objects-normal/i386/TestProject_dependency_info.dat -o /Users/macadmin/Library/Developer/Xcode/DerivedData/TestProject-bcrdhvfhcafaljdguvbmqdgtmoel/Build/Products/Debug-iphonesimulator/TestProject.app/TestProject
ld: library not found for -lmsilbc
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I am using 4-5 third party library in my project like restKit, testflight, IGChart.framework, UrbanAirship.
I have no idea why this error is coming. Please provide me some pointers to solve this issue.
Thanks,
tek3
I think you need to select the library file in the build phase.
Select Target, then Build Phase then link binary with libraries. then select + then add the library file that is missed out.
Then set the path in the build settings.
Clean... then Build the project.
Add you library in build phase. then how make i:
Through finder i know where my library inside project folder, i'm create a new folder and put my library files there, then you go "Build settings" -> "Search Path" - > "Library Search Path" and set something like :
"$(SRCROOT)/projectName/libraryFolderName"
for example:
"$(SRCROOT)/test/CorePlot"
I know this has been asked before and I have been through the many answers but I am still unable to resolve this after hours of trying.
I updated my Scringo and Facebook SDK's and I am now facing this problem:
Ld /Users/Mike/Library/Developer/Xcode/DerivedData/Game_Count-hekdkbexjjzgzzaikucywmaarygl/Build/Products/Game\ Count-iphonesimulator/Game\ Count.app/Game\ Count normal i386
cd "/Users/Mike/Documents/XCode Projects/Game Count"
setenv IPHONEOS_DEPLOYMENT_TARGET 6.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/Mike/Library/Developer/Xcode/DerivedData/Game_Count-hekdkbexjjzgzzaikucywmaarygl/Build/Products/Game\ Count-iphonesimulator -L/Users/Mike/Documents/XCode\ Projects/Game\ Count/Libraries/Flurry -F/Users/Mike/Library/Developer/Xcode/DerivedData/Game_Count-hekdkbexjjzgzzaikucywmaarygl/Build/Products/Game\ Count-iphonesimulator -F/Users/Mike/Documents/XCode\ Projects/Game\ Count/Libraries/RevMob -F/Users/Mike/Documents/XCode\ Projects/Game\ Count/Libraries/Scringo -F/Users/Mike/Documents/FacebookSDK -F/Users/Mike/Documents/XCode\ Projects/Game\ Count/Game\ Count -filelist /Users/Mike/Library/Developer/Xcode/DerivedData/Game_Count-hekdkbexjjzgzzaikucywmaarygl/Build/Intermediates/Game\ Count.build/Game\ Count-iphonesimulator/Game\ Count.build/Objects-normal/i386/Game\ Count.LinkFileList -Xlinker -objc_abi_version -Xlinker 2 -fobjc-arc -fobjc-link-runtime -Xlinker -no_implicit_dylibs -mios-simulator-version-min=6.0 -lsqlite3 -framework Security -framework Scringo -framework MobileCoreServices -framework AddressBook -framework CoreText -framework Twitter -framework MapKit -framework CoreLocation -lz -framework QuartzCore -framework EventKitUI -framework EventKit -framework FacebookSDK -framework CoreTelephony -framework CoreMedia -framework AVFoundation -framework CFNetwork -framework RevMobAds -framework SystemConfiguration -lFlurry_4.3.0 -framework CoreGraphics -framework StoreKit -framework Accounts -framework MediaPlayer -framework AudioToolbox -framework MessageUI -weak_framework AdSupport -framework iAd -framework Social -framework UIKit -framework Foundation -Xlinker -dependency_info -Xlinker /Users/Mike/Library/Developer/Xcode/DerivedData/Game_Count-hekdkbexjjzgzzaikucywmaarygl/Build/Intermediates/Game\ Count.build/Game\ Count-iphonesimulator/Game\ Count.build/Objects-normal/i386/Game\ Count_dependency_info.dat -o /Users/Mike/Library/Developer/Xcode/DerivedData/Game_Count-hekdkbexjjzgzzaikucywmaarygl/Build/Products/Game\ Count-iphonesimulator/Game\ Count.app/Game\ Count
Undefined symbols for architecture i386:
"_OBJC_CLASS_$_FBWebDialogs", referenced from:
objc-class-ref in Scringo
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I have check all my framework dependancies and they are all there. I have no idea to check which .m file is supposed to be included in the "Compile Sources" in Build Settings.
Any insight would be greatly appreciated.
Make sure you're using the latest Facebook SDK (or at least 3.5) when using the latest Scringo versions.
It is probably some mismatch in the library versions.
Select your target from TARGETS and go to Build Phases > Compile Sources > Link Binary With Libraries section.
Check if Scringo Framework is there. If not add it.
If it is, then it looks like your updated Scringo SDK is not compiled for i386 architecture which iOS Simulator has.
Libetpan is not generating the binaries folder on xcode 5.1. I updated the build-all-deps.sh file
SDKLIST="5.1"
GCC_VERSION="4.2"
PLATFORMDIR="/Volumes/Xcode/Xcode.app/Contents/Developer/Platforms/${platform}.platform"
still not able to generate the binaries.
Error I am getting is:
Ld build/Debug-iphonesimulator/reMail.app/reMail normal i386
cd "/Users/gauri/Spark/user/gauri_shankar#chat.softprodigy.local/downloads/ReMailiPhone/remail-iphone"
setenv MACOSX_DEPLOYMENT_TARGET 10.6
setenv PATH "/Volumes/Xcode/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Volumes/Xcode/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
/Volumes/Xcode/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch i386 -isysroot /Volumes/Xcode/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.1.sdk "-L/Users/gauri/Spark/user/gauri_shankar#chat.softprodigy.local/downloads/ReMailiPhone/remail-iphone/build/Debug-iphonesimulator" "-L/Users/gauri/Spark/user/gauri_shankar#chat.softprodigy.local/downloads/ReMailiPhone/remail-iphone" -L/Users/gauri/Downloads/x2on-OpenSSL-for-iPhone-9754b8d -L/Binaries/iPhoneSimulator-4.3/lib "-L/Users/gauri/Spark/user/gauri_shankar#chat.softprodigy.local/downloads/ReMailiPhone/remail-iphone/../mailcore/libetpan/build-mac/build/Debug" "-F/Users/gauri/Spark/user/gauri_shankar#chat.softprodigy.local/downloads/ReMailiPhone/remail-iphone/build/Debug-iphonesimulator" -filelist "/Users/gauri/Spark/user/gauri_shankar#chat.softprodigy.local/downloads/ReMailiPhone/remail-iphone/build/ReMailIPhone.build/Debug-iphonesimulator/ReMail.build/Objects-normal/i386/reMail.LinkFileList" -mmacosx-version-min=10.6 -Xlinker -objc_abi_version -Xlinker 2 -all_load -ObjC -Xlinker -no_implicit_dylibs -D__IPHONE_OS_VERSION_MIN_REQUIRED=50100 -letpan-iphone -letpan /Users/gauri/three20/Build/Products/Debug-iphonesimulator/libThree20.a /Users/gauri/three20/Build/Products/Debug-iphonesimulator/libThree20Core.a /Users/gauri/three20/Build/Products/Debug-iphonesimulator/libThree20Network.a /Users/gauri/three20/Build/Products/Debug-iphonesimulator/libThree20Style.a /Users/gauri/three20/Build/Products/Debug-iphonesimulator/libThree20UI.a /Users/gauri/three20/Build/Products/Debug-iphonesimulator/libThree20UICommon.a /Users/gauri/three20/Build/Products/Debug-iphonesimulator/libThree20UINavigator.a "/Users/gauri/Spark/user/gauri_shankar#chat.softprodigy.local/downloads/build/Debug-iphonesimulator/MailCore/MailCore" -framework libetpan -framework QuartzCore "/Users/gauri/Spark/user/gauri_shankar#chat.softprodigy.local/downloads/build/Debug-iphonesimulator/libmailcore.a" -framework Foundation -framework CoreGraphics -framework SystemConfiguration -framework MessageUI -framework UIKit -liconv.2 -framework CoreLocation -framework AddressBook -framework StoreKit -framework CFNetwork -framework AddressBook -framework AddressBookUI -lsasl2 -lcrypto -lssl -o "/Users/gauri/Spark/user/gauri_shankar#chat.softprodigy.local/downloads/ReMailiPhone/remail-iphone/build/Debug-iphonesimulator/reMail.app/reMail"
Command /Volumes/Xcode/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 1
Please help me out.