CPPLib_log error when building with Xcode

@LucianoPAlmeida Did you end up finding a workaround for this? I'm hitting the same problem

@hborla At the time I just reverted the commit and continued with the previous workaround.
But now always build the dummy libswift with Xcode by QuietMisdreavus · Pull Request #38206 · apple/swift · GitHub have fixed this few days ago, so I think is just rebase with main =]

1 Like

Sorry if this is a stupid question, but how do you get the Xcode project file when you build with ninja? I looked through the build folder and didn't see anything with the .xcodeproj extension, and Xcode wouldn't open the folder directly (like it would a SwiftPM project).

In my understanding, if you build with ninja, you can't use Xcode and you will need another editor like VSCode.