Giter Club home page Giter Club logo

kefu-ios-demo's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

kefu-ios-demo's Issues

Xcode 8.3 报错

系统版本 10.12.4 (16E195)。helpdeskfull_sdk 文件找不到。。。
fb693769-d063-4c10-8b94-ff7f24d8ea54

数据库报错

为什么我切换用户后,进入会话页会出现
Unknown error calling sqlite3_step (10: disk I/O error) rs
2017-04-17 20:44:58.021663 --[1370:301026] Unknown error calling sqlite3_step (10: disk I/O error) eu
2017-04-17 20:44:58.021843 --[1370:301026] DB Query: INSERT INTO conversations (conversationid,unreadcount) VALUES (?,?)
2017-04-17 20:44:58.021985 --[1370:301026] Unknown error finalizing or resetting statement (10: disk I/O error)
2017-04-17 20:44:58.022145 --[1370:301026] DB Query: INSERT INTO conversations (conversationid,unreadcount) VALUES (?,?)
2017-04-17 20:44:58.023424 --[1370:301026] Unknown error calling sqlite3_step (10: disk I/O error) eu
2017-04-17 20:44:58.023677 --[1370:301026] DB Query: UPDATE conversations SET unreadcount = ?
2017-04-17 20:44:58.023817 --[1370:301026] Unknown error finalizing or resetting statement (10: disk I/O error)
2017-04-17 20:44:58.024464 --[1370:301026] DB Query: UPDATE conversations SET unreadcount = ?
2017-04-17 20:44:58.076026 --[1370:301026] Unknown error calling sqlite3_step (10: disk I/O error) rs

Something looks wrong in EMIMHelper.m

On line 80 of file EMIMHelper.m, the code below seems to be opposite.

 [userDefaults setObject:@"username" forKey:_username];
 [userDefaults setObject:@"password" forKey:_password];

should this be the code below?

 [userDefaults setObject:@_username forKey:"username"];
 [userDefaults setObject:@_password forKey:"password"];

编译不过

Xcode Version 7.2 (7C68) 编译不过,少文件。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.