In Xcode 9's GM release, I am getting some compile-time errors for undefined symbols for architecture arm64
, namely for AVFoundation with:
AVCapturePhotoOutput().supportedFlashModes
AVCapturePhotoSettings().availablePreviewPhotoPixelFormatTypes
In both cases, using their "undocumented" __supportedFlashModes
/__availablePreviewPhotoPixelFormatTypes
builds just fine.
They were "inadvertently" marked private. Should be reverted with next release I guess? Workaround above is recommended by Apple.
Official response
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With