-
Podfile: In your iOS directory, open your Podfile and add a platform requirement if not already present:
platform :ios, '12.0'
-
Info.plist: Add any necessary keys (e.g. location usage descriptions or background modes) if your app uses native features like geofencing or beacon tracking. For reference, the native iOS SDK info.plist can be found here .