지난 3 개월 동안의 노래 검색에 echoprint API를 사용하고 있습니다. 그러나 갑자기 그것은 나보다 오류가 발생하기 시작했다. 이미 내 프로젝트에 API를 추가하는 동안 나는 많은 문제에 직면 해있다. & 이제 링커 오류가 발생하기 시작한다. 이전에 저를 위해 일하고있었습니다. 이 같은 오류 : - 시뮬레이터에 의해 사용되는 구조 인iOS의 echoprint 링커 오류
"Codegen::Codegen(float const*, unsigned int, int)", referenced from: _GetPCMFromFile in File.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
ld: symbol(s) not found for architecture i386
ld: warning: directory not found for option '-L-L/Users/prajaktakulkarni/Downloads/echoprint-codegen-4.12 2/src/echoprint-codegen-ios/build/Release-iphoneos' ld: warning: ignoring file /Users/prajaktakulkarni/Documents/Instajam/libechoprint-codegen-ios.a, missing required architecture i386 in file /Users/prajaktakulkarni/Documents/Instajam/libechoprint-codegen-ios.a (2 slices) Undefined symbols for architecture i386: "Codegen::Codegen(float const*, unsigned int, int)", referenced from: _GetPCMFromFile in File.o ld: symbol(s) not found for architecture i386 clang: error: linker command failed with exit code 1 (use -v to see invocation)
시뮬레이터에서 실행하려고하는 것 같습니다. 장치에서 실행하면 작동합니까? –
오 !!!! 제임스에게 일을 기억해 주셔서 감사합니다. 지금은 저에게 맞습니다 :) –