-
Notifications
You must be signed in to change notification settings - Fork 1
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
Unable to Build Package #28
Comments
Ive tried just creating a brand new project and same thing happens. |
I think its a bug... I manually added the code from scratch into my project and changed it to credentialsproviding to actually be the protocol and it worked |
Thanks for reporting this @Peyton-McKee. |
Fixed in 2.1.0 |
This issue is now closed. Comments on closed issues are hard for our team to see. |
Describe the bug
When adding the package to my project and trying to build, I get the error
Cannot find type 'CredentialsProvider' in scope
in AmplifyLibreMapAdapter/Sources/AmplifyLibreMapAdapter/AWSMapURLProtocol+GeoConfigSteps To Reproduce
Expected behavior
It should build
Amplify MapLibre Adapter Version
2.0.1
Swift version
5
Xcode version
15.1
Is this a regression?
No
Regression additional context
No response
Device
N/A
iOS Version
IOS 17
Specific to simulators
No response
Additional context
When I right click on credentialsProvider it takes me to the class. So Not really sure whats going on there. I also tried installing amplify first and then installing this package and the same thing happened.
The text was updated successfully, but these errors were encountered: