As per the instructions given on Bluemix site; I installed the Swift SDK
pod use_frameworks!
pod 'BMSSecurity'
and it shows this on my terminal:
Then, when I built the project, I got 36 build errors.
First of which is "no such module as BMSCore
" when I can see that framework imported in the pod and 35 errors related to BMSAnalytics
, which is again framework imported.