You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mobile scanner works properly on android, but on IOS(18.0.1) physical device throws this error:
**"Library/Developer/Xcode/DerivedData/Runner-czitbbrlbqgugmapfcauuxbvputn/Build/Products/Release-iphoneos/mobile_scanner/mobile_scanner.framework/Headers/mobile_scanner-Swift.h:342:31: 'objc_ownership' only applies to Objective-C object or block pointer types; type here is 'CVPixelBufferRef Nullable' (aka 'struct __CVBuffer *')"**_
IOS 18.0.1 IOS(18.0.1) physical device
Xcode: 16.1
mobile_scanner: ^3.5.5
Pod version 1.16.2
Flutter doctor:
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.24.5, on macOS 14.6 23G80 darwin-arm64, locale en-AE)
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 16.1)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2024.2)
[✓] Connected device (4 available)
[✓] Network resources
The text was updated successfully, but these errors were encountered:
This should only be a warning, we had this error on the MacOS implementation before.
Is this a fatal error in iOS 18, when building on physical devices?
I see you are using a very old version of mobile_scanner, though.
Does this happen on version 6.0.0 ?
Hi
Mobile scanner works properly on android, but on IOS(18.0.1) physical device throws this error:
**"Library/Developer/Xcode/DerivedData/Runner-czitbbrlbqgugmapfcauuxbvputn/Build/Products/Release-iphoneos/mobile_scanner/mobile_scanner.framework/Headers/mobile_scanner-Swift.h:342:31: 'objc_ownership' only applies to Objective-C object or block pointer types; type here is 'CVPixelBufferRef Nullable' (aka 'struct __CVBuffer *')"**_
IOS 18.0.1 IOS(18.0.1) physical device
Xcode: 16.1
mobile_scanner: ^3.5.5
Pod version 1.16.2
Flutter doctor:
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.24.5, on macOS 14.6 23G80 darwin-arm64, locale en-AE)
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 16.1)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2024.2)
[✓] Connected device (4 available)
[✓] Network resources
The text was updated successfully, but these errors were encountered: