fix(ci): add -tags ios to gomobile bind for iOS build

This commit is contained in:
zarzet
2026-01-31 15:34:34 +07:00
parent 3c75f9ecc6
commit 29699117dc

View File

@@ -194,7 +194,7 @@ jobs:
working-directory: go_backend
run: |
mkdir -p ../ios/Frameworks
gomobile bind -target=ios -o ../ios/Frameworks/Gobackend.xcframework .
gomobile bind -target=ios -tags ios -o ../ios/Frameworks/Gobackend.xcframework .
env:
CGO_ENABLED: 1