Skip to content
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.

Linker Error with UrbanAirship and Xcode 4.5 #10

Open
arejay73 opened this issue Sep 26, 2012 · 1 comment
Open

Linker Error with UrbanAirship and Xcode 4.5 #10

arejay73 opened this issue Sep 26, 2012 · 1 comment

Comments

@arejay73
Copy link

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.

@jcromartie
Copy link
Contributor

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants