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

Xcode 6 + Cocoapods 0.36.0.beta.1: Too many arguments to function call, expected 0, have 2; Enable Strict Checking of objc_msgSend Calls should be set to NO #311

Closed
fatuhoku opened this issue Jan 22, 2015 · 2 comments

Comments

@fatuhoku
Copy link
Contributor

Copied from issue on Cocoapods.


Lots of pods use objc_msgSend. Compiling these pods with causes the following error message:

.../Pods/Typhoon/Source/Factory/Block/TyphoonAssemblyDefinitionBuilder.m:198:29: Too many arguments to function call, expected 0, have 2

Is there a sensible way to avoid this problem for all of your pods the maintainers each patch it? Perhaps there should be a directive in the Podfile that lets the user turn off the Strict Checking option in Xcode.

screen shot 2015-01-21 at 22 26 55

@jasperblues
Copy link
Member

PR #305 should have addressed all these. Still having a problem?

@fatuhoku
Copy link
Contributor Author

Ah. No — I don't use master, so I haven't got the fix yet. Thanks.

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