Error in apportable:
../ScanGiftViewController.m:21:38: error: cannot find protocol declaration for 'AVCaptureMetadataOutputObjectsDelegate'
@interface ScanGiftViewController ()<AVCaptureMetadataOutputObjectsDelegate>
Am I forgetting something? deps and headers look like this:
"deps": [
"AVFoundation",
"FacebooSDK",
],
"header_paths": [
"..",
"./Frameworks/AVFoundation",
"./Frameworks"
],
AVCaptureMetadataOutputObjectsDelegate is not yet declared or implemented in Apportable. For now, you'll need to find a workaround for your app that doesn't use it.