Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Undefined symbols #45

Open
eimantas opened this issue May 3, 2019 · 0 comments
Open

Undefined symbols #45

eimantas opened this issue May 3, 2019 · 0 comments

Comments

@eimantas
Copy link

eimantas commented May 3, 2019

Hi,

Buglife SDK version: 2.10.1
macOS: 10.14.4
Xcode: 10.1 (10B61)

After downloading Buglife SDK and plugging it into the project I receive the following linking errors:

Undefined symbols for architecture x86_64:
  "_OBJC_CLASS_$_LIFEAlertAction", referenced from:
      objc-class-ref in Buglife(Buglife+UIStuff.o)
  "_OBJC_CLASS_$_LIFEImageEditorView", referenced from:
      objc-class-ref in Buglife(LIFEContainerAlertToImageEditorAnimator.o)
  "_OBJC_CLASS_$_LIFEAlertAnimator", referenced from:
      objc-class-ref in Buglife(LIFEContainerViewController.o)
  "_OBJC_CLASS_$_LIFEAlertController", referenced from:
      objc-class-ref in Buglife(LIFEContainerViewController.o)
      objc-class-ref in Buglife(Buglife+UIStuff.o)
  "_OBJC_CLASS_$_LIFEImageEditorViewController", referenced from:
      objc-class-ref in Buglife(LIFEReportTableViewController.o)
      objc-class-ref in Buglife(LIFEContainerViewController.o)
      objc-class-ref in Buglife(Buglife.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Update: it seems that installation instructions on the website have link to the faulty sdk. Installing the SDK by following instructions here (btw, using Carthage) - worked correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant