Сбой приложения в _CTServerConnectionCellMonitorGetCellInfo - PullRequest
2 голосов
/ 13 января 2012

Привет! Я использую код valexa, и приложение вылетает при получении силы сигнала на

эта строка

if (!mach_port || !conn) return;

int count = 0;
_CTServerConnectionCellMonitorGetCellCount(mach_port, conn, &count);

if (count > 0) {
    int i;
    for (i = 0; i < count; i++) 
    {
        CellInfoRef cellinfo;

        _CTServerConnectionCellMonitorGetCellInfo(mach_port, conn, i, &cellinfo);

Я взял код отсюда

https://github.com/valexa/VAFieldTest

...