AgoraIO / AgoraRtcEngine_iOS

iOS Package for Agora Video RTE SDK. Perfect for video calls and live streaming.
https://agoraio.github.io/AgoraRtcEngine_iOS/
MIT License
58 stars 17 forks source link

Swift Package Manager: nanopb deployment target warning #14

Closed canbalkaya closed 2 years ago

canbalkaya commented 2 years ago

Environment

Xcode version: Xcode 13.1 SDK version: 3.0.0 Installation method: Swift Package Manager Problem

This dependency shows the following warning in Xcode 13.1 when integrating AgoraRtcKit using Swift Package Manager:

The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 15.0.99.

Screen Shot 2022-02-09 at 10 00 01 01PM
maxxfrazer commented 2 years ago

Hi Can, the easiest solution is to use a newer version of the SDK. For example 3.6.1-r.2, which should be treated as a hotfix of 3.6.1. Otherwise 3.6.2 will fix this warning. However the warning has no effect on the library, just its minimum required iOS is very low.

canbalkaya commented 2 years ago

Hi Max. Thanks.