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
clang: error: invalid version number in '-target arm64-apple-ios13.0-macabi'
The text was updated successfully, but these errors were encountered:
seankhliao
changed the title
Error when building for Mac Catalyst
x/mobile: clang: error: invalid version number in '-target arm64-apple-ios13.0-macabi'
Aug 29, 2022
I tried again with your suggestion but now I get the following
cgo: C compiler "2022-09-19" not found: exec: "2022-09-19": executable file not found in $PATH
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
)?Mac OS Monterey 12.4
go env
OutputWhat did you do?
gomobile bind -target=ios,iossimulator,macos,maccatalyst -o My.xcframework .
What did you expect to see?
a library for Mac Catalyst
What did you see instead?
runtime/cgo
clang: error: invalid version number in '-target arm64-apple-ios13.0-macabi'
The text was updated successfully, but these errors were encountered: