DoKit iOS swift archive失败

e5njpo68  于 2023-03-19  发布在  iOS
关注(0)|答案(7)|浏览(344)

It is recommended to refer to the following process before submitting issues: #745
If you still cannot solve your problem, you can submit your issue according to the following template

Please complete the following informations.
Android、iOS? OS version? Brand?
Expected behavior and actual behavior.
Steps to reproduce the problem.
More informations such as error messages and stack traces are welcomed.

建议提issues之前可以参考一下DoKit社区答疑流程: #745
假如还是无法解决你的问题,你可以按照以下模板来提交你的issue

请补充如下信息。
Android 还是 iOS?系统版本是多少?手机品牌是什么?(如有)
iOS
期望的表现和实际的表现。(如有)
期望:archive成功
实际:archive失败

问题重现的步骤。(如有)
其他的错误信息和堆栈信息如果有也可以一并提供出来。(如有)
pod:

appdelegate:
#if DEBUG
import DoraemonKit
#endif

  1. #if DEBUG
  2. DoraemonManager.shareInstance().install()
  3. #endif
qgzx9mmu

qgzx9mmu1#

也遇到这个问题了,可以跑真机,但是打包就报这个错

hlswsv35

hlswsv352#

It is recommended to refer to the following process before submitting issues: #745
If you still cannot solve your problem, you can submit your issue according to the following template

Please complete the following informations.
Android、iOS? OS version? Brand?
Expected behavior and actual behavior.
Steps to reproduce the problem.
More informations such as error messages and stack traces are welcomed.

建议提issues之前可以参考一下DoKit社区答疑流程: #745
假如还是无法解决你的问题,你可以按照以下模板来提交你的issue

请补充如下信息。
Android 还是 iOS?系统版本是多少?手机品牌是什么?(如有)
iOS
期望的表现和实际的表现。(如有)
期望:archive成功
实际:archive失败

问题重现的步骤。(如有)
其他的错误信息和堆栈信息如果有也可以一并提供出来。(如有)
pod:

appdelegate:
#if DEBUG
import DoraemonKit
#endif

  1. #if DEBUG
  2. DoraemonManager.shareInstance().install()
  3. #endif

请问是否可以提交一个可以复现问题的demo到您的个人github上,并回复一下 git 地址,我们会及时跟进解决

展开查看全部
gg58donl

gg58donl3#

It is recommended to refer to the following process before submitting issues: #745
If you still cannot solve your problem, you can submit your issue according to the following template
Please complete the following informations.
Android、iOS? OS version? Brand?
Expected behavior and actual behavior.
Steps to reproduce the problem.
More informations such as error messages and stack traces are welcomed.

建议提issues之前可以参考一下DoKit社区答疑流程: #745
假如还是无法解决你的问题,你可以按照以下模板来提交你的issue
请补充如下信息。

Android 还是 iOS?系统版本是多少?手机品牌是什么?(如有)
iOS
期望的表现和实际的表现。(如有)
期望:archive成功
实际:archive失败

问题重现的步骤。(如有)
其他的错误信息和堆栈信息如果有也可以一并提供出来。(如有)
pod:

appdelegate:
#if DEBUG
import DoraemonKit
#endif

  1. #if DEBUG
  2. DoraemonManager.shareInstance().install()
  3. #endif

请问是否可以提交一个可以复现问题的demo到您的个人github上,并回复一下 git 地址,我们会及时跟进解决

一个空工程 pod 集成 DoKit 即可复现。注释掉这个库可以 archive 成功
pod 'DoraemonKit/WithLoad', :configurations => ['Debug'] #可选

展开查看全部
n53p2ov0

n53p2ov04#

一个空工程 pod 集成 DoKit 即可复现。注释掉这个库可以 archive 成功
pod 'DoraemonKit/WithLoad', :configurations => ['Debug'] #可选

@kabda

ebdffaop

ebdffaop5#

It is recommended to refer to the following process before submitting issues: #745
If you still cannot solve your problem, you can submit your issue according to the following template
Please complete the following informations.
Android、iOS? OS version? Brand?
Expected behavior and actual behavior.
Steps to reproduce the problem.
More informations such as error messages and stack traces are welcomed.

建议提issues之前可以参考一下DoKit社区答疑流程: #745
假如还是无法解决你的问题,你可以按照以下模板来提交你的issue
请补充如下信息。

Android 还是 iOS?系统版本是多少?手机品牌是什么?(如有)
iOS
期望的表现和实际的表现。(如有)
期望:archive成功
实际:archive失败

问题重现的步骤。(如有)
其他的错误信息和堆栈信息如果有也可以一并提供出来。(如有)
pod:

appdelegate:
#if DEBUG
import DoraemonKit
#endif

  1. #if DEBUG
  2. DoraemonManager.shareInstance().install()
  3. #endif

请问是否可以提交一个可以复现问题的demo到您的个人github上,并回复一下 git 地址,我们会及时跟进解决

deme地址: https://github.com/DaQinShgy/NBA-Project
并且项目启动后没有dokit入口icon,希望一并解决,谢谢。

展开查看全部
wztqucjr

wztqucjr6#

我也遇到这个问题了 目前还没有解决办法么? OC的就没有问题?

e7arh2l6

e7arh2l67#

  1. # 耗时检测
  2. # pod 'DoraemonKit/WithLoad', '~> 3.0.4' , :configurations => ['Debug'] #可选

注释掉,耗时检测不用他可以打包咯

相关问题