What steps will reproduce the problem?
1. Compile this:
GDataQueryGoogleHealth *query = [GDataQueryGoogleHealth
healthQueryWithFeedURL:[GDataServiceGoogleHealth
profileFeedURLForProfileID:profileId]];
What is the expected output? What do you see instead?
Expected: no warnings
See Instead: "warning: no '+ healthQueryWithFeedURL:' method found"
Workaround: #import "GDataQueryGoogleHealth.h" manually
Proposed solution: Add
#import "GDataQueryGoogleHealth.h"
to the end of GDataHealth.h
The rest of the new Health classes look great. Thanks!
Original issue reported on code.google.com by fpars...@gmail.com on 10 Feb 2009 at 5:33
Original issue reported on code.google.com by
fpars...@gmail.com
on 10 Feb 2009 at 5:33