I deleted the Localizations in Xcode, then I cannot add any Localizations back

后端 未结 6 1506
陌清茗
陌清茗 2021-01-30 13:54

I deleted the Localizations of the project from the project\'s info by mistake. Both the storyboard and the related language were removed.

I got back the storyboard from

6条回答
  •  借酒劲吻你
    2021-01-30 14:58

    Simply create a Folder "Base.lproj" in finder and paste the Xib you want to localize inside it, and add this folder to your project. Now you can able to add other languages without issue.

提交回复
热议问题