0

I have an old project that was developed few years ago. Now when I compile it in latest Xcode 8.3.1 than its giving me some errors. I also googled it but didn't get success. enter image description here

enter image description here

Here is the screenshot of logs so any help would be highly appreciated.

mwaqas01
  • 192
  • 3
  • 11
  • Possible duplicate of [Bitcode signature failure in Xcode](http://stackoverflow.com/questions/43180258/bitcode-signature-failure-in-xcode) – 7to4 Apr 27 '17 at 06:17
  • please have a look into updated screenshot. – mwaqas01 Apr 27 '17 at 06:31
  • First time when I compiled my code, it was giving error of "libThree20Network-Xcode3.2.5.a" not found in simulators folder but right now simple "linker command failed with exit code 1" error. – mwaqas01 Apr 27 '17 at 06:33

1 Answers1

0

Answer for the original question "BitCode Signature failure":

Possible duplicate of the question: Bitcode signature failure in Xcode

Please find the answer there :)

Answer for duplicate symbols error:

Possible duplicate of the question: duplicate symbols for architecture armv7

Please find the answer there :)

Community
  • 1
  • 1
7to4
  • 198
  • 1
  • 8