kiwi-bdd / Kiwi

Simple BDD for iOS
BSD 3-Clause "New" or "Revised" License
4.14k stars 512 forks source link

Undefined symbols for architecture i386: #672

Open mschandra opened 8 years ago

mschandra commented 8 years ago

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: "_OBJCCLASS$_KWSpec", referenced from: _OBJCCLASS$_MathSpec in TestKiwi.o "_OBJCMETACLASS$_KWSpec", referenced from: _OBJCMETACLASS$_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 commented 8 years ago

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