AvdLee / appstoreconnect-swift-sdk

The Swift SDK to work with the App Store Connect API from Apple.
Other
1.48k stars 198 forks source link

No such Module "Get" In 2.0.0-beta1 #178

Closed bourvill closed 2 years ago

bourvill commented 2 years ago

Hello, after installing 2.0.0-beta1 I got an error during compile time

No such module Get in ApiProvider.swift

Capture d’écran 2022-07-20 à 11 52 21
AvdLee commented 2 years ago

This is fixed in the latest release

bourvill commented 2 years ago

Hello not in 2.0.0-beta1 Maybe you can tag a beta2 from the master?

Actually I use the master for testing

AvdLee commented 2 years ago

@bourvill the SDK is no longer in beta, so you can use the non-beta 2.0.0 version: https://github.com/AvdLee/appstoreconnect-swift-sdk/releases/tag/2.0.0

AvdLee commented 2 years ago

I realize the previous version wasn't actually published. I just released 2.0.1 and made sure it's published: https://github.com/AvdLee/appstoreconnect-swift-sdk/releases/tag/2.0.1

Can you try it out?