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:
Related
Ld
/Users/macos/Library/Developer/Xcode/DerivedData/RoadApp-dxgwdfigzxouoygvxpckcaxymfbd/Build/Intermediates/ArchiveIntermediates/RoadApp/IntermediateBuildFilesPath/RoadApp.build/Release-iphoneos/RoadApp.build/Objects-normal/arm64/RoadApp
normal arm64
cd /Users/macos/Desktop/RoadAppIOS
export IPHONEOS_DEPLOYMENT_TARGET=9.1
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.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 arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.2.sdk
-L/Users/macos/Library/Developer/Xcode/DerivedData/RoadApp-dxgwdfigzxouoygvxpckcaxymfbd/Build/Intermediates/ArchiveIntermediates/RoadApp/BuildProductsPath/Release-iphoneos
-L/Users/macos/Library/Developer/Xcode/DerivedData/RoadApp-dxgwdfigzxouoygvxpckcaxymfbd/Build/Intermediates/ArchiveIntermediates/RoadApp/BuildProductsPath/Release-iphoneos/WYPopoverController
-L/Users/macos/Desktop/RoadAppIOS/RoadApp -F/Users/macos/Library/Developer/Xcode/DerivedData/RoadApp-dxgwdfigzxouoygvxpckcaxymfbd/Build/Intermediates/ArchiveIntermediates/RoadApp/BuildProductsPath/Release-iphoneos
-F/Users/macos/Desktop/RoadAppIOS/Pods/GoogleMaps/Base/Frameworks -F/Users/macos/Desktop/RoadAppIOS/Pods/GoogleMaps/Maps/Frameworks -F/Users/macos/Desktop/RoadAppIOS/Pods/GooglePlaces/Frameworks -F/Users/macos/Desktop/RoadAppIOS/RoadApp -filelist /Users/macos/Library/Developer/Xcode/DerivedData/RoadApp-dxgwdfigzxouoygvxpckcaxymfbd/Build/Intermediates/ArchiveIntermediates/RoadApp/IntermediateBuildFilesPath/RoadApp.build/Release-iphoneos/RoadApp.build/Objects-normal/arm64/RoadApp.LinkFileList
-Xlinker -rpath -Xlinker #executable_path/Frameworks -miphoneos-version-min=9.1 -dead_strip -Xlinker -object_path_lto -Xlinker /Users/macos/Library/Developer/Xcode/DerivedData/RoadApp-dxgwdfigzxouoygvxpckcaxymfbd/Build/Intermediates/ArchiveIntermediates/RoadApp/IntermediateBuildFilesPath/RoadApp.build/Release-iphoneos/RoadApp.build/Objects-normal/arm64/RoadApp_lto.o
-fembed-bitcode -Xlinker -bitcode_verify -Xlinker -bitcode_hide_symbols -Xlinker -bitcode_symbol_map -Xlinker /Users/macos/Library/Developer/Xcode/DerivedData/RoadApp-dxgwdfigzxouoygvxpckcaxymfbd/Build/Intermediates/ArchiveIntermediates/RoadApp/BuildProductsPath/Release-iphoneos
-fobjc-arc -fobjc-link-runtime -ObjC -all_load -ObjC -lWYPopoverController -lc++ -lz -framework Accelerate -framework CoreData -framework CoreGraphics -framework CoreLocation -framework
CoreText -framework GLKit -framework GoogleMaps -framework
GoogleMapsBase -framework GoogleMapsCore -framework GooglePlaces
-framework ImageIO -framework OpenGLES -framework QuartzCore -framework SystemConfiguration -framework UIKit -lsqlite3 -lPods-RoadApp -Xlinker -dependency_info -Xlinker /Users/macos/Library/Developer/Xcode/DerivedData/RoadApp-dxgwdfigzxouoygvxpckcaxymfbd/Build/Intermediates/ArchiveIntermediates/RoadApp/IntermediateBuildFilesPath/RoadApp.build/Release-iphoneos/RoadApp.build/Objects-normal/arm64/RoadApp_dependency_info.dat
-o /Users/macos/Library/Developer/Xcode/DerivedData/RoadApp-dxgwdfigzxouoygvxpckcaxymfbd/Build/Intermediates/ArchiveIntermediates/RoadApp/IntermediateBuildFilesPath/RoadApp.build/Release-iphoneos/RoadApp.build/Objects-normal/arm64/RoadApp
Hi. I searching for 1 day but can find solution, can anyone help?
EDIT: check all solution on this page but not work
Getting error of armv7s and armv7 while archiving for release
make sure you have this tag on the top of the appdelegate file, and you didn't accidentally deleted it
#UIApplicationMain
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 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.
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.