2
이 오류는 무엇을 의미합니까? 건축 x86_64에 대한Facebook SDK 지연 컴파일 오류
ld: warning: ignoring file /Users/pramonowang/Desktop/FacebookSDK/Bolts.framework/Bolts,
↳ missing required architecture x86_64 in file
↳ /Users/pramonowang/Desktop/FacebookSDK/Bolts.framework/Bolts (2 slices)
정의되지 않은 심볼 :
"_builtInOpenGraphObjects"에서 참조 :
-[RPSGameViewController shareGameActivity] in RPSGameViewController.o
-[RPSGameViewController createGameObject] in RPSGameViewController.o
ld: symbol(s) not found for architecture x86_64
그 소리 : 오류는 : linker command failed with exit code 1 (use -v to see invocation)
나는 그림과 똑같은 $ ARCHS_STANDARD를 가지고있다. 내 코드 오류가 발생했을 가능성이 있습니까? – user2557607
@ user2557607> 게임 키트를 프로젝트에 추가 했습니까? – Rashad
예. 그래야 하나? – user2557607