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

Some pods are not use ARC #12

Open
sanhue0302 opened this issue Nov 11, 2019 · 4 comments
Open

Some pods are not use ARC #12

sanhue0302 opened this issue Nov 11, 2019 · 4 comments

Comments

@sanhue0302
Copy link

Maybe there should be a flag or use a setting of merged pods

@biocross
Copy link

Hi @sanhue0302,

Can you mention which pods are these or post your MergeFile? If a pod doesn't use ARC, it'll not merge with pods that do use ARC. The whole group will have to not use ARC to be merged successfully.

@sanhue0302
Copy link
Author

i am sorry that i use a private pod. so i can't give you a sample
i thought when a pod that not use ARC is in a group, the framework should not use ARC
but it is ARC now.

@biocross
Copy link

biocross commented Dec 5, 2019

That's not possible, since either all of the pods in a group have to use ARC, or they don't. A merged frameworks with mixed ARC and non ARC pods will fail to compile.

@sanhue0302
Copy link
Author

in my non-ARC podspec, it has config "requires_arc = false"
and it will work in pods project
Is it possible using same mechanism on this plugins?

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

2 participants