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

fix_dynamic_framework_classify_bug #1

Conversation

OneeMe
Copy link
Collaborator

@OneeMe OneeMe commented Feb 10, 2017

一些 pod 是动态库,原有的分类方法没有考虑这种情况

@@ -102,8 +102,14 @@ def parse_object_files(text)
# [100] /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.3.sdk/System/Library/Frameworks//UIKit.framework/UIKit.tbd
# Main
# [ 3] /SomePath/Release-iphoneos/CrashDemo.build/Objects-normal/arm64/AppDelegate.o
# Dynamic Framework
# [9742] /SomePath/Pods/cip-alipay/Classes/AlipaySDK.framework/AlipaySDK
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

露出具体路径了

@OneeMe OneeMe force-pushed the bugfix/fix_dynamic_framework_classify_bug branch from 0ea8465 to 2b0d0d8 Compare February 10, 2017 13:43
@OneeMe OneeMe closed this Feb 10, 2017
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.

2 participants