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
libproc is not available in the IOS SDK. The build tags on the files could be updated to include the sigar_stub.go and exclude the darwin files to word-around the issue for any projects that use this library.
If this is pursued then the project should add a test that compiles work for
GOOS=darwin GOOS=amd64 go build .
GOOS=darwin GOOS=386 go build .
gomobile build -target=ios .
The README should also be updated to include a note about IOS.
The text was updated successfully, but these errors were encountered:
libproc is not available in the IOS SDK. The build tags on the files could be updated to include the sigar_stub.go and exclude the
darwin
files to word-around the issue for any projects that use this library.If this is pursued then the project should add a test that compiles work for
The README should also be updated to include a note about IOS.
The text was updated successfully, but these errors were encountered: