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

移除Doraemon依赖于framework,直接依赖于源文件,解决不同打包需求 #49

Closed
wants to merge 1 commit into from

Conversation

xwal
Copy link
Contributor

@xwal xwal commented Feb 13, 2019

Pod中的DoraemonLoadAnalyze.framework没有包含bitcode导致打包失败,现在依赖于源文件

@yixiangboy
Copy link
Contributor

这个framework是一个动态库,不能源码依赖。为了让这段代码执行优先于所有的静态库的load方法。这样才能保证我们可以拦截常规的所有load方法。

@xwal
Copy link
Contributor Author

xwal commented Feb 13, 2019

原来是这样设计的,不好意思,是我鲁莽了。有什么办法能让bitcode编译通过呢,我现在编译让我将这个framework 重新用bitcode编译。

@yixiangboy
Copy link
Contributor

yixiangboy commented Feb 13, 2019

临时方案参考这个:#40
我明天去打一个支持bitcode的framework出来。

@xwal
Copy link
Contributor Author

xwal commented Feb 13, 2019

好的,非常感谢。

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

Successfully merging this pull request may close these issues.

None yet

2 participants