Tamarous

Results 7 comments of Tamarous

现在这个软件里的对话都是在本地模拟生成的,还没有搭建服务器。

This seemed not a problem related to WCDB, but a network connection problem.

Maybe you can try to set the path under the application's Documents folder, for example: ``` let documentPath = NSSearchPathForDirectoriesInDomains(.documentDirectory, .userDomainMask, true).first! let dbPath = NSURL.init(string: documentPath)?.appendingPathComponent("rare.db") ```

This seemed not a problem related to WCDB, but a SQL grammar problem. You can check SQL tutorial [here](https://www.w3schools.com/sql/)

Modify scripts/version.sh will work. @loilee @X-man-rascal ``` #!/bin/bash # Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the...

I solved the problem by following steps: 1. Add use_frameworks! and config.build_settings['SWIFT_VERSION'] = '5.0' to your Podfile. 2. Delete the Podfile.lock in /ios directory. 3. Open Runnner.xcworkspace, add an empty...