ARKit code issue {unknown error -1=ffffffffffffffff error: Task failed with exit 1}

妖精的绣舞 提交于 2019-12-06 22:28:28

Try below command:

security set-key-partition-list -S apple-tool:,apple:,codesign: -s -k keychainPass keychainPath
  • keychainPass is your keychain password;
  • keychainPath is the file path of your keychain, normally it is ~/Library/Keychains/login.keychain and login.keychain-db
  • most answers using this command without codesign:, this is the tricky part
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!