Post

Replies

Boosts

Views

Activity

Reply to Xcode Beta 3 compile error
Hey everyone, we received the following reply from Apple, which solved our issue: Based on the error you see, we think that your “C Language Dialect” build setting is set to less than C11. Please update it to GNU11 or higher and try again. In our Build Setting, we changed the following entries: C Language Dialect to GNU17 C++ Language Dialect to GNU++23 CLANG_CXX_LANGUAGE_STANDARD to GNU++23 Note that not all these changes might be needed in your project. Hope this helps! Best Marc
Aug ’24
Reply to Xcode Beta 3 compile error
Hey everyone, we received the following reply from Apple, which solved our issue: Based on the error you see, we think that your “C Language Dialect” build setting is set to less than C11. Please update it to GNU11 or higher and try again. In our Build Setting, we changed the following entries: C Language Dialect to GNU17 C++ Language Dialect to GNU++23 CLANG_CXX_LANGUAGE_STANDARD to GNU++23 Note that not all these changes might be needed in your project. Hope this helps! Best Marc
Replies
Boosts
Views
Activity
Aug ’24
Reply to Xcode Beta 3 compile error
Hello! We see the same issue in our project and submitted a feedback with steps to reproduce the issue: FB13837541 Best Marc
Replies
Boosts
Views
Activity
Jul ’24