1

I'm re editing the code of an app to design in xcode 5 for improve it and make it compatible with ios8 and change the view of the storyboard to "use size classes" for the same interface to display vien both iPhone and iPad I work all well in ios 8, but when trying to compile it into 7.x ios devices generates me this error:

'NSInvalidUnarchiveOperationException', reason: 'Could not instantiate class named UIStoryboardPresentationSegueTemplate'

now does not work for ios versions prior to 8 someone has any idea why this happens?

lycros
  • 193
  • 2
  • 12

1 Answers1

2

Go to the view controller inside storyboard under File Inspector and change the field "Build for" from "iOS8 and later" to the desired version.

Adi Pop
  • 226
  • 2
  • 10