首先将所有带原名的文件重命名:From:oldApp_Prefix.pcholdApp.xcodeprojtextAppViewController.xibClasses/oldAppAppDelegate.hClasses/oldAppAppDelegate.mClasses/oldAppViewController.hClasses/oldAppViewController.mTo:newApp_Prefix.pchnewApp.xcodeprojnewAppViewController.xibClasses/newAppAppDelegate.hClasses/newAppAppDelegate.mClasses/newAppViewController.hClasses/newAppViewController.m 继续处理前需要了解一点:XCode项目中很多文件不是XML文件,就是简单的文本文件。右击newApp.xcodeproj文件后选择"Show Package Contents"。将所有的文件拖到TextEdit中, 然后进行查找-替换的操作(从“原名”到 “新名”)。这是纯体力活。不过感觉干的挺彻底了,跑下看看吧!编译运行后发现Xcode拒绝运行新名的执行文件,而是仍然试图运行原名的执行文件,报错如下:"No launchable executable present at path"