How to use frameworks like the one in the Markup tutorial?

https://www.raywenderlich.com/5037284-catalyst-tutorial-running-ipad-apps-on-macos#toc-anchor-001

There’s a link to a really cool tutorial, and the example app is awesome on it’s own merits, besides being able to possibly learn something. Markup teaches how to support macOS with your iOS App. Currently, I’m stuck trying to figure out how to import the framework into an existing app.

I searched “Markup” & “Framework”, but that didn’t help much.

@javelin Thanks very much for your question!

Two common ways of include external frameworks into projects is using either Cocoapods, and the other is Carthage. If you search for the project on the Cocoapods website, https://cocoapods.org/, and search for Markup, you should be able to find the framework. If you find it, then including the framework into your project is easy, and you simply need to follow a basic tutorial on using Cocoapods.

If you happen to find a Cocoapod for Markup, and you also find out that there is a git repository for it as well, then you can incorporate it into your app natively using Xcode’s package manager which makes it very seamless, and easy.

I hope this helps!

All the best.

@javelin Do you still have issues with this?

This topic was automatically closed after 166 days. New replies are no longer allowed.