stephencelis / SQLite.swift

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

No such module 'SQLite' for Gitlab CI/CD #954

Closed vadimux closed 5 years ago

vadimux commented 5 years ago

I use SQLite.swift (0.12.2) with my iOS project. Today I set CI/CD with Gitlab and when I use _archiveproject job at Gitlab, every time I get issue like as on screenshot: Screen Shot 2019-09-12 at 12 13 06 but when I create archive (or build) with Xcode - there are no any issues at all. Could you share may be additional settings for this framework or may be for Gitlab CI/CD?