stephencelis / SQLite.swift

A type-safe, Swift-language layer over SQLite3.
MIT License
9.57k stars 1.54k forks source link

Compiling Error #1127

Closed haafgre closed 2 years ago

haafgre commented 2 years ago

Application was working well with the SQLite being used, and now it crashes after xCode had recent update 13.3.1. Any possible solutions?

{Cycle in dependencies between targets 'Capstone' and 'SQLite iOS'; building could produce unreliable results. This usually can be resolved by moving the target's Headers build phase before Compile Sources. Cycle path: Capstone → SQLite iOS → Capstone Cycle details:... }

Screen Shot 2022-04-22 at 7 53 01 PM
haafgre commented 2 years ago

NVM! Fixed it!