2014-04-24 2 views
0

Cordova 프로젝트에서 Wikitude Plugin 3.3을 마이그레이션 한 후에 여러 가지 오류가 발생합니다. 다음은 내 오류입니다.Wikitude Plugin 3.3 마이그레이션 후 Apple Mach-O Linker 오류

Undefined symbols for architecture armv7s: 
    "_kSecRandomDefault", referenced from: 
     +[FBCrypto randomBytes:] in FacebookSDK-3.5.2-Release.a(FBCrypto.o) 
     -[FBCrypto encrypt:additionalDataToSign:] in FacebookSDK-3.5.2-Release.a(FBCrypto.o) 
    "_SCNetworkReachabilityGetFlags", referenced from: 
     -[CDVReachability connectionRequired] in CDVReachability.o 
     -[CDVReachability currentReachabilityStatus] in CDVReachability.o 
    "_SecRandomCopyBytes", referenced from: 
     +[FBCrypto randomBytes:] in FacebookSDK-3.5.2-Release.a(FBCrypto.o) 
     -[FBCrypto encrypt:additionalDataToSign:] in FacebookSDK-3.5.2-Release.a(FBCrypto.o) 
    "_SCNetworkReachabilityCreateWithAddress", referenced from: 
     +[CDVReachability reachabilityWithAddress:] in CDVReachability.o 
    "_SCNetworkReachabilityCreateWithName", referenced from: 
     +[CDVReachability reachabilityWithHostName:] in CDVReachability.o 
    "_SCNetworkReachabilityScheduleWithRunLoop", referenced from: 
     -[CDVReachability startNotifier] in CDVReachability.o 
    "_SCNetworkReachabilityUnscheduleFromRunLoop", referenced from: 
     -[CDVReachability stopNotifier] in CDVReachability.o 
    "_SCNetworkReachabilitySetCallback", referenced from: 
     -[CDVReachability startNotifier] in CDVReachability.o 
ld: symbol(s) not found for architecture armv7s 
clang: error: linker command failed with exit code 1 (use -v to see invocation) 

왜 이러한 일이 발생하는지 잘 모르겠습니다. "다른 링커 플래그"를 변경해 보았습니다. 다른 여러 솔루션을 시도했다. 도와주세요. :/미리 감사드립니다.

답변

0

빌드 단계의 라이브러리가 포함 된 링크 바이너리가 아래와 같은지 확인하십시오.

enter image description here

관련 문제