ios - argument unused during compilation: '-dependency_info' -



ios - argument unused during compilation: '-dependency_info' -

good day,

i next errors:

ld /users/wilbe1/library/developer/xcode/deriveddata/geodata_grapher-blnjuxtseitfkfdfkgjpgzskbtwx/build/products/debug-iphonesimulator/geodata\ grapher.app/geodata\ grapher normal x86_64 cd "/users/wilbe1/documents/apps/geodata grapher" export iphoneos_deployment_target=8.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 x86_64 -isysroot /applications/xcode.app/contents/developer/platforms/iphonesimulator.platform/developer/sdks/iphonesimulator8.1.sdk -l/users/wilbe1/library/developer/xcode/deriveddata/geodata_grapher-blnjuxtseitfkfdfkgjpgzskbtwx/build/products/debug-iphonesimulator -l/users/wilbe1/documents/apps/geodata\ grapher/lib -l/users/wilbe1 -l/users/wilbe1/documents/apps/core-plot-release_1.5.1/build/debug-iphonesimulator -f/users/wilbe1/library/developer/xcode/deriveddata/geodata_grapher-blnjuxtseitfkfdfkgjpgzskbtwx/build/products/debug-iphonesimulator -filelist /users/wilbe1/library/developer/xcode/deriveddata/geodata_grapher-blnjuxtseitfkfdfkgjpgzskbtwx/build/intermediates/geodata\ grapher.build/debug-iphonesimulator/geodata\ grapher.build/objects-normal/x86_64/geodata\ grapher.linkfilelist -xlinker -rpath -xlinker @executable_path/frameworks -dead_strip -xlinker -objc_abi_version -xlinker 2 -objc -fobjc-arc -fobjc-link-runtime -xlinker -no_implicit_dylibs -mios-simulator-version-min=8.0 -lcoreplot-cocoatouch -framework coregraphics -framework corebluetooth -framework coredata -framework quartzcore -framework uikit -framework accelerate -lairconsole -l -xlinker -dependency_info -xlinker /users/wilbe1/library/developer/xcode/deriveddata/geodata_grapher-blnjuxtseitfkfdfkgjpgzskbtwx/build/intermediates/geodata\ grapher.build/debug-iphonesimulator/geodata\ grapher.build/objects-normal/x86_64/geodata\ grapher_dependency_info.dat -o /users/wilbe1/library/developer/xcode/deriveddata/geodata_grapher-blnjuxtseitfkfdfkgjpgzskbtwx/build/products/debug-iphonesimulator/geodata\ grapher.app/geodata\ grapher clang: warning: argument unused during compilation: '-dependency_info' ld: library not found -l-xlinker clang: error: linker command failed exit code 1 (use -v see invocation)

could please shed lite on this, have added universal library using coreplot_cocoatouch.a, rebuilt whole app new project bur still same errors.

ios xcode

Comments

Popular posts from this blog

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -