Cannot use old NDK (android-ndk-r17c) after Catalina upgrade due to new security

前端 未结 2 865
你的背包
你的背包 2021-02-12 20:34

After upgrading to macOS Catalina, my project won\'t build anymore. This is due to Catalina believing the binaries in \'android-ndk-r17c\' to not be from a trusted developer.

2条回答
  •  余生分开走
    2021-02-12 21:17

    To allow apps downloaded from Anywhere on MacOs Catalana do this:

    sudo spctl --master-disable
    

提交回复
热议问题