jpush / jpush-ios-sdk-pod

JPush's officially supported iOS SDK Pod for CocosPods. 极光推送官方支持的 iOS SDK Pod.
https://docs.jiguang.cn
MIT License
28 stars 9 forks source link

2.1.8 can not found module after installed with swift #6

Closed 350050183 closed 8 years ago

350050183 commented 8 years ago

If import JPush in appDelegate.swift can not found module after installed. It was not compiatiable with use_frameworks! specification in Podfile.

And the official documents are not completed,less swift install guide.

I found a solution by using Bridging-Header.

350050183 commented 8 years ago

got workaround.