2

I converted my swift 2.2 project to swift 3.0. After updating my pod file, I get this error. Please see the attached image.

enter image description here

And here is the pod file content :

enter image description here

I do not know what part I am missing which has lead me to this error.

Can anyone help me out ?

Thanks in Advance.

intellignt_idiot
  • 1,962
  • 2
  • 16
  • 23

2 Answers2

6

I would suggest first cleaning your project with CMD+Shift+K and then making sure your pods are correct with a pod install. If that doesn't work, check out this question that involves clearing your pods. Whenever my pods get wonky I'll wipe them out and reinstall.

Community
  • 1
  • 1
Zolnoor
  • 699
  • 6
  • 11
0

just open terminal and add you path for project and pod deintegrate after that just pod install