Got these error when I'm building to iOS with flutter
Running pod install... 13.7s
Running Xcode build...
Xcode archive done. 38.8s
Failed to build iOS app
Swift Compiler Error (Xcode): Value of type 'Options' has no member 'sessionReplay'
/Users/macbuild/.pub-cache/hosted/pub.dev/sentry_flutter-8.14.2/ios/sentry_flutter/Sources/sentry_flutter/SentryFlutter.swift:118:28
Swift Compiler Error (Xcode): Value of type 'Options' has no member 'sessionReplay'
/Users/macbuild/.pub-cache/hosted/pub.dev/sentry_flutter-8.14.2/ios/sentry_flutter/Sources/sentry_flutter/SentryFlutter.swift:120:28
Swift Compiler Error (Xcode): Value of type 'Options' has no member 'sessionReplay'
/Users/macbuild/.pub-cache/hosted/pub.dev/sentry_flutter-8.14.2/ios/sentry_flutter/Sources/sentry_flutter/SentryFlutter.swift:122:28
Swift Compiler Error (Xcode): Value of type 'Options' has no member 'sessionReplay'
/Users/macbuild/.pub-cache/hosted/pub.dev/sentry_flutter-8.14.2/ios/sentry_flutter/Sources/sentry_flutter/SentryFlutter.swift:124:24
Swift Compiler Error (Xcode): Value of type 'Options' has no member 'sessionReplay'
/Users/macbuild/.pub-cache/hosted/pub.dev/sentry_flutter-8.14.2/ios/sentry_flutter/Sources/sentry_flutter/SentryFlutter.swift:126:24
Swift Compiler Error (Xcode): Value of type 'Options' has no member 'sessionReplay'
/Users/macbuild/.pub-cache/hosted/pub.dev/sentry_flutter-8.14.2/ios/sentry_flutter/Sources/sentry_flutter/SentryFlutter.swift:130:24
Swift Compiler Error (Xcode): Value of type 'SentryDebugImageProvider' has no member 'getDebugImagesForImageAddressesFromCache'
/Users/macbuild/.pub-cache/hosted/pub.dev/sentry_flutter-8.14.2/ios/sentry_flutter/Sources/sentry_flutter/SentryFlutterPlugin.swift:275:15
Swift Compiler Error (Xcode): Value of type 'Options' has no member 'sessionReplay'
/Users/macbuild/.pub-cache/hosted/pub.dev/sentry_flutter-8.14.2/ios/sentry_flutter/Sources/sentry_flutter/SentryFlutterPlugin.swift:359:67
Swift Compiler Error (Xcode): Type 'PrivateSentrySDKOnly' has no member 'setReplayTags'
/Users/macbuild/.pub-cache/hosted/pub.dev/sentry_flutter-8.14.2/ios/sentry_flutter/Sources/sentry_flutter/SentryFlutterPlugin.swift:370:32
Uncategorized (Xcode): Command SwiftCompile failed with a nonzero exit code
my pubspec sentry version is at ^8.14.1
What do I need to do to fix this?