Xcode 6.1 Missing required architecture X86_64 in file

后端 未结 11 1597
青春惊慌失措
青春惊慌失措 2020-11-27 02:53

In Xcode 6.1 , I am getting error for iPhone 6, iPhone 5s(iOS 7.1) which says

    Undefined symbols for architecture x86_64:
      \"_OBJC_CLASS_$_ClientAut         


        
11条回答
  •  旧巷少年郎
    2020-11-27 03:19

    If you are having this problem in react-native projects with one of the external library. You should remove the project and use react-native link again. That should solve the problem.

提交回复
热议问题