I am trying to use the AudioKit Framework into my Xcode 11 but it is giving me error.

I am trying to use AudioKit framework, latest version into my Xcode 11 but it is not working for me. It is giving me error when I am trying to build my project. I have done "import AudioKit" into my contentView.swift but while building not gives error and says, "No such module AudioKit."

Need urgent assistance.

Thanks in advance.
Very much a newbie at this myself. I'm working from downloaded source files for AudioKit 4.10.1, and struck this problem myself when trying to build the LoopbackRecording demo. Fixed problem by doing two things, but not sure if I actually needed to do both (that's how little I understand about this :) ). First, ran the build_frameworks.sh script, as described in the installation doco. Second, on the xCode General tab for the project, under "Framworks, Libraries and Embedded Content" I changed the "Embed" setting from its default value of "Do not embed" to "Embed & Sign". Once I had performed these two steps, the project compiled. Using xCode 11.6 on Catalina 10.15.6.
I am trying to use the AudioKit Framework into my Xcode 11 but it is giving me error.
 
 
Q