7

I have downgrade my operating system from Mac Os Sierra to el Capitan, so all the files were removed from my system,but i have done backup my project. Now when i have opened my project for running .Workspace file it shows me empty in my project. So please tell me i have used google places api in the project but project is not working . I have done pod installation then this error is coming when i click on Main.Storyboard. What to do enter image description here

Please help me what to do?

user6438311
  • 117
  • 1
  • 3
  • 13

2 Answers2

32
pod deintegrate

Then

pod install
Abhijith
  • 3,094
  • 1
  • 33
  • 36
-2

Just need to reinstall Xcode 8 from the app store and then go to the project and select Xcode 7 xcodeImage

The problem is that in Xcode 8, they changed the format of the story board which is not compatible with Xcode 7. Another option is to undo the changes to the storyboard if you've used VCS (which I hope you are)

Daemedeor
  • 1,013
  • 10
  • 22