ios-parse-titanium-module
ios-parse-titanium-module copied to clipboard
Compile error with 3.4.0.GA
trafficstars
Something to do with string for Push
parsemodule/ParseSingleton.m:570:49: warning:
incompatible pointer types sending 'NSString *' to parameter of type
'NSData *' [-Wincompatible-pointer-types]
[currentInstallation setDeviceTokenFromData:deviceToken];
..........
PFInstallation.h:61:42: note:
passing argument to parameter 'deviceTokenData' here
- (void)setDeviceTokenFromData:(NSData *)deviceTokenData; ^ 1 warning generated.
** BUILD FAILED **
Not sure what I did but when I retried to compile it went successfully. PLEASE CLOSE