Failed to execute command: Bus error: 10 IOS

I have one fuzzy problem in my Xcode. After reinstalling my X-Code version 4.3.2 (4E2002) , when I run any of my codes, below error message appears.

Mistake:

Some texts like:

Ld /Users/vivek/Library/Developer/Xcode/DerivedData/MapDirectionsViewExample-gbobmtqliuwpjbbhsaxeqrqgzyax/Build/Products/Debug-iphonesimulator/MapDirectionsViewExample.app/MapDirectionsViewExample normal i386
    cd /Users/vivek/Desktop/MapDirectionViewController-master/Example
    setenv MACOSX_DEPLOYMENT_TARGET 10.6
    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/iPhoneSimulator5.1.sdk -L/Users/vivek/Library/Developer/Xcode/DerivedData/MapDirectionsViewExample-gbobmtqliuwpjbbhsaxeqrqgzyax/Build/Products/Debug-iphonesimulator -F/Users/vivek/Library/Developer/Xcode/DerivedData/MapDirectionsViewExample-gbobmtqliuwpjbbhsaxeqrqgzyax/Build/Products/Debug-iphonesimulator -filelist /Users/vivek/Library/Developer/Xcode/DerivedData/MapDirectionsViewExample-gbobmtqliuwpjbbhsaxeqrqgzyax/Build/Intermediates/MapDirectionsViewExample.build/Debug-iphonesimulator/MapDirectionsViewExample.build/Objects-normal/i386/MapDirectionsViewExample.LinkFileList -mmacosx-version-min=10.6 -Xlinker -objc_abi_version -Xlinker 2 -Xlinker -no_implicit_dylibs -D__IPHONE_OS_VERSION_MIN_REQUIRED=40200 -framework QuartzCore -framework SystemConfiguration -lz -framework MobileCoreServices -framework CFNetwork -framework CoreLocation -framework MapKit -framework UIKit -framework Foundation -framework CoreGraphics -o /Users/vivek/Library/Developer/Xcode/DerivedData/MapDirectionsViewExample-gbobmtqliuwpjbbhsaxeqrqgzyax/Build/Products/Debug-iphonesimulator/MapDirectionsViewExample.app/MapDirectionsViewExample

      

AND ERROR MESSAGE LIKE,

clang: error: command failed: Bus error: 10 clang: error: linker command failed due to signal 2 (use -v to see the call) clang: note: diagnostic msg: submit error report http: // developer.apple.com/bugreporter/ and include command line arguments and all diagnostic information. clang: note: diagnostic msg: Failed to generate preprocessed source (s) - no preprocessed inputs.

What I need to do I don't get.

Can anyone help me?

Thanks in advance.

picture:

enter image description here

+3


source to share





All Articles