-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build Fails because of AWSCognitoAuthPlugin #3217
Comments
Thanks for reporting this @afern247. Can you please check if deleting your DerivedData resolves this? |
That's the first thing I tried, it didn't fix it :/ @atierian |
I understand you already tried deleting DerivedData - have you tried deleting your SPM cache at |
Some notes:
|
Do you have Thread Sanitizer (TSan) enabled in your Run scheme?
TSan can't be used when running on device. [Apple Docs]
It's my understanding that it only works in Debug builds on Simulator as well. |
Without the thread it seems to work, but I haven't pushed to the app store yet to fully test it, let's keep this open until my next release so I can provide confirmation. right now these options are enabled: |
Thanks for letting us know; I'm happy to hear it appears to be resolved. We'll check back in a week or two if we haven't heard from you by then. |
Hey @afern247, just checking in - were you able to release? |
Describe the bug
My app build is failing because of , the issue seems to be an optimization level that needs to be done. Here's how it looks:
I tested the same code, same Amplify version on Xcode 14.2 (14C18) and works fine.
This is a blocker to upgrade to the new Xcode version coming out now, please fix assap
In case it's an optimization issue, here are my settings:
Steps To Reproduce
Amplify Framework Version
2.17.0
Amplify Categories
Auth
Dependency manager
Swift PM
Swift version
5.8
CLI version
12.4.0
Xcode version
14.3.1 (14E300c)
Relevant log output
No response
Is this a regression?
Yes
Regression additional context
No response
Platforms
iOS
OS Version
16.1
Device
iPhone 14
Specific to simulators
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: