Undefined symbols for architecture arm64: “_OBJC_CLASS_$_Twitter”,
问题 Undefined symbols for architecture arm64: "_OBJC_CLASS_$_Twitter", referenced from: objc-class-ref in FirebaseTwitterAuthUI(FUITwitterAuth.o) ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) I am having that error when I want to build the project. Any idea how to fix this? 回答1: Error Explanation : The error suggests that the compiler could not able to find the Twitter class while building the FirebaseTwitterAuthUI