It is possible to create Swift frameworks (modules) like in XCode: [File] -> [New target] but using AppCode? If I doing this using Xcode all working perfectly but if I try to do this in AppCode (in project settings) then I receive errors like: 'No such module [name]' after import.
What receipt is for this?