Hello,
I would like to know how I can sign a macOS app not developed on Xcode, is it possible to distribute on App Store an app not created on Xcode ?
Thanks in advance
Post
Replies
Boosts
Views
Activity
Hello,
when try to debug assembly code, i am getting the following message:
This version of LLDB has no plugin for the language "assembler". Inspection of frame variables will be limited.
arm64 assembly the code:
.data
.text
.global _area_square
_area_square:
MUL x0, x0, x0
RET
any ideias?
thanks.