I would like to add the iOS AWS framework, specifically S3 functionality, to a Mobile Substrate tweak that I am building. Unfortunately, I can't for the life of me figure out how to make it work. I have tried adding the following to my Makefile without any success:
xxxxx_CFLAGS += -I./External/
OR
xxxxx_LDFLAGS += -l./External/AWSS3.framework
The frameworks, Core and S3 are located in ./External directory. Whatever I try I always get the following error:
fatal error: 'AWSS3/AWSS3.h' file not found
Any assistance is greatly appreciated. Thanks!