AgoraIO / AgoraRTM_iOS

Agora's Real-time Messaging SDK Swift Package for iOS 📦
MIT License
4 stars 4 forks source link

Xcode targets iOS 9 as min version in target range, yet package still targets iOS 8 #2

Closed deankroker closed 2 years ago

deankroker commented 2 years ago

Both Package.swift files for AgoraRTM_iOS and AgoraRtmKit target v8 as their platform, yet iOS default build for Xcode version 13.1 targets a deployment version range whose minimum is iOS 9. This is returning an error on compilation for AgoraIO projects:

image
maxxfrazer commented 2 years ago

Hi @deankroker, our SDK supports iOS 8.0 While targeting iOS 8 isn't supported on Xcode 12+, it is still supported by our SDK and the team don't plan to drop it in the near future from my conversations with them. I know it can be a bit annoying to see a warning there, but it's not an actual error, so it won't affect your build or the rest of the application.