As of iOS 13.3.1, apps installed with free developer accounts that contain embedded frameworks fail to launch. To work around this, we now link all dependencies via Cocoapods as static libraries.
7 lines
152 B
Objective-C
7 lines
152 B
Objective-C
@import Foundation;
|
|
|
|
FOUNDATION_EXPORT double SQLiteVersionNumber;
|
|
FOUNDATION_EXPORT const unsigned char SQLiteVersionString[];
|
|
|
|
#import "SQLiteObjc.h"
|