I am creating a framework in which I need to import some objective-c frameworks, now I need to import "Beaconstac.framework", but since we cannot add the bridge title in the quick development project, so my question is how can I use this structure in my project, it is not available right in my project that I tried
import beaconstac
but his error message "There is no such module"
Is there an alternative for this?
objective-c swift ibeacon beacon
Krishna Verma
source share