Delete files "MySqliteCrudAppSwiftUI.xcworkspace", "Podfile", "Podfile.lock" from dir "MySqliteCrudAppSwiftUI"
From terminal :
$ pod install
$ pod init
in podfile :
pod 'SQLite.swift', '~> 0.12.0'
from terminal in /MySqliteCrudAppSwiftUI dir :
chmod -R 777 MySqliteCrudAppSwiftUI
(and credentials)
or
sudo chmod -R 777 MySqliteCrudAppSwiftUI (and credentials)
