Cannot use Fabric with detached build

went through the instructions in the fabric app, to setup fabric within my detached app, but having some issues. I’m following instructions for xcode, and have done the following:

added to AppDelegate.h:

#import <Fabric/Fabric.h>
#import <Crashlytics/Crashlytics.h>

added to AppDelegate.m in launch options:

[Fabric with:@[[Crashlytics class], [Branch class], [STPAPIClient class]]];

added script to build phase given from fabric app.

Getting: use of undeclared identifier 'Branch' and same thing on STPAPIClient

Any advice here? I can’t seem to find any docs or solutions anywhere.

It looks like you might not have imported Branch or STPAPIClient.

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.