-
![image](https://user-images.githubusercontent.com/18162711/74224028-eec66f00-4cf2-11ea-8591-364f68b5f67b.png)
dyld: Library not loaded: @rpath/FMDB.framework/FMDB
Referenced from: /private/var/co…
-
- Site: [https://fmdb.ynr9ed-dev.nimbus.cloud.gov.bc.ca](https://fmdb.ynr9ed-dev.nimbus.cloud.gov.bc.ca)
**New Alerts**
- **PII Disclosure** [10062] total: 1:
- [https://fmdb.ynr9ed-dev.nimb…
-
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Subtype: KERN_INVALID_ADDRESS at 0x000000006f666e81
Exception Codes: 0x0000000000000001, 0x000000006f666e81
VM Region Info: 0x6f666e81 is not in …
-
- Site: [https://fmdb.ynr9ed-dev.nimbus.cloud.gov.bc.ca](https://fmdb.ynr9ed-dev.nimbus.cloud.gov.bc.ca)
**New Alerts**
- **Absence of Anti-CSRF Tokens** [10202] total: 10:
- [https://fmdb.y…
-
- Site: [https://fmdb.ynr9ed-test.nimbus.cloud.gov.bc.ca](https://fmdb.ynr9ed-test.nimbus.cloud.gov.bc.ca)
**New Alerts**
- **Absence of Anti-CSRF Tokens** [10202] total: 10:
- [https://fmdb…
-
I have a current project that needs offline map functionality. Went to install the map box-ios-sdk via Pod and it could not satisfy the FMDB requirement:
[!] Unable to satisfy the following requirem…
ghost updated
9 years ago
-
- (FMDatabaseQueue *)dbQueue
{
if (!_dbQueue) {
NSString *path = [[NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES) lastObject] stringByAppendingPathCompo…
-
Last Exception Backtrace:
0 CoreFoundation 0x1b975b80c __exceptionPreprocess + 220
1 libobjc.A.dylib 0x1b9483fa4 objc_exception_throw + 55
2 CoreFoundation …
-
I couldn't reproduce this issue but apple did during the review process.
And my app got rejected.
I have no clue why this happened
> Application Specific Information:
> EventGuide[331] has active as…
-
最新的FMDB 2.7.2 已经把FMDBQueue的`_queue`和`_db`等变量变成私有变量了,`FMDatabaseQueue+Async`的编译会报错。