objective c - SenTestCase linker error iOS -


i'm trying write test cases ios app. however, there seems problem regarding sentesting framework. i'm getting following error:

undefined symbols architecture i386:   "_objc_class_$_sentestcase", referenced from:       _objc_class_$_testsmartdiary in testsmartdiary.o       _objc_class_$_testaddtask in testaddtask.o       _objc_class_$_testaddcontacts in testaddcontacts.o   "_objc_metaclass_$_sentestcase", referenced from:       _objc_metaclass_$_testsmartdiary in testsmartdiary.o       _objc_metaclass_$_testaddtask in testaddtask.o       _objc_metaclass_$_testaddcontacts in testaddcontacts.o ld: symbol(s) not found architecture i386 clang: error: linker command failed exit code 1 (use -v see invocation) 

i don't know going wrong. have added sentestingframework. happening because i'm using 2 different machines develop same project. need specify path? read solution given here: ios: linker errors ocunit integration not feasible delete target , add things again every time switch machines. there permanent solution this? please help


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -