anyone know which section of the messagee xcode project i need to modify to test my usergrid stack? i have modified my UGClient.m as follows m_appID = @"myappid"; m_orgID = @''myorgID"; m_baseURL = @"http://myserverip:8080";
i keep getting login failed. i think it is still pointing to the api.usergrid.org but i cant for the life of me figure out where it is located in the xcode proj
