Compile amazon-freertos-ble-ios-sdk AmazonFreeRTOSDemo problem

Hi,
I’m trying to compile the example app with Xcode 11.3 (also with Xcode 11.6) and got an error.
Showing All Messages

Undefined symbol: OBJC_CLASS$_AWSServiceConfiguration

Undefined symbol: OBJC_CLASS$_AWSEndpoint

I followed the instruction and did pod install in …/Example/AmazonFreeRTOSDemo but it looks like I’m still missing some classes? I’m attaching build log.buildlog.txt.gz (10.9 KB)

Hello @aikudo,

What version of the BLE App are you compiling?

Also, can you try compiling after running pod update?

Hi Carl,
I tried with the latest version. I think last checked is you.

Author: Carl Lundin 53273776+lundinc2@users.noreply.github.com
Date: Mon Jul 20 14:19:09 2020 -0700

Add TravisCI (#15)

* Add travis.yml.
* Add build status badge.

I ran pod update and that fixed it. Thanks!

Happy to hear that aikudo! Sorry for the delay.