Xcode 10 support?
Answered
Any info on when Xcode 10 might be supported? I usually try out new versions and they typically work somewhat, even if not officially. Attempting to build with Xcode 10 immediately terminates.
Please sign in to leave a comment.
Though they can’t talk specific dates, I can guarantee JetBrains starts working on updated Xcode support as soon as Apple drops the first beta.
If past history holds, they have support for the new Xcode almost as soon as it is released in the wold.
@Mark,
What is the AppCode version you're using? 2018.1.x or 2018.2 RC?
If 2018.2, would be useful to see the build log with error.
As for 2018.1.x, we likely won't backport Xcode 10 support there since 2018.2 is planned to be released soon.
Hi Tatiana, it’s with the 2018.2 RC. How do I get the build log? Is it just the logs? I’ll need to redo things, as I deleted the branch that I had migrated over.
Messages tool window -> Show Build Log button.
Does that happen with latest Xcode 10 beta 4?
Ok... as I said, I had deleted the branch where I had converted it to Xcode 10. So I redid it again, and after building with Xcode, launched AppCode. It built and ran fine. I did a clean and then built and it too went fine.
So I can't seem to repro the issue I was having.
I am seeing a weird thing in the Messages window, however, and that is that I'm getting a ton of duplicate warnings, such as the following. Note, I just copied/pasted the warnings from one file. I didn't duplicate it.
Warning:(229, 66) string interpolation produces a debug description for an optional value; did you mean to make this explicit?
Warning:(229, 66) string interpolation produces a debug description for an optional value; did you mean to make this explicit?
Warning:(229, 66) string interpolation produces a debug description for an optional value; did you mean to make this explicit?
Warning:(229, 66) string interpolation produces a debug description for an optional value; did you mean to make this explicit?
Warning:(229, 66) string interpolation produces a debug description for an optional value; did you mean to make this explicit?
Warning:(229, 66) string interpolation produces a debug description for an optional value; did you mean to make this explicit?
Warning:(229, 66) string interpolation produces a debug description for an optional value; did you mean to make this explicit?
Warning:(229, 66) string interpolation produces a debug description for an optional value; did you mean to make this explicit?
Warning:(229, 66) string interpolation produces a debug description for an optional value; did you mean to make this explicit?
Warning:(229, 66) string interpolation produces a debug description for an optional value; did you mean to make this explicit?
Warning:(229, 66) string interpolation produces a debug description for an optional value; did you mean to make this explicit?
Warning:(229, 66) string interpolation produces a debug description for an optional value; did you mean to make this explicit?
Warning:(229, 66) string interpolation produces a debug description for an optional value; did you mean to make this explicit?
Warning:(229, 66) string interpolation produces a debug description for an optional value; did you mean to make this explicit?
Warning:(229, 66) string interpolation produces a debug description for an optional value; did you mean to make this explicit?
Warning:(229, 66) string interpolation produces a debug description for an optional value; did you mean to make this explicit?
Warning:(229, 66) string interpolation produces a debug description for an optional value; did you mean to make this explicit?
Warning:(229, 66) string interpolation produces a debug description for an optional value; did you mean to make this explicit?
Warning:(229, 66) string interpolation produces a debug description for an optional value; did you mean to make this explicit?
Warning:(229, 66) string interpolation produces a debug description for an optional value; did you mean to make this explicit?
Warning:(229, 66) string interpolation produces a debug description for an optional value; did you mean to make this explicit?
Warning:(229, 66) string interpolation produces a debug description for an optional value; did you mean to make this explicit?
Warning:(229, 66) string interpolation produces a debug description for an optional value; did you mean to make this explicit?
Warning:(229, 66) string interpolation produces a debug description for an optional value; did you mean to make this explicit?
Warning:(229, 66) string interpolation produces a debug description for an optional value; did you mean to make this explicit?
Warning:(229, 66) string interpolation produces a debug description for an optional value; did you mean to make this explicit?
Warning:(229, 66) string interpolation produces a debug description for an optional value; did you mean to make this explicit?
Warning:(229, 66) string interpolation produces a debug description for an optional value; did you mean to make this explicit?
Warning:(229, 66) string interpolation produces a debug description for an optional value; did you mean to make this explicit?
Warning:(229, 66) string interpolation produces a debug description for an optional value; did you mean to make this explicit?
Warning:(229, 66) string interpolation produces a debug description for an optional value; did you mean to make this explicit?
Warning:(229, 66) string interpolation produces a debug description for an optional value; did you mean to make this explicit?
Warning:(229, 66) string interpolation produces a debug description for an optional value; did you mean to make this explicit?
Warning:(229, 66) string interpolation produces a debug description for an optional value; did you mean to make this explicit?
Warning:(229, 66) string interpolation produces a debug description for an optional value; did you mean to make this explicit?
Warning:(229, 66) string interpolation produces a debug description for an optional value; did you mean to make this explicit?
Mark, I'm not able to repro the issue with duplicated warnings (using AppCode 2018.2 RC and Xcode 10 beta 4). Warning appears only once. Could you submit a ticket in our tracker with a sample project, if possible?