Too many arguments to function call, expected 0, have 3

后端 未结 11 1448
情话喂你
情话喂你 2020-12-12 18:55

This compiles/works fine with Xcode 5, but causes a compile error with Xcode 6 Beta 4:

objc_msgSend(anItem.callback_object,
NSSelectorFrom         


        
11条回答
  •  醉酒成梦
    2020-12-12 19:27

    This could also be caused by running pod install using Cocoapods 0.36.beta.2. I have reported the issue to CocoaPods. "Workaround" by using CocoaPods 0.35

提交回复
热议问题