0

enter image description here

I'm using swift2.2 to develop this app, I want to update this code of app to swift3 and I get this error. Also, I can not fix this error, I have no idea to fix this. Please help me.Thank you!!

ShingHung
  • 337
  • 1
  • 5
  • 14

1 Answers1

0

I fixed this problem. I need to reinstall/update the new podfile data. I'm create a new project and copy the word of podfile to old podfile. Also, open the Terminal and cd to the old project path and "pod update".

MARK: you will be careful that if you're having the framework in the old podfile.

I hold this solution can help you

ShingHung
  • 337
  • 1
  • 5
  • 14