David Peak
David Peak
Any chance of getting this merged in soon?
Same premise here, but keeping the "guard" ``` fileprivate func getVideoOrientation() -> AVCaptureVideoOrientation { guard shouldUseDeviceOrientation, let deviceOrientation = self.deviceOrientation else { return DispatchQueue.main.sync { return previewLayer!.videoPreviewLayer.connection!.videoOrientation } } switch...
Thanks! Keep up the great work!
@hjdhjd Great work on getting this working with the new API!
This is still happening with the latest v3.2.7. Do we have to subscribe to the One Call API 3.0? It's no longer free as they're charging 0.0015 per call or...
Rolling back to v3.2.6 resolves the error.
Thanks for the clarification. The line item in the billing didn't show the free for first 1000. All working now on the latest version. Thanks for a great plugin!
Cocoapods does not support Xcode 16 project format. If you change the format to Xcode 15.3, everything works. The objectVersion = 77 is Xcode 16 and objectVersion = 63 is...
See my comment here. https://github.com/CocoaPods/CocoaPods/issues/12618#issuecomment-2433155830