We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2e957e commit c246bbfCopy full SHA for c246bbf
openlist-lib/scripts/gobind_ios.sh
@@ -122,6 +122,7 @@ else
122
# Build for iOS with more verbose output
123
echo "Starting iOS build from module root..."
124
echo "CGO_ENABLED: $CGO_ENABLED"
125
+ gomobile init
126
gomobile bind -ldflags "-s -w" -v -target="ios" ./openlistlib 2>&1 | tee ios_build.log || {
127
echo "Error: gomobile bind failed"
128
echo "Build log:"
0 commit comments