0

I am building an app in iOS 9. I have set the deployment target to 9.1 and using xCode 7 with Xamarin 5.9.7. While running the app, I am getting the error which is attached image.enter image description here

enter image description here

Tried a lot of stuff but no luck. Please help me out.

Manish
  • 615
  • 3
  • 6
  • 18
  • 1
    This might give you a hint http://stackoverflow.com/questions/9626286/failed-to-unarchive-element-named-uitableviewcontroller – Mohammad Riyaz Dec 10 '15 at 05:52
  • Thanks @RIYAZ I tried the same and now the issue is somehow gone but new issue has been appeared. But I am guessing these issues are because of xamarin.ios 9.4 update. – Manish Dec 10 '15 at 08:09

1 Answers1

1

Its seems like you are using existing project in iOS9, You must create new project and transfer all your existing file into new project. It should work now.

Mohammad Riyaz
  • 1,544
  • 1
  • 17
  • 26