You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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_64clang: 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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: