I've developed an application using Apple Swift but when I try to integrate AdColony in my project when I write this line of code in my AppDelegate.swift:
import AdColony
I receive the error: no module available.
How can I solve this issue? I've followed all the steps in the AdColony guide (also integrating the other frameworks).