x/mobile: gomobile cross-device link error on final .app mv #31836
Labels
help wanted
mobile
Android, iOS, and x/mobile
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes.
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Ran
gomobile build -target ios
.The full command I ran is
env __IPHONEOS__=1 env CGO_CPPFLAGS="-I/usr/local/include/SDL2/ -DSDL_DISABLE_IMMINTRIN_H=1 -DTARGET_OS_IPHONE -D__IPHONEOS__" gomobile build -target=ios/arm -tags static -x -v -bundleid net.kettek.gosdlrender
but this is inconsequential to the reason why the failure occurred.What did you expect to see?
A successful
mv
operation before removal of the$WORK
directory.What did you see instead?
** The
cross-device link
error, as far as I know, has to do with the fact my root partition is on a different filesystem than myUsers
partition -- the root is HFS+ and the Users is ZFS. This should be fixable by issuing a cp command rather than a mv. **The text was updated successfully, but these errors were encountered: