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

  1. add corewebsocket.xcodeproj project
  2. 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
  3. clean
  4. build corewebsocket --------------- //build targeted mac os x
  5. build app --------------- //build fails here

result after step #3

final result after step #3

for step #4 selected corewebsocket , did clean , build successful. step #4

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'

enter image description here

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

Popular posts from this blog

blackberry 10 - how to add multiple markers on the google map just by url? -

php - guestbook returning database data to flash -

delphi - Dynamic file type icon -