简体   繁体   中英

How to add a swift file to Objective c pod?

I am working on my own private pod and wants to add a swift file to my existing Objective-C private pod. When I tried to add .swift file Xcode created the Pods-Tests-Bridging-Header.h file.

In-fact I mentioned this file in build settings "Objective-C Bridging Header" also.

As I have read on apple developer docs Its says I have to import a "modfule_name-swift.h" in my files to access swift classes files.

And as separate Xcode project of Objective-C I am able to do that thing by importing "Project_name-swift.h" file in Objective-C Code.

While I am trying to same thing in Pods like "#import "Pods-Tests-swift.h" compiler couldn't recognize it and starts giving errors.

How to do that?

CocoaPods尚不支持Swift

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM