-
stack trace:
> Date/Time:
> 2016-11-28 13:05:56 +0000
OS Version: iPhone OS 10.0.2 (14A456)
Report Version: 104
> Exception Type: SIGABRT
> Exception Codes: #0 at 0x181b56014
> Crashed…
-
I'm using FMDB with Swift 3.
Everything worked fine on Swift 2 but after making the Swift upgrade I'm getting:
**"Command failed due to signal: Killed: 9"**
After investigating the cause of it I've f…
-
I am using cocoapods install FRDStravaClient, Podfile as below,
```
pod 'AFNetworking', '~> 3.1.0' # AFNetworking
pod 'FMDB', '~> 2.6' # FMDB
...…
-
My app is saving the data at once on concurrent threads to the server.
Each response is then parsed and there's a saving to db
I have moved all the previous SQLite C code to use the FMDB wrapper, but…
ilanl updated
11 years ago
-
Please fill out the following details:
1. Version of Mobile SDK Used: 11.1.0
2. Issue found in Native App or Hybrid App: React Native app
3. OS Version: Sonoma (14.1.1), Xcode version 15.4, reac…
-
Installing...
Installing FMDB (2.7.5)
Installing YYText (1.0.7)
Installing ceshi (1)
[!] Error installing FMDB
[!] Error installing YYText
[!] /usr/bin/curl -f -L -o /var/folders/k1/lmr53pxj…
-
Hi we are getting crash in production. And we don't have reproducible steps. Any help is appriciable. Thanks
com.apple.main-thread
0 libsystem_kernel.dylib 0xda8 mach_msg2_trap + 8
1 …
-
Hi !
I can't build FMDB with this pod file line :
pod 'FMDB/SQLCipher' with FMDB v. 2.7.2 & SQLCipher v. 3.4.1
The error I get in class FMDatabase.m is :
> Implicit declaration of functio…
-
The following statements will lead to a crash:
FMDatabase\* database = [[FMDatabase alloc] initWithPath:...];
if ([database open])
{
FMResultSet\* resultSet = [database executeQuery:@"SELECT \* FR…
-
Since it took me some figuring out, thought I'd share what I've learned (avoiding issues with importing an Objective-C library) integrating FMDB/SQLite into a Swift-language project. It's a tutorial a…