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
Hi, sqlite3 keeps failing on CI env, its working fine locally. Here is the log in the pod install step:
00:14:57 Installing sqlite3 (3.45.3+1)
00:15:04 [!] /bin/bash -c
00:15:04 set -e
00:15:04 cd sqlite-src-3450300
00:15:04 ./configure
00:15:04 make sqlite3.c sqlite3.h sqlite3ext.h
00:15:04
00:15:04 checking build system type... x86_64-apple-darwin22.6.0
00:15:04 checking host system type... x86_64-apple-darwin22.6.0
00:15:04 checking for gcc... gcc
00:15:04 checking whether the C compiler works... yes
00:15:04 checking for C compiler default output file name... a.out
00:15:04 checking for suffix of executables...
00:15:04 checking whether we are cross compiling...
00:15:04 configure: error: in `/Users/CIUser/Library/Caches/CocoaPods/Pods/Release/sqlite3/3.45.3+1-02d1f/sqlite-src-3450300':
00:15:04 configure: error: cannot run C compiled programs.
00:15:04 If you meant to cross compile, use `--host'.
The text was updated successfully, but these errors were encountered:
Hi, sqlite3 keeps failing on CI env, its working fine locally. Here is the log in the pod install step:
The text was updated successfully, but these errors were encountered: