当前位置:   article > 正文

Xcode报错系列--DVTPortal: Service ‘<DVTPortalViewDeveloperService: 0x600000404800; action=‘viewDeveloper

dvtportalviewdeveloperservice
情景

1、使用code_sign_identity打包、导出ipa时,遇到DVTPortal: Service ‘<DVTPortalViewDeveloperService: 0x600000404800; action=‘viewDeveloper’>’ encountered an unexpected result code from the portal (‘1100’)

 /usr/bin/xcodebuild -scheme schemeName \
            -workspace   workspaceName.xcworkspace \
            -configuration ${build_configuration} \
            clean archive \
            -derivedDataPath ${derived_path} \
            -archivePath ${archive_file} \
            -destination "generic/platform=iOS" -quiet
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7

2、或者在命令行访问Xcode的APPLE_ID时,遇到DVTPortal: Service ‘<DVTPortalViewDeveloperService: 0x600000404800; action=‘viewDeveloper’>’ encountered an unexpected result code from the portal (‘1100’)

xcrun xcodebuild -workspace Weibo.xcworkspace -scheme Weibo  -showBuildSettings | grep APPLE_ID
  • 1
原因:xcode登录的apple id 会话过期了
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/繁依Fanyi0/article/detail/334079
推荐阅读
相关标签
  

闽ICP备14008679号