Created
May 27, 2011 01:35
-
-
Save octatone/994485 to your computer and use it in GitHub Desktop.
iad plug fail
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
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
Did you find a fix for this error?