简体   繁体   English

Xcode 4 马赫错误

[英]Xcode 4 mach-o error

I coded an OSX application (not for iphone) on top of another, changed the name properly (I was even asked if I wanted to rename all instances of the original name, and did).我在另一个之上编写了一个 OSX 应用程序(不适用于 iphone),正确地更改了名称(我什至被问到是否要重命名原始名称的所有实例,并且确实这样做了)。 It compiles perfectly when I am not producing an executable, but when I do the later, it fails because its looking for a target named with the previous name of the application.当我不生成可执行文件时,它可以完美编译,但是当我稍后执行时,它会失败,因为它正在寻找一个以应用程序的先前名称命名的目标。

The actual faulty section of the compile process goes like this:编译过程的实际错误部分如下所示:

... build previousName.xcodeProj.... ...构建previousName.xcodeProj ....

What do I have to change so that xcode(4) stops looking for a project with the original name of the application?我必须更改什么才能使 xcode(4) 停止寻找具有应用程序原始名称的项目?

I had the same problem a while ago.不久前我遇到了同样的问题。 Restarting Xcode was all I needed to do.我只需要重新启动 Xcode 即可。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM