Bibash Shrestha

Results 20 comments of Bibash Shrestha

I think this issue is occurring when the account list does not contain the required Tezos account.. @dansan566

![Image](https://github.com/user-attachments/assets/b59ae30b-c1f8-4c0c-927c-e70bfe867ed9)

![Image](https://github.com/user-attachments/assets/70457a2a-34df-485a-b26a-0af06c9517e3)

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