Hi FlutterFlow Team,
I'm unable to build my iOS app using FlutterFlow Cloud Build.
Build fails during the "Flutter build ipa and automatic versioning" step with the following error:
No visible @interface for 'NSProcessInfo' declares the selector 'isiOSAppOnVision'
Source:
device_info_plus-12.4.0/ios/device_info_plus/Sources/device_info_plus/FPPDeviceInfoPlusPlugin.m
The project does not directly include device_info_plus in pubspec.yaml, so it appears to be coming from a transitive dependency or the FlutterFlow build environment.
Could you please verify whether the current FlutterFlow iOS build environment/Xcode version is compatible with device_info_plus 12.4.0?
Full error:
ARC Semantic Issue (Xcode): No visible @interface for 'NSProcessInfo' declares the selector 'isiOSAppOnVision'
/Users/builder/.pub-cache/hosted/pub.dev/device_info_plus-12.4.0/ios/device_info_plus/Sources/device_info_plus/FPPDeviceInfoPlusPlugin.m:34:56
Thank you.