Hello,
We tried including OtaHttpClient.h to make http requests. However, when calling methods (e.g HttpClient_Connect), we get unresolved symbol errors.
.
int16_t sockId = HttpClient_Connect(NULL, 0, 5000, 0, NULL, 0);
We also added the path to the File Search Path in the project properties.
Are there any other steps we need to take to ensure linking occurs properly?
Below is our project code (with network info redacted). We are using SDK version 6.10.0.05 because we work as a group with both Mac & Windows users and we can't find a Mac version of the latest SDK.
httpget_CC3235S_LAUNCHXL_tirtos7_ticlang (2).zip
Thank you in advance.