Bibash Shrestha
Bibash Shrestha
Is this still valid?
I think this issue is occurring when the account list does not contain the required Tezos account.. @dansan566
Can you again test with the latest builds? @dansan566


Podfile ``` $iOSVersion = '14.0' post_install do |installer| installer.pods_project.build_configurations.each do |config| config.build_settings["EXCLUDED_ARCHS[sdk=*]"] = "armv7" config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = $iOSVersion end installer.pods_project.targets.each do |target| flutter_additional_ios_build_settings(target) .... if Gem::Version.new($iOSVersion) > Gem::Version.new(config.build_settings['IPHONEOS_DEPLOYMENT_TARGET']) config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = $iOSVersion...
``` class _QrCameraViewState extends State { static List _cameras = []; CameraController? _controller; int _cameraIndex = -1; double _currentZoomLevel = 1.0; double _minAvailableZoom = 1.0; double _maxAvailableZoom = 1.0; double...
Crash not happening on iPhone 14 pro max(16.5.1(c))
No, it is not crashing while scanning. App is crashing after sometime. There is not specific qr code. @fbernaly