[OPERATOR IS DUMB - APOLOGIES] Cannot find type 'TaskPriority' in scope #724
Replies: 2 comments
-
@technoplato Looks like you're on Xcode 13 beta 1, but the current version is Xcode 13 beta 5 (13A5212g). A lot has changed in the concurrency APIs since the first beta. Can you download the latest and give things another try? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks so much for such a quick response.
Will give that a try!
…On Thu, Aug 19, 2021 at 12:21 PM Stephen Celis ***@***.***> wrote:
@technoplato <https://github.com/technoplato> Looks like you're on Xcode
13 beta 1, but the current version is Xcode 13 beta 5 (13A5212g). A lot has
changed in the concurrency APIs since the first beta. Can you download the
latest and give things another try?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#724 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABU2FGCEO4VCGR3BBHGAP5TT5UVQNANCNFSM5COOXRLQ>
.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
technoplato
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Good morning gents.
I'm fairly new to Swift in general and am really excited to get working with The Composable Architecture.
I'm curious why I would be getting a handful of
TaskPriority
andTask
errors after adding The Composable Architecture to my project. If relevant - I was attempting to do this on Xcode beta.Xcode version:
Here is my commit: https://github.com/technoplato/FirebaseComposable/commit/4618678045e9ca8b55385f37c1445632f9bff03e
Going to try on regular Xcode in the mean time.
Thanks for all the great content and thought that went into building this. Very excited to use it!
Step 1 Attempting to resolve
Opening in non-beta Xcode
Looks like this might be how you allow projects from beta Xcode to be opened in older versions
Non-beta Xcode does not resolve the issue.
Step 2 - Starting a blank project to test if something is up with my configuration
Beta Was this translation helpful? Give feedback.
All reactions