You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OK, the issue actually persists.
The app builds and installs when it is already installed previously on the device. But it won't build or install on simulator.
Error when building a project, which was building fine last week with the same project and Podfile settings:
'sqlite3.h' file not found
1. In file included from /project/Pods/SQLite.swift/Sources/SQLiteObjc/SQLite-Bridging.m:26:
Build Information
General guidelines
Podfile:
pod 'SQLite.swift'
pod 'YapDatabase/SQLCipher'
I tried adding sqlite3 to Podfile, tried updating and reverting SQLite.swift between 0.12.0 and 0.12.2, but it won't help.
The text was updated successfully, but these errors were encountered: