1

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?

1
  • It might (or might not) be possible, but I prefer to set and configure targets in Xcode. Also I use Interface Builder in Xcode rather than AppCode's terrible version of it. Once set up, I proceed in Xcode.CommentedJun 4, 2017 at 11:59

2 Answers 2

1

This was not possible to do before and I still don´t think AppCode has support to add targets unfortunately. Could not find any information that they support this on their site either. So the answer will be no.

1
  • 1
    I also looked for something but.. I found nothing :/ Thank you.
    – Mr. A
    CommentedJun 4, 2017 at 11:52
1

That is possible in appcode: Open project settings (cmd+;) -> plus button on bottom -> select new target

New target selection

    Start asking to get answers

    Find the answer to your question by asking.

    Ask question

    Explore related questions

    See similar questions with these tags.