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

Example project "Testable" does not compile #17

Closed
kanelbulle opened this issue Jul 16, 2011 · 2 comments
Closed

Example project "Testable" does not compile #17

kanelbulle opened this issue Jul 16, 2011 · 2 comments

Comments

@kanelbulle
Copy link

A fresh clone of KIF and latest stable Xcode 4 (4A2002a). Building target Integration tests with iPhone Simulator set gives the following error:

Ld "build/Debug-iphonesimulator/Testable (Integration Tests).app/Testable (Integration Tests)" normal i386
    cd /Users/emil/Dropbox/Developer/appr/iphone/KIF/Documentation/Examples/Testable
    setenv MACOSX_DEPLOYMENT_TARGET 10.6
    setenv PATH "/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
    /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/llvm-gcc-4.2 -arch i386 -isysroot /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk -L/Users/emil/Dropbox/Developer/appr/iphone/KIF/Documentation/Examples/Testable/build/Debug-iphonesimulator -L/Users/emil/Dropbox/Developer/appr/iphone/KIF/Documentation/Examples/Testable -F/Users/emil/Dropbox/Developer/appr/iphone/KIF/Documentation/Examples/Testable/build/Debug-iphonesimulator -filelist "/Users/emil/Dropbox/Developer/appr/iphone/KIF/Documentation/Examples/Testable/build/Testable.build/Debug-iphonesimulator/Integration Tests.build/Objects-normal/i386/Testable (Integration Tests).LinkFileList" -mmacosx-version-min=10.6 -ObjC -Xlinker -objc_abi_version -Xlinker 2 -lKIF -framework UIKit -framework Foundation -framework CoreGraphics -o "/Users/emil/Dropbox/Developer/appr/iphone/KIF/Documentation/Examples/Testable/build/Debug-iphonesimulator/Testable (Integration Tests).app/Testable (Integration Tests)"

ld: library not found for -lKIF
collect2: ld returned 1 exit status
Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/llvm-gcc-4.2 failed with exit code 1

Also tried opening Frameworks/KIF.xcodeproj and building for simulator first, but no difference.

@boontdustie
Copy link

I'm experiencing the same thing.

@mattvv
Copy link

mattvv commented Jul 29, 2011

I'm having similar issues but on my own project, same error. I've tried playing with Library search paths and Build Products paths with no luck thus far. Please help!

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

4 participants