Git Product home page Git Product logo

Comments (4)

GIKICoder avatar GIKICoder commented on September 24, 2024

是demo 中的db 打不开么? 我测试了一下. 10.3是可以打开的/

from gdatabase.

WiitterSimithYU avatar WiitterSimithYU commented on September 24, 2024

2017-10-11 16:54:03.110377+0800 GDataBaseExample[4698:873185] error opening!: 14
2017-10-11 16:54:03.110962+0800 GDataBaseExample[4698:873185] error opening!: 14
2017-10-11 16:54:03.111404+0800 GDataBaseExample[4698:873185] Could not create database queue for path /var/mobile/Containers/Data/Application/745AF971-DB0C-4E99-9E32-A86D81DFB57D/DocumentsGDATA.db
2017-10-11 16:54:03.111561+0800
这个是报错信息,,,FMDB返回的 手机是5s

from gdatabase.

WiitterSimithYU avatar WiitterSimithYU commented on September 24, 2024
  • (void)connect{

    if (!_dataBase) {
    _dataBase = [FMDatabase databaseWithPath:self.dbFile];
    }

    if (![_dataBase open]) {
    NSAssert(NO, @"can not open db file");
    } else {
    _isExist = YES;
    }
    }

from gdatabase.

GIKICoder avatar GIKICoder commented on September 24, 2024

身边没有10.3系统的手机. 用模拟器看了一下也没问题..看样子是缓存文件夹有问题. 卸载重新run 一下试试.
http://blog.csdn.net/chinaofmelon/article/details/45419517

from gdatabase.

Related Issues (6)

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.