0

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

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

Thanks!

4

1 Answer 1

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.

1
  • Thanks, This helped.
    – ishhhh
    Commented Sep 18, 2017 at 6:30

Not the answer you're looking for? Browse other questions tagged or ask your own question.