hpyhacking
hpyhacking

Reputation: 285

Why does my MainStoryboard not appear in the Base localization list?

I'm using xcode 4.5.2 and iOS 6.0, but why is my MainStoryboard file dose not appear in the Base localization list?

Why is my MainStoryboard dose not appear in the Base localization list?

Upvotes: 4

Views: 1019

Answers (3)

cacau
cacau

Reputation: 3646

Had the same thing with some of the projects in my workspace.

Answer's in Apple's docs:

If no resources appear in the dialog, add your .storyboard and .xib files to a language, as described in Adding Additional Resources to Language Folders, and repeat these steps.

Developer Documentation:
Internationalization and Localization Guide

Upvotes: 0

Darren
Darren

Reputation: 10398

You need to select your storyboard, then in the first tab of the attributes inspector, select Localize and it'll add it to your localisations.

Upvotes: 4

Michael Dautermann
Michael Dautermann

Reputation: 89509

If you look at the Xcode release notes, they state:

The Use Base Internationalization setting in the project editor works only on Mac products for deployment on OS X v.10.8 and later. Xcode must also be running on OS X v.10.8 or later. This setting is not supported on iOS projects. 11712855

Upvotes: 0

Related Questions