This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
make release-android BUILD_TYPE=pr | |
make shell TARGET=android | |
script/sign-android.sh result/app-pr-unisgned.apk | |
adb install result/app-pr-signed.apk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# github.com/rjeczalik/notify | |
cgo-gcc-prolog:217:2: warning: 'FSEventStreamScheduleWithRunLoop' is deprecated: first deprecated in macOS 13.0 - Use FSEventStreamSetDispatchQueue instead. [-Wdeprecated-declarations] | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/FSEvents.framework/Headers/FSEvents.h:1138:1: note: 'FSEventStreamScheduleWithRunLoop' has been explicitly marked deprecated here | |
# github.com/status-im/status-go/protocol.test | |
/Users/siddarthkumar/go/go1.18.8/pkg/tool/darwin_arm64/link: running clang++ failed: exit status 1 | |
duplicate symbol '_sqlite3_stmt_busy' in: | |
/var/folders/l_/tv00b78s5mx52jfwrydg41qm0000gn/T/go-link-4058080301/000035.o | |
/var/folders/l_/tv00b78s5mx52jfwrydg41qm0000gn/T/go-link-4058080301/000090.o | |
duplicate symbol '_sqlite3_mutex_try' in: | |
/var/folders/l_/tv00b78s5mx52jfwrydg41qm0000gn/T/go-link-4058080301/000035.o |