I cannot use entity's playAnimation() (https://developer.apple.com/documentation/realitykit/entity/3335123-playanimation), and I get an error message: 'playAnimation()' is only available in iOS 15.0 or newer. With the previous Xcode I could use this function for iOS14, but now I can only use it for iOS15 or newer.
Is there any way I can support this feature for iOS14?