androidobjective-cios7.1apportable

Apportable Protocol Declaration not found


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"
      ],

Solution

  • 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.