I'm trying to use my hackintosh to build Flutter apps for iOS.
I've got to the point where I've managed to get my iPhone registered with xcode and provisioning set up.
I can also build, install, and launch my app on my phone.
However, for some reason, I get this error after it's launched:
OS Error: Operation not supported on socket, errno = 102
And the VS Code debugger fails to attach (but XCode doesn't).
Is this some known issue on hackintoshes? I believe attaching to the Dart VM debugger happens over the loopback network but I can't imagine there's much issue on a loopback virtual network?
Honestly, I have no idea if this is a hackintosh related issue, but I don't have a real apple machine to try it and find out. I've also exhausted my usual other things to try.
[link] [comments]
Post a Comment