AgoraIO / AgoraAudio_iOS

Agora's Audio SDK Swift Package for iOS 📦
MIT License
11 stars 5 forks source link

Can you please help to resolve this warning? the target should not be set to v8 only #3

Closed bytewayio closed 2 years ago

bytewayio commented 2 years ago

.../SourcePackages/checkouts/AgoraAudio_iOS/Package.swift The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 15.2.99.

maxxfrazer commented 2 years ago

I'll pass this along to the deployment script maintainers. It will not cause any issues for your app, just a slightly annoying error message. The SDK does run fine on iOS 8, just Xcode can no longer target it directly.

bytewayio commented 2 years ago

That's true, however, that blocks our build pipeline, which does not allow any warnings

maxxfrazer commented 2 years ago

use the latest patch update 3.6.1-r.2, otherwise 3.6.2 will be out next week that also has the fix

bytewayio commented 2 years ago

Nice, thanks!