Xcode 5.1:error for architecture x86_64 Facebook ios sdk -


i have 4 errors , project not compiling.

  undefined symbols architecture x86_64:   "_objc_class_$_fbappcall", referenced from:   objc-class-ref in appdelegate.o   "_objc_class_$_fbsession", referenced from:   objc-class-ref in appdelegate.o   "_objc_class_$_facebook", referenced from:   objc-class-ref in appdelegate.o 

i have facebook ios sdk 3.13.1

what consequences if put $(archs_standard_32_bit)?

build phases -> "link binary libraries" -> + (add) -> "add other" -> point location of facebooksdk.framework

hope helps.


Comments

Popular posts from this blog

Why can rails not find a route created by a helper? -

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -