The VA versions supported are the same as the requirements documented as if you were downloading SAS Mobile BI from the App store which are VA versions 7.3, 7.4, 8.1, and 8.2) The biggest version requirement is the Xcode version. The SDK was compiled using xcode version 9.2. So if you are trying to run the SDK with the latest version of XCode version 9.3 then it is not going to work. The GitHub readme file explains this:
https://github.com/sassoftware/sas-sdk-for-iOS-examples/blob/master/README.md
"Because Swift does not yet have ABI compatibility, we are required to package the swift runtime with the built framework. This means that consumers of the framework must compile apps that use the framework with the same swift version as was used for compiling the framework. For release 8.22, the framework was built with Xcode 9.2 (9C40b)."
... View more