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 have managed to get tests to run on some simulators (4s, 5, iPad 2, iPad Retina).
However, all other simulators give the following errors:
ld: warning: ignoring file /Users/jacobfenton/Library/Developer/Xcode/DerivedData/CPJSONRPC-cpktnnydpaamdoagrbwueojkshzy/Build/Products/Debug-iphonesimulator/Kiwi/Kiwi.framework/Kiwi, file was built for i386 which is not the architecture being linked (x86_64): /Users/jacobfenton/Library/Developer/Xcode/DerivedData/CPJSONRPC-cpktnnydpaamdoagrbwueojkshzy/Build/Products/Debug-iphonesimulator/Kiwi/Kiwi.framework/Kiwi
Undefined symbols for architecture x86_64:
"_OBJC_CLASS_$_KWCallSite", referenced from:
objc-class-ref in SampleSpec.o
"_OBJC_CLASS_$_KWSpec", referenced from:
objc-class-ref in SampleSpec.o
_OBJC_CLASS_$_MathSpec in SampleSpec.o
"_OBJC_CLASS_$_KWValue", referenced from:
objc-class-ref in SampleSpec.o
"_OBJC_METACLASS_$_KWSpec", referenced from:
_OBJC_METACLASS_$_MathSpec in SampleSpec.o
"_describe", referenced from:
+[MathSpec buildExampleGroups] in SampleSpec.o
"_it", referenced from:
___30+[MathSpec buildExampleGroups]_block_invoke in SampleSpec.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Further, when I try to run tests on a physical device, I simply get 'Kiwi.h' file not found in SampleSpec.m, which I copied from the tutorial.
I do apologise if this is me being boneheaded, but I've scoured the net for a solution, for the best part of a day, to no avail.
The text was updated successfully, but these errors were encountered:
I have managed to get tests to run on some simulators (4s, 5, iPad 2, iPad Retina).
However, all other simulators give the following errors:
Further, when I try to run tests on a physical device, I simply get
'Kiwi.h' file not found
inSampleSpec.m
, which I copied from the tutorial.I do apologise if this is me being boneheaded, but I've scoured the net for a solution, for the best part of a day, to no avail.
The text was updated successfully, but these errors were encountered: