After following the installation instructions here: https://github.com/stephencelis/SQLite.swift
i get following error on building the project:
unextended-module.modulemap
Header not found:
'/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/sqlite3.h'
The issue seems to be that my Xcode is in directory Xcode-beta.app. I tried changing the path in above file, to /Applications/Xcode-beta.app/Contents/... but the file seems to get overwritten automatically on build.'
How do i resolve this?