简体   繁体   English

Qt5项目未使用Xcode 7构建

[英]Qt5 project not building with Xcode 7

I am working on a Qt5.4 project with C++11 using Xcode 6.4 as IDE, built with CMake 3.3.1. 我正在使用Xcode 6.4作为IDE,使用CMake 3.3.1构建的,带有C ++ 11的Qt5.4项目。 Recently, OS X decided to update to Xcode 7.0 (7A220), and as a result. 最近,OS X决定更新到Xcode 7.0(7A220),因此。

I now get the following message every time I try to build. 现在,每次尝试构建时,我都会收到以下消息。

The run destination My Mac is not valid for Running the scheme 'live'. 运行目标My Mac不适用于“实时”运行方案。

Any ideas how to make it work again? 有什么想法使它再次起作用吗? I have no other destinations to build to, and creating fresh schemes does not solve the issue. 我没有其他目标可去,创建新的方案不能解决问题。

I was a little too quick on the trigger. 我在扳机上有点太快了。 Re-building with Cmake did the job. 使用Cmake进行重建即可完成工作。

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

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