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
{{ message }}
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.
I am trying to build and get the following two errors:
Undefined symbols for architecture i386:
"OBJC_CLASS$_UATagUtils", referenced from:
objc-class-ref in WHAppDelegate.o
"OBJC_CLASS$_UAirship", referenced from:
objc-class-ref in WHAppDelegate.o
ld: symbol(s) not found for architecture i386
I can validate that I have downloaded and installed the latest UrbanAirship library, 1.3.3.a.
My library and header paths have the following:
"$(SRCROOT)/libs/Airship" (If I set to recursive or non-recursive) I get the same errors.
If I manually add the library files, via add files. I get a bunch of duplicate symbol errors.
The text was updated successfully, but these errors were encountered:
Since there's no binary included with the source code, it's kind of a moving target. You'd have to either get the binary version referenced by the Xcode project (1.3.2a) or remove libUAirship and re-add the latest to the Xcode project.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am trying to build and get the following two errors:
Undefined symbols for architecture i386:
"OBJC_CLASS$_UATagUtils", referenced from:
objc-class-ref in WHAppDelegate.o
"OBJC_CLASS$_UAirship", referenced from:
objc-class-ref in WHAppDelegate.o
ld: symbol(s) not found for architecture i386
I can validate that I have downloaded and installed the latest UrbanAirship library, 1.3.3.a.
My library and header paths have the following:
"$(SRCROOT)/libs/Airship" (If I set to recursive or non-recursive) I get the same errors.
If I manually add the library files, via add files. I get a bunch of duplicate symbol errors.
The text was updated successfully, but these errors were encountered: