swiftlyfalling / SQLiteLib

Easily build a custom SQLite static library for use in macOS and iOS frameworks and apps.
MIT License
64 stars 23 forks source link

return code 77 (permission denied) issue #35

Open triple7 opened 5 years ago

triple7 commented 5 years ago

Got the project embedded, sqlite custom in target and linked .a file. I also downloaded the latest sqlite3 zip and replaced the make and related files in the sqlite3 folder of the project. I get several errors, but the one that sticks like a sore thumb is: Amalgamation (1 issue) shell script invocation error Command /bin/sh failed with exit code 77

triple7 commented 5 years ago

Any pointer as to what the problem is? Running on Xcode 10.x public release swift 4.x. I tried running bare as cloned from GitHub and integrated into the project but still no go, same error message