ios - How to fix Apple Mach -O-linker warning Directory is not found error -


i handling warning error in xcode 5.1. need fix error

here error showing like...


ld /users/riz/library/developer/xcode/deriveddata/sedioios-dfvlolozvfewogempmjncnwobvbw/build/products/debug-iphonesimulator/sedioios.app/sedioios normal i386     cd /users/riz/desktop/vine-clone-iphone/sedioios     export iphoneos_deployment_target=6.1     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/riz/library/developer/xcode/deriveddata/sedioios-dfvlolozvfewogempmjncnwobvbw/build/products/debug-iphonesimulator -f/users/riz/library/developer/xcode/deriveddata/sedioios-dfvlolozvfewogempmjncnwobvbw/build/products/debug-iphonesimulator -f/applications/xcode.app/contents/developer/library/frameworks -filelist /users/riz/library/developer/xcode/deriveddata/sedioios-dfvlolozvfewogempmjncnwobvbw/build/intermediates/sedioios.build/debug-iphonesimulator/sedioios.build/objects-normal/i386/sedioios.linkfilelist -xlinker -objc_abi_version -xlinker 2 -fobjc-arc -fobjc-link-runtime -xlinker -no_implicit_dylibs -mios-simulator-version-min=6.1 -framework avfoundation -framework corelocation -framework mapkit -framework messageui -lz.1.2.5 -lz -framework coremedia -framework coreaudio -framework corevideo -framework mobilecoreservices -framework imageio -framework assetslibrary -framework mediaplayer -framework security -framework quartzcore -framework cfnetwork -framework systemconfiguration -framework uikit -framework foundation -framework coregraphics -xlinker -dependency_info -xlinker /users/riz/library/developer/xcode/deriveddata/sedioios-dfvlolozvfewogempmjncnwobvbw/build/intermediates/sedioios.build/debug-iphonesimulator/sedioios.build/objects-normal/i386/sedioios_dependency_info.dat -o /users/riz/library/developer/xcode/deriveddata/sedioios-dfvlolozvfewogempmjncnwobvbw/build/products/debug-iphonesimulator/sedioios.app/sedioios 

ld: warning: directory not found option '-f/applications/xcode.app/contents/developer/library/frameworks'

add $(developer_frameworks_dir) on framework search paths in build settings..

check screenshot image.. maybe helpful you..

then clean,build , run..

framework search paths


Comments

Popular posts from this blog

google api - Incomplete response from Gmail API threads.list -

Installing Android SQLite Asset Helper -

Qt Creator - Searching files with Locator including folder -