0

Can someone tell me how to fix this error in xcode 8?

ld: library not found for -lcrt1.3.1.o

Thanks!

James Testa
  • 2,901
  • 4
  • 42
  • 60

1 Answers1

1

Error: ld: library not found for -lcrt1.3.1.o

Solution: If your project source have deployment target from iOS 5.0 then change it to iOS 6.0 or later and your error will be fix. Now that work fine for device too.

DURGESH
  • 2,373
  • 1
  • 15
  • 13