2013-09-25 29 views
3

我目前正在使用Stripe包來執行我項目中的PaymentGateWay的項目。我已經使用了UnitTesting這個項目(自動導入SenTestingKit/SenTestingKit.h )。不過,雖然編譯項目使用Stripe時沒有找到SenTestingKit/SenTestingKit.h

// 
// PKCardCVCTest.h 
// PKPayment Example 
// 
// Created by Alex MacCaw on 2/6/13. 
// Copyright (c) 2013 Stripe. All rights reserved. 
// 

#import <SenTestingKit/SenTestingKit.h> 

@interface PKCardCVCTest : SenTestCase 

@end 

這PKCardCVCTest類引起表明SenTestingKit/SenTestingKit.h文件未發現的錯誤。 任何機構可以幫助我...

回答

相關問題