Compile error in project that doesn't use Swift Charts under Xcode 16.3 beta 2 #128
Unanswered
tonyarnold
asked this question in
Q&A
Replies: 1 comment 1 reply
-
@tonyarnold I'm unable to reproduce on beta 2. Do you think you can share a simple project that shows the problem? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a file that has a fairly basic use of
WithPerceptionTracking { … }
, however if I do notimport Charts
in my source, I get the following build error with Xcode 16.3 beta 2:Adding
import Charts
fixes the issue, but it feels like something is amiss here, because I am not making use of Charts at all. I'm fine with marking it up to an Xcode beta issue, but wanted to get it on record just in case there's something more going on here.Beta Was this translation helpful? Give feedback.
All reactions