在 Xcode 11.4 上编译项目时(在以前的 Xcode 项目上构建良好),我收到以下 999+ 个错误(Did clean build 并删除派生数据):
<unknown>:0: error: circular reference
<unknown>:0: error: circular reference
<unknown>:0: note: through reference here
<unknown>:0: error: circular reference
<unknown>:0: error: circular reference
<unknown>:0: note: through reference here
<unknown>:0: note: through reference here
<unknown>:0: error: circular reference
<unknown>:0: note: through reference here
<unknown>:0: error: circular reference
<unknown>:0: error: circular reference
<unknown>:0: note: through reference here
Run Code Online (Sandbox Code Playgroud)
这是 Xcode 11.4 的问题吗?circular reference编译项目时是否可以禁用检查选项?
我开始使用Swift软件包管理器,当我使用https(https://github.com/Alamofire/Alamofire.git)添加存储库时,尝试使用github帐户登录时,地址认证始终会失败
但是,如果我使用git@github.com:Alamofire / Alamofire.git,它将成功添加。我尝试重新生成新的密钥,删除了.ssh目录,但没有任何办法使https工作,并且由于没有提供凭据错误,我仍然获得xcode身份验证失败。我可以在本地使用ssh url,但在CI中,我需要一个带有https的URL。