xcode - Could not load NIB in bundle using storyboard -
with last version of ios 8.3, error when run 1 of app:
terminating app due uncaught exception 'nsinternalinconsistencyexception', reason: 'could not load nib in bundle: 'nsbundle
the app has 2 storyboards, 1 iphone (working normally) , other ipad (crashing).
i've tried suggestions of topic no results: xcode 6.3: not load nib in bundle
in case i'm using storyboards , i've no flag on "use size classes". until ios 8.2 app worked fine.
is ios 8.3 bugs? founded solution? thank you!
edit: if use ipad storyboard on iphone , iphone storyboard on ipad work! tried rename storyboards, nothing change.
edit 2: splitviewcontroller initial view controller causes crash! if move initial view controller view controller app works!
edit 3: news: problem caused masterviewcontroller of splitviewcontroller. i'm using tabbarcontroller masterviewcontroller , crash ios 8.3. if change masterviewcontroller view, app works.
if have done programmatically change ~ _ in xib name , specify explicitly suffix while loading bundle programmatically.hope may you.
Comments
Post a Comment