iphone - WebSocket server implementation on iOS -
i want implement websocket server on ios , client side on browser. found library for server side implementation in objective c.
i'm having trouble building project , need urgently. followed steps given in installation guide
- add corewebsocket.xcodeproj project
- in targets build phases
- in target dependencies add corewebsocket
- in link binary libraries add
- cfnetwork.framework
- coreservices.framework ---------------
//could not add ios
- libcrypto.dylib ---------------
//could not add ios
- corewebsocket.framework
- add build phase > add copy files set
- destination frameworks
- add corewebsocket.framework
- clean
- build corewebsocket ---------------
//build targeted mac os x
- build app ---------------
//build fails here
result after step #3
for step #4 selected corewebsocket , did clean , build successful.
but when selected project again (serversocktrial) , built got linker error.
clang: error: no such file or directory: '/users/administrator/library/developer/xcode/deriveddata/serversocktrial-bnacsspxhqhmlcgtflolkhxivmrz/build/products/debug-iphonesimulator/corewebsocket/corewebsocket'
if step 4 selected corewebsocket_ios , build linker error ->
clang: error: no such file or directory: '/users/administrator/desktop/tushar/smart tv/corewebsocket-master/corewebsocket_ios/corewebsocket_ios-prefix.pch' clang: error: no input files command /applications/xcode.app/contents/developer/toolchains/xcodedefault.xctoolchain/usr/bin/clang failed exit code 1
can pls help?
Comments
Post a Comment