google / eDistantObject

eDistantObject (eDO) - Remote invocation library for iOS
Apache License 2.0
174 stars 36 forks source link

Fix variadic methods breakage on device tests. #264

Closed copybara-service[bot] closed 1 year ago

copybara-service[bot] commented 1 year ago

Fix variadic methods breakage on device tests.

NSInvocation doesn't support variadic methods. Previously it still accepts the first argument but it breaks on physical device. For +arrayWithObjects: eDO will continue prints warnings and switch to +arrayWithObject: to mitigate the problem.