我可以找到它的旧实现
#import <BugSense-iOS/BugSenseController.h>
和
[BugSenseController sharedControllerWithBugSenseAPIKey:@"123456" userDictionary:nil sendImmediately:YES]
和我在Swfit语言
工作Import不支持破折号
谁能告诉我如何在Swift中导入它,我也检查了他们的bugsense文档,但找不到任何更新
创建一个ObjC桥接头可以帮助您导入它。首先将框架添加到app目录中,Xcode会要求你创建桥接头。
https://developer.apple.com/library/prerelease/ios/documentation/Swift/Conceptual/BuildingCocoaApps/MixandMatch.html