objective c - Using an Objecitve C .dylib in a Swift Project -


i trying integrate api eye tracking device app writing in swift. api xcode project designed dylib wraps c++ project same thing. git api can found here:

https://github.com/eyetribe/tet-objectivec-client

after few tweaks of linking flags, able project compile. however, lost how can use .dylib in swift project. have tried adding "link binary libraries" list, adding bridging header file include public header file original project, etc. i'm pretty stuck on , wondering doing wrong. tried adding cocoa framework target objective c project although project build, actual framework file blank (i added .m files compile sources , headers headers section).


Comments

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -