简体   繁体   English

升级到OS X 10.8和Xcode 4.4后编译问题

[英]Problems compiling after upgrading to OS X 10.8 and Xcode 4.4

I opened one of my existing projects after upgrading and can no longer compile. 升级后,我打开了我现有的项目之一,无法再编译。 Below is a screenshot of the type of warnings I get. 以下是我收到的警告类型的屏幕截图。 What is this related to? 这和什么有关?

警告消息的屏幕截图

I finally got it to compile. 我终于把它编译了。 As I suspected, the problem was buried in one of the "Build Settings", which I'm not too proficient in. Thankfully I had another project to compare with. 正如我所怀疑的那样,问题隐藏在其中一个“构建设置”中,我对此不太熟练。值得庆幸的是,我还有另一个项目可以与之比较。

For some reason my "Framework Search Paths" were populated with some system paths. 由于某些原因,我的“框架搜索路径”中填充了一些系统路径。 Once I cleared those, everything compiled! 一旦清除这些内容,所有内容都会编译!

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

相关问题 如何在Mac OS X 10.8 / Xcode 4.4上使用/安装gcc - How to use/install gcc on Mac OS X 10.8 / Xcode 4.4 Xcode 4.4 + MacRuby =“找不到macruby.h”(OS X 10.8 Mountain Lion) - Xcode 4.4 + MacRuby = “macruby.h not found” (OS X 10.8 Mountain Lion) 如何卸载Xcode 4.4命令行工具(Mac OS X 10.8 Mountain Lion)? - How to uninstall Xcode 4.4 command line tools (Mac OS X 10.8 Mountain Lion)? 从4.4升级到Xcode 4.5后的差异 - Discrepancy after upgrading to Xcode 4.5 from 4.4 如何在OS X 10.8(Mountain Lion)中运行Xcode 4.3或Xcode 3 - How to run Xcode 4.3 or Xcode 3 in OS X 10.8 (Mountain Lion) 升级到OS X Lion后,我该如何升级Xcode? - How should I upgrade Xcode after upgrading to OS X Lion? Xcode 7 警告 loadNibNamed:owner is deprecated: first deprecated in OS X 10.8 - Xcode 7 warning loadNibNamed:owner is deprecated: first deprecated in OS X 10.8 升级到XCode 4.4后运行Mac应用程序时权限被拒绝 - Permission Denied when running Mac app after upgrading to XCode 4.4 升级到带操作系统4.0的XCode 3.2.3 Beta4后,未列出iPhone模拟器3.x. - iPhone Simulator 3.x not listed after upgrading to XCode 3.2.3 Beta4 with OS 4.0 在Mac OS X 10.8之前编译目标时,Base.lproj / MainMenu.xib不可用 - Base.lproj/MainMenu.xib is not available when compiling for targets before Mac OS X 10.8
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM