Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Accidental delete iOS framework

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...

enter image description here

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!!!

like image 703
James Dunay Avatar asked Sep 06 '26 07:09

James Dunay


1 Answers

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?

like image 103
Tom van der Woerdt Avatar answered Sep 07 '26 20:09

Tom van der Woerdt



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!