DoKit icon indicating copy to clipboard operation
DoKit copied to clipboard

iOS swift archive失败

Open DaQinShgy opened this issue 4 years ago • 7 comments

It is recommended to refer to the following process before submitting issues:https://github.com/didi/DoraemonKit/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社区答疑流程:https://github.com/didi/DoraemonKit/issues/745 假如还是无法解决你的问题,你可以按照以下模板来提交你的issue

请补充如下信息。

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

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

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

DaQinShgy avatar Apr 16 '21 01:04 DaQinShgy

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

yz--lmy avatar Apr 16 '21 05:04 yz--lmy

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 地址,我们会及时跟进解决

kabda avatar Apr 29 '21 13:04 kabda

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 avatar Jun 02 '21 03:06 opleonnn

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

@kabda

opleonnn avatar Jun 04 '21 06:06 opleonnn

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,希望一并解决,谢谢。

DaQinShgy avatar Jun 15 '21 09:06 DaQinShgy

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

Zafirzzf avatar Aug 19 '21 07:08 Zafirzzf

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

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

QiuYeHong90 avatar Aug 27 '21 10:08 QiuYeHong90