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
Post a Comment