Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Undefined symbols for architecture i386: #672

Open
mschandra opened this issue Apr 1, 2016 · 1 comment
Open

Undefined symbols for architecture i386: #672

mschandra opened this issue Apr 1, 2016 · 1 comment

Comments

@mschandra
Copy link

I am getting the below issue continuously, after doing clean and build. I tried setting up Kiwi from the scratch, still having the same issue.

Undefined symbols for architecture i386:
"OBJC_CLASS$_KWSpec", referenced from:
OBJC_CLASS$_MathSpec in TestKiwi.o
"OBJC_METACLASS$_KWSpec", referenced from:
OBJC_METACLASS$_MathSpec in TestKiwi.o
"_describe", referenced from:
+[MathSpec buildExampleGroups] in TestKiwi.o
"_it", referenced from:
___30+[MathSpec buildExampleGroups]_block_invoke in TestKiwi.o
ld: symbol(s) not found for architecture i386

Podfile has ,

target :Tests, :exclusive => true do
pod 'Kiwi'
end

How to resolve this?

Thanks,
Chandra M

@orta
Copy link
Contributor

orta commented Jun 4, 2016

Ouch, it's been a few months since this was posted, any chance you can get us an example project with this behavior?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants