-
Notifications
You must be signed in to change notification settings - Fork 43
New mobile framework accessing internal iOS API: _ptrace #609
Comments
Interesting... if I build the framework locally, grep searching for |
However, this has been a dependency for awhile. Something about the build in CI is causing these API calls to be included... still poking... |
More info: https://golang.org/doc/go1.12#darwin
|
Current theory is that this has nothing to do with go@1.12, but instead to do with the way I was evaluating the LD flags in CI. Basically, incorrect usage of
Must be an issue with google's git server... |
Ok, nvm. go@1.12 is the culprit. I'm going to force 11.5 on the build machine for now. |
Reverted CI to go@1.11.5. I can confirm |
just reopening this as we've moved to 1.12 and hit the same issue. |
Poking at this now. |
So far:
The farthest I've gotten so far is being stuck at a go1.12 requirement of
|
|
PR w/ custom builds was merged: #804. I'll leave this open until we can verify Apple is happy. |
Apple doesn't like something that happened in here:
v1.0.0-rc44...v1.0.0-rc45
The text was updated successfully, but these errors were encountered: