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
What steps will reproduce the problem?
1. Checkout Revision 416
2. Open GTL.xcodeproj
3. Hit Product -> Build
What is the expected output? What do you see instead?
Build GTL Framework. Compile error
What version of the product are you using? On what operating system?
Revision 416. OS X 10.10
Please provide any additional information below.
Error : The error is
/Users/bruno/Dev/lib/Objective-C/google-api-objectivec-client-read-only/Source/U
tilities/GTLUtilities.m:252:24: 'NSGarbageCollector' is deprecated: first
deprecated in OS X 10.10 - Building Garbage Collected apps is no longer
supported.
Original issue reported on code.google.com by [email protected] on 15 Oct 2014 at 10:37
The text was updated successfully, but these errors were encountered:
As a temporary workaround, you can set the deployment target to 10.9 and it
will compile and run. We may wish to do that until this issue can be
permanently addressed.
Original issue reported on code.google.com by
[email protected]
on 15 Oct 2014 at 10:37The text was updated successfully, but these errors were encountered: