I have a project that is developed in iOS 5.0
and now i need to update my project to iOS 6.0
.
While doing this my xcode 4.5
throws the error as below...
dyld: Library not loaded: @rpath/SenTestingKit.framework/Versions/A/SenTestingKit
Referenced from: /Users/developer/Library/Application Support/iPhone Simulator/6.0/Applications/6EFF12B6-DA80-4DD8-B3CF-B217C5EA63DF/XxxxXxxx.app/xxxxXxxxXxx
Reason: image not found
still it runs and works perfectly in iOS 5
devices and i am trying to run this app in iphone Simulator iOS 6.0
it throws that error...
Any body have any idea about this...
Thanks in advance...