xcode 7.2 Linker command failed with exit code 1 -


i having devil of time error in xcode 7.2 full of build error follows..

ld /users/skrite/library/developer/xcode/deriveddata/pivotrac-endythvhjbfwtchiigrtipfugerp/build/products/debug-iphonesimulator/pivotrac.app/pivotrac normal x86_64 cd /users/skrite/xcode-projects/pivotrac export iphoneos_deployment_target=9.2 export path="/applications/xcode.app/contents/developer/platforms/iphonesimulator.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 x86_64 -isysroot /applications/xcode.app/contents/developer/platforms/iphonesimulator.platform/developer/sdks/iphonesimulator9.2.sdk -l/users/skrite/library/developer/xcode/deriveddata/pivotrac-endythvhjbfwtchiigrtipfugerp/build/products/debug-iphonesimulator -f/users/skrite/library/developer/xcode/deriveddata/pivotrac-endythvhjbfwtchiigrtipfugerp/build/products/debug-iphonesimulator -filelist /users/skrite/library/developer/xcode/deriveddata/pivotrac-endythvhjbfwtchiigrtipfugerp/build/intermediates/pivotrac.build/debug-iphonesimulator/pivotrac.build/objects-normal/x86_64/pivotrac.linkfilelist -xlinker -rpath -xlinker @executable_path/frameworks -mios-simulator-version-min=9.2 -xlinker -objc_abi_version -xlinker 2 -l/applications/xcode.app/contents/developer/toolchains/xcodedefault.xctoolchain/usr/lib/swift/iphonesimulator -xlinker -add_ast_path -xlinker /users/skrite/library/developer/xcode/deriveddata/pivotrac-endythvhjbfwtchiigrtipfugerp/build/intermediates/pivotrac.build/debug-iphonesimulator/pivotrac.build/objects-normal/x86_64/pivotrac.swiftmodule /users/skrite/library/developer/xcode/deriveddata/pivotrac-endythvhjbfwtchiigrtipfugerp/build/products/debug-iphonesimulator/alamofire.framework/alamofire -xlinker -dependency_info -xlinker /users/skrite/library/developer/xcode/deriveddata/pivotrac-endythvhjbfwtchiigrtipfugerp/build/intermediates/pivotrac.build/debug-iphonesimulator/pivotrac.build/objects-normal/x86_64/pivotrac_dependency_info.dat -o /users/skrite/library/developer/xcode/deriveddata/pivotrac-endythvhjbfwtchiigrtipfugerp/build/products/debug-iphonesimulator/pivotrac.app/pivotrac  ld: framework not found realm architecture x86_64 clang: error: linker command failed exit code 1 (use -v see invocation) 

it strange. have reset code git few times , there couple of times has worked (made arrow go away) not. may have ios charts library went missing.

the last time got working again removing (deleting) ioscharts project navigator, part of must still there or misplaced because did not error "import charts" , when ran app, loaded chart. however, writing new code (only editing 1 file) above error shows again. have been working on since yesterday. tips. new @ this.


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -