ios - Crashing application on ios7 with DT set to iOS5 ( UIKeyAutomaticallyAdjustsScrollViewInsets -is not an integer number) -
had such issue:
there 2 storyboards in project - ipad , iphone. deployment target set ios 5. when try run on ios7 using ipad-simulator app crashes message -
[nskeyedunarchiver decodeint32forkey:]: value key (uikeyautomaticallyadjustsscrollviewinsets) not integer number
the strange thing iphone simulator runs well.
storyboard settings set to:
1)opens in xcode5
2)builds project dt
3)views ios 7 , later.
4)xcode 5 dp4.
in storyboard select view / navigation controller , view controller layout make sure adjust scroll view insets
checked.
Comments
Post a Comment