rive-app / rive-ios

iOS runtime for Rive
MIT License
496 stars 58 forks source link

Cannot build app with Rive devendency #262

Open TopIvanAbramov opened 1 year ago

TopIvanAbramov commented 1 year ago

XCode shows error when I try to build the app:

Failed to build module 'RiveRuntime'; this SDK is not supported by the compiler (the SDK is built with 'Apple Swift version 5.6 (swiftlang-5.6.0.323.62 clang-1316.0.20.8)', while this compiler is 'Apple Swift version 5.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100)'). Please select a toolchain which matches the SDK. <-- Thanks for using Rive!

env: supported ios 14+

integrated through cocoapods: pod 'RiveRuntime'

Tried to clean archive, restart XCode but nothing helps

SleepiestAdam commented 1 year ago

We're also getting this issue when trying to build for iOS 17 with XCode beta.