简体   繁体   中英

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. Recently, OS X decided to update to Xcode 7.0 (7A220), and as a result.

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'.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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