sockets - Compiler error when using AlwaysRightInstitute/SwiftSockets -


i'm try write small game on ios using socket , i've had java socket server running flash client, got complier errors when add alwaysrightinstitute/swiftsockets source code swift project, , did nothing after doing this

here project structure:

enter image description here

the selected group "arisockets" source code drag project

and here errors(use of unresolved identifier 'ari_fcntivi'):

enter image description here

it seems errors cause lack of import file , found "ari_fcntivi" in arisockets/unixbridge.c,but i'm newer swift/objective-c/c (i'm as3 developer), sucks me :/

i had same problem library. need create bridge file similar "import objective-c swift" c:

how call objective-c code swift


Comments

Popular posts from this blog

javascript - ScrollTo Effect (href to div) -

javascript - ng-class not responding to change in model in Angular? -

javascript - document.registerElement extending HTMLInputElement prototype while using custom tag name to avoid implicit browser style -