Ranjana Dangol
Ranjana Dangol

Reputation: 1379

Apple mach -o- Linker Error

I am new to IOS development and i tried to resolve the error but nothing works. Provide some suggestion.

ld: library not found for -lPods-XXXXXXX-AppInvites
clang: error: linker command failed with exit code 1 (use -v to see invocation)

enter image description here

Upvotes: 3

Views: 213

Answers (1)

Fawad Masud
Fawad Masud

Reputation: 12344

Open the project using workspace (that was generated by CocoaPods) instead of the xcodeproj. I think this will resolve your issue. Otherwise there may be some library missing in CocoaPods.

enter image description here

Upvotes: 2

Related Questions