Cinematic not on iOS17 Simulator, Xcode 15.0 beta

Error messages upon build with import Cinematic statements: 1. No such module 'Cinematic' and 2. Cinematic is not available when building for iOS Simulator. Consider using #if canImport(Cinematic) to conditionally import this framework.

I am currently on Xcode 15.0 beta, with iOS 17.0 beta framework, and I added Cinematic.framework in Build Phases > Link Binary With Library and marked it as Optional. Same error persists. Seen previous posts on similar import errors but some help would be appreciated for Cinematic API specifically. Thanks!