简体   繁体   English

为什么Xcode 5会一直给我这些错误?

[英]Why does Xcode 5 keep giving me these errors?

So, last week I got some warnings on Xcode 5.1 beta and compile linking errors. 所以,上周我在Xcode 5.1 beta上收到了一些警告并编译了链接错误。 It turned out to be related to the Google Analytics SDK that I had added to my project. 结果与我添加到项目中的Google AnalyticsSDK有关。

To resolve the issue I removed the Google library libGoogleAnalyticsServices.a from my build phases. 为解决此问题,我从构建阶段中删除了Google库libGoogleAnalyticsServices.a I then went into Build Settings and removed the path to the Google Analytics under Library Search Paths - After that I readied the Google library and re-compiled. 然后我进入构建设置并删除了Library Search Paths下的Google Analytics Library Search Paths - 之后我准备了Google图书馆并重新编译。 All errors solved. 所有错误都解决了

However, every cople of hours / days this same error keeps coming back and I have to keep redoing the steps taken above. 但是,每个小时/天的这个相同的错误都会不断回来,我必须继续重做上面采取的步骤。 Rather frustrating. 相当令人沮丧。

I'm using Xcode 5.1 beta 5. 我正在使用Xcode 5.1 beta 5。

The erros in the build log that I get: 我得到的构建日志中的错误: 在此输入图像描述

我建议你使用xcode 5.02稳定版,然后相应地添加谷歌分析,然后希望这些错误将得到解决,

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

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