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

Still seeing No such Module "Get" In 2.0.0-beta1 #184

Closed voxqhuy closed 2 years ago

voxqhuy commented 2 years ago

Was there a new release to address this? the sdk has this error and does not compile.

AvdLee commented 2 years ago

The beta indeed contained this error. You can update to the latest release to solve this: https://github.com/AvdLee/appstoreconnect-swift-sdk/releases/tag/2.0.1

voxqhuy commented 2 years ago

@AvdLee Thanks for the release. I'm running into a different dependency problem with URLQueryEncoder. Looks like it's listed in Package.swift but somehow not being recognized. Do you happen to see this same error?

Screen Shot 2022-07-29 at 10 41 27 AM