How to resolve imgly-sdk-ios missing libpods files issue?

1.4k Views Asked by At

i m try to create demo app using imgly sdk . after completting all steps some files following file appear red in project. libPods-imglyKit.a , libPods.a etc another missing files you can see in attached image.

missing files screen shot

2

There are 2 best solutions below

2
On

Step 1: Go to Terminal

step 2: Type cd Project Folder Path

step 3: pod update

step 4: After updating the file simply RUN

step 5: It'll work

0
On

Update the pods and open the yourproject.xcworkspace file instead of yourproject.xcodeproj.

Hope this helps !!!