-
Notifications
You must be signed in to change notification settings - Fork 24
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
Comments
Hi @sanhue0302, Can you mention which pods are these or post your |
i am sorry that i use a private pod. so i can't give you a sample |
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. |
in my non-ARC podspec, it has config "requires_arc = false" |
Maybe there should be a flag or use a setting of merged pods
The text was updated successfully, but these errors were encountered: