Why does my native arm64 application built using an x86_64 build system fail to be code signed unless I remove the previous executable?

前端 未结 0 909
遇见更好的自我
遇见更好的自我 2020-11-28 05:50

I have a simple C application:

#include 

int main() {
  printf("Hello, world!\\n");
}
<         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题