Post

Replies

Boosts

Views

Activity

Reply to How can I use the content of a .a static objc library file in a Swift static library project
Okay... I expressed myself a little misleadingly. I have a static lib (objc) which itself has several framework files as dependencies. I want to create a static lib, in Swift or Objc, that has the same functionality however I want to wrap some functions. For example, there is a Connect method in the library that connects to a device via BLE. Here I would then like to do a database query in addition for example. Is there a way to do this?
May ’23