ios-parse-titanium-module icon indicating copy to clipboard operation
ios-parse-titanium-module copied to clipboard

Compile error with 3.4.0.GA

Open nitrag opened this issue 11 years ago • 1 comments
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 **

nitrag avatar Oct 21 '14 04:10 nitrag

Not sure what I did but when I retried to compile it went successfully. PLEASE CLOSE

nitrag avatar Oct 27 '14 00:10 nitrag