I work with MacOS 13.0.1 and Xcode 14.2 I want to build an application by means of Xcode. I build this application in launching at the terminal the command /usr/local/Cellar/qt/6.4.0_1/bin/qmake. This command fails with the message "Qt requires at least version 11 of the platform SDK, you're building against version 10.15.4. Please upgrade." However I use the version MacOSX13.1.sdk included into Xcode/Contents. Searching for this error on the web, I found that this error is known and a proposed solution is to delete the build folder of the project in ~/Library/Developer/Xcode/DerivedData. However I dont have any build folder in this directory. Have you an idea for fixing this bug? Thanks.