내 Xcode 4 앱을 빌드 할 때 다음 경고가 표시됩니다.
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'
하지만 앱에 Google 웹 로그 분석이 없습니다. 오류를 어떻게 제거 할 수 있습니까? 그리고 앱을 보관하면 오류가 발생합니다.
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
나는 많은 것을 시도했지만 .IPA 파일을 만들려고 할 때 여전히이 오류가 발생합니다.
$(PROJECT_DIR)/my folder
` "$ (PROJECT_DIR) / my folder"
-F
보다는-L
:directory not found for option '-F/...
. 차이점은 아래의 @macayer의 답변을 참조하십시오.