When building for Expo SDK 56, the following build error occurs:
❌ (node_modules/@bam.tech/react-native-app-security/ios/RNASAppLifecyleDelegate.swift:1:8)
> 1 | import ExpoModulesCore
| ^ compiling for iOS 15.1, but module 'ExpoModulesCore' has a minimum deployment target of iOS 16.4: /Users/.../Library/Developer/Xcode/DerivedData/xxx-exalwucuepzuhwfgprseyccvkdqu/Build/Products/Debug-iphonesimulator/ExpoModulesCore/ExpoModulesCore.swiftmodule/arm64-apple-ios-simulator.swiftmodule
2 | import UIKit
3 |
4 | public class RNASAppLifecycleDelegate: ExpoAppDelegateSubscriber {
When building for Expo SDK 56, the following build error occurs: