Experiencing the same on macOS 15.0.1 with Xcode 16.0.
The iOS target does not compile, giving errors related to ___wctype.h:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/___wctype.h:83:24 Use of undeclared identifier '_CTYPE_A'
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/___wctype.h:83:33 Use of undeclared identifier '_CTYPE_D'
...
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/___wctype.h:149:25 Use of undeclared identifier '_CTYPE_X'
Never seen this issue before. Only the iOS target does not compile in the project (regardless whether minimum deployment set to iOS 15 - iOS18). Build settings Base SDK has "iOS" set (without version numbers). The 2 other macOS targets compile in the project. If I create a new empty iOS target, that also compiles, however I can't compile the existing iOS target.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: