开发者

Xcode 4 mach-o error

开发者 https://www.devze.com 2023-03-22 02:16 出处:网络
I coded an OSX application (not for iphone) on top of another, changed the name properly (I was eve开发者_C百科n asked if I wanted to rename all instances of the original name, and did). It compiles p

I coded an OSX application (not for iphone) on top of another, changed the name properly (I was eve开发者_C百科n asked if I wanted to rename all instances of the original name, and did). 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 ....

What do I have to change so that xcode(4) stops looking for a project with the original name of the application?


I had the same problem a while ago. Restarting Xcode was all I needed to do.

0

精彩评论

暂无评论...
验证码 换一张
取 消