Gerwin
Gerwin

Reputation: 1612

convert from .dylib to .so

Hello in a previous question I've asked about compiling to .dylib, after having asked what OBS uses as a plugin.. .so or .dylib.. 1 of their devs responded with .dylib.. so I created my project as a .dylib..

However I just found out that he / she has provided incorrect information and that my program must be build to .so

is it possible to convert from .dylib to .so, my .dylib file is coded in Swift.. is there a Swift to c++ converter anywhere? If not how can I create a .so project in Xcode on OSX?

Upvotes: 2

Views: 3467

Answers (1)

Gerwin
Gerwin

Reputation: 1612

It's impossible to convert .dylib to .so as far as I've found.

Upvotes: 4

Related Questions