xcode - Storyboard not localizing when built for ios 7 -



xcode - Storyboard not localizing when built for ios 7 -

i have entire project set single storyboard autolayout finish ios 8. project targets ios 7. in interface builder believe accidentally clicked setting , @ run-time app not load localized strings when single file built ios 7.

in file inspector of storyboard if have file set build ios 8 localizes fine if set build ios 7 no localized strings load @ all.

note: if storyboard set build ios 8 , effort run app ios 7 crashes "could not instantiate class named uistoryboardshowseguetemplate"

i had same problem , asked here: xcode 6 not localize interface builder

the release notes xcode 6 covers this:

localization storyboard or xib not localize correctly if of next 3 conditions true: storyboard or xib uses size classes. base of operations localization , build target set universal. build targets ios 7.0.

ios xcode swift storyboard

Comments

Popular posts from this blog

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -