linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linphone-developers] Error compile to archive proyect


From: rbarahona
Subject: [Linphone-developers] Error compile to archive proyect
Date: Mon, 23 Jun 2014 19:46:10 -0400
User-agent: Roundcube Webmail/1.0.0

Hi list, i need your support.

Wen try to compile linphone to upload to appstore return this error

error: implicit conversion loses integer precision: 'NSUInteger' (aka 'unsigned long') to 'int' in the XMLRPCCConnectionManager.m

#pragma mark -

- (NSArray *)activeConnectionIdentifiers {
    return [myConnections allKeys];
}

- (int)numberOfActiveConnections {
    return [myConnections count]; <---- in this line
}

#pragma mark -

Some body know how to resolve, thanks...





reply via email to

[Prev in Thread] Current Thread [Next in Thread]