1

I finally upgraded to Mountain Lion and Xcode 4.6.2 but after copying over an old app (xcode 3.5) I get an error when I build. "Codesign error: the entitlements file .... is missing. The path isn't valid any more, it must be a throwback to the old machine. But I can't figure out how to fix the problem.

I removed the entitlements file and cleaned the project but that didn't help. Also the app file listed under Products is red and I can't double click on it. Have I missed some important step in importing the project?

Thanks,

EDIT: Solved the issue finally. I expanded the .xcodeproj package and opened project.pbxproj. Searching for the incorrect path and removing it fixed the issue.

4

1 回答 1

0

终于解决了问题。我扩展了 .xcodeproj 包并打开了 project.pbxproj。搜索不正确的路径并将其删除可解决问题。

于 2013-05-22T22:00:10.223 回答