- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
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)."
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Thanks alot,
the XCode Workspace with the Examples is already working, the next step is to connect to our VA Installation in Viya.
Best regards