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. Commented Jun 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.

Sign up to request clarification or add additional context in comments.

1 Comment

I also looked for something but.. I found nothing :/ Thank you.
1

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

New target selection

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.