When I'm building my Xcode 4 apps I'm getting this warning:
ld: warning: directory not found for option '-L/Users/frenck/Downloads/apz/../../../Downloads/Google Analytics SDK/Library'
ld: warning: directory not found for option '-L/Users/frenck/Downloads/apz/../Google Analytics SDK/Library'
But I do not have Google Analytics in my app, I deleted all of it how can I remove the error? And archiving an app gives me the error:
clang: error: no such file or directory: 'armv6'
Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 1
I've tried so many things but I'm still getting this error when I'm trying to make an .IPA file
go check out which framework is missing , then go to
=> Build Phases => Link Binary With Libraries
remove the library and then add back
I've looked into all [Library Search Paths - Framework Search Paths - Header Search Paths]. but there are no paths to remove, so I was able to make this alert go away by going into the Xcode bundle and creating an empty directory at the path location that the alert was complaining about.
Because of the custom directories that have entered to the search paths ( frameworks and library ), the project overrides pod's directories. so it can't find it.
To solve this problem, delete all custom directories from
Search Paths -> Library Paths and Framework Paths,
only see ${inherited}.
I hope this helps. It worked for me.
Make sure only 1 "libFlurry.a" selected in target
worked for me.
Follow this step-by-step solution:
./**
on Library Search Paths.you should check option for this:
Build Settings-> Framework Search Paths-> {input Your Project Path}