You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
The text was updated successfully, but these errors were encountered:
Copied from issue on Cocoapods.
Lots of pods use
objc_msgSend
. Compiling these pods with causes the following error message: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.The text was updated successfully, but these errors were encountered: