I read the question "The best way is unit test Objective-C and follow the instructions, but no matter what I do, Unit tests do not run. Actually the whole program does not start, the following message appears.
dyld: library not loaded: @ rpath / SenTestingKit.framework / Versions / A / SenTestingKit Link from / Users / garethlewis / work / objc / UnitTesting / build / Debug / UnitTesting Reason: image not found
I set the variable DYLD_FALLBACK_FRAMEWORK_PATH, as well as XCInjectBundle, as well as DYLD_INSERT_LIBRARIES and added the variable -SenTest All.
I cannot have a single Xcode 3.1 installation in which module testing is performed.
Could someone who was able to get unit testing on Xcode 3.1 give some details on what needs to be done. This would help so with what I'm trying to do.
Gareth lewis
source
share