0

In my app, I am using a dependency which is not buildable on simulator (works fine on devices). When I try to build it for simulator, I get an error:

ld: symbol(s) not found for architecture x86_64

If I don't want to perform any operation related to that dependency, is there any way to disable that dependency (without removing) when deploying my app on simulator?

Ahmad F
  • 30,560
  • 17
  • 97
  • 143
NotABot
  • 516
  • 1
  • 8
  • 27
  • Try doing `Reset content and settings` and run again. – iPeter May 08 '17 at 06:52
  • Related Questions: http://stackoverflow.com/questions/18408531/xcode-build-failure-undefined-symbols-for-architecture-x86-64, http://stackoverflow.com/questions/40745020/xcode-8-1-undefined-symbols-for-architecture-x86-64-error, http://stackoverflow.com/questions/24346637/xcode-symbols-not-found-for-architecture-x86-64-ios-lib, http://stackoverflow.com/questions/26559904/undefined-symbols-for-architecture-x86-64-on-xcode-6-1 – Ahmad F May 08 '17 at 06:59

0 Answers0