ios - XCode check dependecy error on one host downloaded through SVN -


i have created app ios first real problem solving app. created app when colleague tries download through svn gets problems dont @ compiling.

check dependencies

compilec /users/rdl/library/developer/xcode/deriveddata/taxicloud-criyhzzqkgbmsmfmdawnerafhtco/build/intermediates/taxicloud.build/debug-iphonesimulator/taxicloud.build/objects-normal/i386/custompickertvc.o taxicloud/custompickertvc.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler cd /users/rdl/documents/workspacetools/xcode/taxicloudmobile/code/taxicloud export lang=en_us.us-ascii 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 -x objective-c -arch i386 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -fmodules-cache-path=/users/rdl/library/developer/xcode/deriveddata/modulecache -wno-trigraphs -fpascal-strings -o0 -wno-missing-field-initializers -wno-missing-prototypes -werror=return-type -wno-implicit-atomic-properties -werror=deprecated-objc-isa-usage -werror=objc-root-class -wno-receiver-is-weak -wno-arc-repeated-use-of-weak -wduplicate-method-match -wno-missing-braces -wparentheses -wswitch -wunused-function -wno-unused-label -wno-unused-parameter -wunused-variable -wunused-value -wempty-body -wuninitialized -wno-unknown-pragmas -wno-shadow -wno-four-char-constants -wno-conversion -wconstant-conversion -wint-conversion -wbool-conversion -wenum-conversion -wshorten-64-to-32 -wpointer-sign -wno-newline-eof -wno-selector -wno-strict-selector-match -wundeclared-selector -wno-deprecated-implementations -ddebug=1 -isysroot /applications/xcode.app/contents/developer/platforms/iphonesimulator.platform/developer/sdks/iphonesimulator7.1.sdk -fexceptions -fasm-blocks -fstrict-aliasing -wprotocol -wdeprecated-declarations -g -wno-sign-conversion -fobjc-abi-version=2 -fobjc-legacy-dispatch -mios-simulator-version-min=7.0 -iquote /users/rdl/library/developer/xcode/deriveddata/taxicloud-criyhzzqkgbmsmfmdawnerafhtco/build/intermediates/taxicloud.build/debug-iphonesimulator/taxicloud.build/taxicloud-generated-files.hmap -i/users/rdl/library/developer/xcode/deriveddata/taxicloud-criyhzzqkgbmsmfmdawnerafhtco/build/intermediates/taxicloud.build/debug-iphonesimulator/taxicloud.build/taxicloud-own-target-headers.hmap -i/users/rdl/library/developer/xcode/deriveddata/taxicloud-criyhzzqkgbmsmfmdawnerafhtco/build/intermediates/taxicloud.build/debug-iphonesimulator/taxicloud.build/taxicloud-all-target-headers.hmap -iquote /users/rdl/library/developer/xcode/deriveddata/taxicloud-criyhzzqkgbmsmfmdawnerafhtco/build/intermediates/taxicloud.build/debug-iphonesimulator/taxicloud.build/taxicloud-project-headers.hmap -i/users/rdl/library/developer/xcode/deriveddata/taxicloud-criyhzzqkgbmsmfmdawnerafhtco/build/products/debug-iphonesimulator/include -i/applications/xcode.app/contents/developer/toolchains/xcodedefault.xctoolchain/usr/include -i/users/anurag/documents/workspace/iphonetaxi/code/trunk/tapkulibrary-master/src -i/users/anurag/documents/workspace/objective-c/ios/tapkulibrary-master/src -i/users/rdl/library/developer/xcode/deriveddata/taxicloud-criyhzzqkgbmsmfmdawnerafhtco/build/intermediates/taxicloud.build/debug-iphonesimulator/taxicloud.build/derivedsources/i386 -i/users/rdl/library/developer/xcode/deriveddata/taxicloud-criyhzzqkgbmsmfmdawnerafhtco/build/intermediates/taxicloud.build/debug-iphonesimulator/taxicloud.build/derivedsources -f/users/rdl/library/developer/xcode/deriveddata/taxicloud-criyhzzqkgbmsmfmdawnerafhtco/build/products/debug-iphonesimulator -include /users/rdl/library/developer/xcode/deriveddata/taxicloud-criyhzzqkgbmsmfmdawnerafhtco/build/intermediates/precompiledheaders/taxicloud-prefix-fcurceuycaimaeacqiczboprofov/taxicloud-prefix.pch -mmd -mt dependencies -mf /users/rdl/library/developer/xcode/deriveddata/taxicloud-criyhzzqkgbmsmfmdawnerafhtco/build/intermediates/taxicloud.build/debug-iphonesimulator/taxicloud.build/objects-normal/i386/custompickertvc.d --serialize-diagnostics /users/rdl/library/developer/xcode/deriveddata/taxicloud-criyhzzqkgbmsmfmdawnerafhtco/build/intermediates/taxicloud.build/debug-iphonesimulator/taxicloud.build/objects-normal/i386/custompickertvc.dia -c /users/rdl/documents/workspacetools/xcode/taxicloudmobile/code/taxicloud/taxicloud/custompickertvc.m -o /users/rdl/library/developer/xcode/deriveddata/taxicloud-criyhzzqkgbmsmfmdawnerafhtco/build/intermediates/taxicloud.build/debug-iphonesimulator/taxicloud.build/objects-normal/i386/custompickertvc.o

could me understand whats going on please , work around don't have knowledge yet such problems.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -