Accidental delete iOS framework

ios, objective-c, xcode

Solution

To restore that framework, just re-install Xcode. Or maybe your trash still has it.

About the iOS devices that complain about not finding the SenTestkingKit: I'd assume so, as it's a Xcode-only framework used for test cases. You aren't supposed to link it when distributing the app. Why would the user want to run test cases?

Problem

So i have been having the hardest time getting my iphone application approved. And i sorta when on a little rampage through some of my code. In my shear stupidity I thought that maybe I did not need the `SenTestingKit.framework`. So i attempted to remove it from my program, and when asked if i would like to delete or remove references i accidently clicked delete. However upon reviewing some crash logs PRE-Deletion of SenTestingKit.framework I found the following... Again this error was before I deleted the framework. The crash code to this is `0xe7ffdefe` Could someone please tell me where i might get the sentestingkit.framework from? And also if you have anyidea why it is causing the crash that would be so amazing to hear. Thanks!!!

Original source