Mijo Gračanin

Results 8 comments of Mijo Gračanin

Hi @vg-identance So you're saying that the issue is fixed for you, but then you're also suggesting that we change some things? VALID_ARCHS is no longer used in [Xcode 12](https://developer.apple.com/documentation/xcode-release-notes/xcode-12-release-notes)....

@vg-identance To my knowledge, we don't have issues with xcframework. You obtained the SDK via cocoapods? do you have` ios-i386_x86_64-simulator` folder inside your `Microblink.xcframework`? Also, can you check the output...

@vg-identance ok, we'll fix the podspec to have xcframework. I still don't understand why would you need arm64 for simulator build? Simulator runs on a mac, which (still) has an...

@vg-identance I agree that it would be nice to make the SDK future-proof. We'll see what can be done about it. We generate Xcode project with cmake and the full...

@kolindalanaresh the fix is scheduled for 5.11.0 release. which should be out in March or April.

Hi @kernelpop , thanks for reporting this. We'll update the documentation along with the next release.

Hi @lucas-kummerle-perger , the function can return nil if `view.cameraSettings.cameraType` doesn't have a match in `AVCaptureDevice.devices(for: .video)`. A sample project which demonstrates the issue would be most helpful.

Hi @Permiafiglia , Is that the sample project on the screenshot? If not, can you please pull master and check if the sample project works for you?