Apple rejected iOS application when i deploy it with framework builded by gomobile. I try update gomobile to last version, but it doesnt help.
Reason: ITMS-90338: Non-public API usage - The app references non-public symbols in Application: _ptrace.
Note:
- Xcode Version 12.2
- iOS 14.2, Target iOS 14.0
- gomobile version +32b2708
- go version 1.12.5
How to disable _ptrace symbol in gomobile framework for passed Apple revision?