Skip to content

Instantly share code, notes, and snippets.

@octatone
Created May 27, 2011 01:35
Show Gist options
  • Save octatone/994485 to your computer and use it in GitHub Desktop.
Save octatone/994485 to your computer and use it in GitHub Desktop.
iad plug fail
Undefined symbols for architecture i386:
"_OBJC_METACLASS_$_PhoneGapDelegate", referenced from:
_OBJC_METACLASS_$_AppDelegate in AppDelegate.o
"_OBJC_CLASS_$_PhoneGapDelegate", referenced from:
_OBJC_CLASS_$_AppDelegate in AppDelegate.o
"_OBJC_METACLASS_$_PhoneGapCommand", referenced from:
_OBJC_METACLASS_$_SAiOSAdPlugin in SAiOSAdPlugin.o
"_OBJC_CLASS_$_PhoneGapCommand", referenced from:
_OBJC_CLASS_$_SAiOSAdPlugin in SAiOSAdPlugin.o
ld: symbol(s) not found for architecture i386
collect2: ld returned 1 exit status
@rrafferty
Copy link

Did you find a fix for this error?

@octatone
Copy link
Author

Had to start a new project. I believe it was a conflict between a beta xcode 4 template and a newer version of phonegap.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment