0
#import<SenTestingKit/SenTestingKit.h>

Framework not found while working with "authorization.net"

HaveNoDisplayName
  • 8,291
  • 106
  • 37
  • 47

1 Answers1

0

In Xcode 7 the path for this framework is as following but this framework has been depreciated so you need to convert to XCTest.

/Applications/Xcode.app/Contents/Developer/Library/MigrationFrameworks/SenTestingKit.framework

UPDATE Scheme Editor option in Xcode 7

enter image description here

Muneeba
  • 1,756
  • 10
  • 11
  • While i am converting it shows no files how to add files in the xcl test,AND what files i need to add please give me a bit clarification – M Ramakrishnareddy Dec 10 '15 at 09:53
  • Check these links 1.https://developer.apple.com/library/ios/documentation/DeveloperTools/Conceptual/testing_with_xcode/chapters/A2-transitioning_ocunit_to_xctest.html 2. http://stackoverflow.com/questions/32707166/xcode-7-unable-to-convert-ocunit-to-xctest – Muneeba Dec 10 '15 at 10:05
  • I refer this link https://developer.apple.com/library/ios/documentation/DeveloperTools/Conceptual/testing_with_xcode/chapters/A2-transitioning_ocunit_to_xctest.html,and i don't have option (click for scheme editor menu)in my project. – M Ramakrishnareddy Dec 10 '15 at 13:40
  • The target option shown next to stop button is you scheme editor menu. I have attached a screenshot in my answer. – Muneeba Dec 11 '15 at 04:43