+ -
当前位置:首页 → 问答吧 → About iPhone and Xcode

About iPhone and Xcode

时间:2013-06-15

来源:互联网

The email interface is English originally.

What are the procedures to change it to Chinese like the picture shown?
中文电邮.png(109.6 KB)

2013-6-15 06:12 PM

中文电邮

作者: 夺命IQ人   发布时间: 2013-06-15

**hello~ let me try **

*找不到Xcode的xcrun

在将Storyboard做Localization时,我们需要於Terminal输入以下指令, 将精心翻译的语系版本文字输入到Storyboard的画面上。


ibtool --strings-file MainStoryboard.strings --write MainStoryboard.storyboard ../en.lproj/MainStoryboa.storyboard


此指令将用到xcrun,而xcrun必须找到一个存在的Xcode路径。  当我们进行多次Xcode的安装,移除动作后,    ------------可能发生xcrun找不到Xcode的问题,出现以下错误讯息  
xcrun: Error: could not stat active Xcode path '/Applications/   Xcode45-DP4.app/Contents/Developer'. (No such file or directory)  
这是因为xcrum找寻的Xcode45-DP4.app已经不存在,那是旧的路径。  假设目前Xcode位在/Applications/Xcode.app,  -----只要输入以下指令,即可解决问题   "
sudo xcode-select -switch /Applications/Xcode.app            *
**********bye*********

作者: MelodyRoX   发布时间: 2013-06-19

热门下载

更多