Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS swift archive失败 #779

Open
DaQinShgy opened this issue Apr 16, 2021 · 7 comments
Open

iOS swift archive失败 #779

DaQinShgy opened this issue Apr 16, 2021 · 7 comments
Assignees

Comments

@DaQinShgy
Copy link

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失败
image

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

    #if DEBUG
    DoraemonManager.shareInstance().install()
    #endif
@yz--lmy
Copy link

yz--lmy commented Apr 16, 2021

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

@kabda
Copy link
Collaborator

kabda commented Apr 29, 2021

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失败
image

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

    #if DEBUG
    DoraemonManager.shareInstance().install()
    #endif

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

@opleonnn
Copy link

opleonnn commented Jun 2, 2021

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失败
image

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

    #if DEBUG
    DoraemonManager.shareInstance().install()
    #endif

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

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

@opleonnn
Copy link

opleonnn commented Jun 4, 2021

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

@kabda

@DaQinShgy
Copy link
Author

DaQinShgy commented Jun 15, 2021

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失败
image

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

    #if DEBUG
    DoraemonManager.shareInstance().install()
    #endif

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

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

@Zafirzzf
Copy link

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

@QiuYeHong90
Copy link

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants