You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: