You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running fine on a local machine, but failing while generating an iOS build using the Github Actions workflow.
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':shared:podInstallSyntheticIos'.
> Executing of 'env pod install' failed with code 1 and message:
Analyzing dependencies
Adding spec repo `trunk` with CDN `https://cdn.cocoapods.org`/
Downloading dependencies
Installing SQLCipher (4.5.5)
[!] /bin/bash -c
set -e
./configure --enable-tempstore=yes --with-crypto-lib=commoncrypto CFLAGS="-DSQLITE_HAS_CODEC -DSQLITE_TEMP_STORE=2 -DSQLITE_SOUNDEX -DSQLITE_THREADSAFE -DSQLITE_ENABLE_RTREE -DSQLITE_ENABLE_STAT3 -DSQLITE_ENABLE_STAT4 -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_MEMORY_MANAGEMENT -DSQLITE_ENABLE_LOAD_EXTENSION -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS4 -DSQLITE_ENABLE_FTS4_UNICODE61 -DSQLITE_ENABLE_JSON1 -DSQLITE_ENABLE_FTS5 -DHAVE_USLEEP=1 -DSQLITE_MAX_VARIABLE_NUMBER=99999"; make sqlite3.c
checking build system type... x86_64-apple-darwin21.6.0
checking host system type... x86_64-apple-darwin21.6.0
checking how to print strings... printf
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling...
configure: error: in `/Users/runner/Library/Caches/CocoaPods/Pods/Release/SQLCipher/4.5.5-f2e96':
configure: error: cannot run C compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details
Running fine on a local machine, but failing while generating an iOS build using the Github Actions workflow.
Asked for help in SQLCipher repo: sqlcipher/sqlcipher#502
The text was updated successfully, but these errors were encountered: