-Swift.h not find
2015-08-14 17:16 dengchaojie_learner 阅读(262) 评论(0) 收藏 举报亲测成功。
随便新建一个swift文件,xcode问是否生成xxx-Bridging-Header.h文件,点YES。再编译,问题解决。
By default, the generated header contains interfaces for Swift declarations marked with the public modifier. It also contains those marked with the internal modifier if your app target has an Objective-C bridging header.
https://developer.apple.com/library/prerelease/ios/documentation/Swift/Conceptual/BuildingCocoaApps/MixandMatch.html#//apple_ref/doc/uid/TP40014216-CH10-XID_84

浙公网安备 33010602011771号