raj23shree / google-api-objectivec-client

Automatically exported from code.google.com/p/google-api-objectivec-client
0 stars 0 forks source link

Build error #35

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Please change 

  NSMutableArray *requestIDs = [NSMutableSet setWithCapacity:numberOfQueries];

To

  NSMutableArray *requestIDs = [NSMutableArray arrayWithArray:[[NSMutableSet setWithCapacity:numberOfQueries] allObjects]];

In

  GTLService.m

Original issue reported on code.google.com by fulldec...@gmail.com on 12 Jun 2013 at 1:16

GoogleCodeExporter commented 9 years ago
Thank you for pointing out the issue.

https://code.google.com/p/google-api-objectivec-client/source/detail?r=323

Original comment by grobb...@google.com on 12 Jun 2013 at 8:11