Using swift pod with unity project
I am an iOS developer who is new to Unity development, I wanted to use my own created cocopod library (which I am already using in my existing iOS App) into Unity project.
So I have File -> Build Settings, choose iOS and click Build, and now I am trying integrated pod (which is written in Swift 4) into Unity export of iOS project.
But I am getting a hard time doing that, found very less material for this problem on the internet.
Is that a right approach? or Should I rewrite whole swift pod library into C# for unity as Unity package?
Comment
I'm actually having the same issue. Did you manage to get a solution for this?