Xcode build upload Error: Outbound access to TCP port 443 and unable to find a MZContentProviderUpload for package. (1041)

只谈情不闲聊 提交于 2019-12-13 04:14:10

问题


Xcode upload error:

The Following issue occurred while distributing your application.


回答1:


I faced same issue, in macOS Mojave (10.14.2) with Xcode 10.1

It seems that Xcode application need to allow for outbound connection

Steps to resolve

  1. System Preference -> Security & privacy -> Firewall
  2. Click on Lock icon & enter admin's credential to unlock it.
  3. Click firewall options
  4. Check "Automatically allow built-in software to receive incoming connection"
  5. Click "+" icon & add Xcode to it. (Make sure that you add correct Xcode version from which you are deploying build).



来源:https://stackoverflow.com/questions/51540054/xcode-build-upload-error-outbound-access-to-tcp-port-443-and-unable-to-find-a-m

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!