-
Notifications
You must be signed in to change notification settings - Fork 227
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
duplicate symbol _OBJC_CLASS_$_PodsDummy_Pods_packager #154
Comments
See this #155
|
same issue +1 |
v1.5.0 same issue +1 |
Fixed by appending |
@xwang-phunware awesome! thx a lot! |
@xwang-phunware It works! You save my day ! |
Sorry for the noob question, but... appending where? |
how to fixed it? |
modify podspec: s.pod_target_xcconfig = { 'EXCLUDED_SOURCE_FILE_NAMES' => '-dummy.m'} package again,it works for me. |
I tried to use the latest
cocoapods-packager
v1.4.0
to generateAAA.framework
andBBB.framework
, and someone import both of those two frameworks got the following error:Then I downgrade the
cocoapods-packager
tov1.3.0
and I still got the similar issue, the only difference is that the duplicate symbol changes, it's like:Looks like the pods dummy file name is constant instead of project name related. By the way, I tried to work with
cocoapods
v0.39.0 and v1.0.1
.The text was updated successfully, but these errors were encountered: