to incompatible type Warning:[CargoBayProductRequestDelegate registerDelegate:delegate];
meigesir opened this issue · 1 comments
meigesir commented
CargoBay/CargoBay.m:701:54:
warning: Sending '__strong id<SKProductsRequestDelegate>' to parameter of incompatible type 'CargoBayProductRequestDelegate *'
mattt commented
I was unable to reproduce this with any of the available build warnings in Xcode 6.1.1. An argument of type id
should not be interpreted as an incompatible type.