You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open the Xcode Project File.
File > New > Target > Cocoa Touch Framework
If you don't need Obj-C support remove the <target_name>.h files in the navigator.
Step 4
Go in Finder and drag & drop the sources from Packages/Hero/Sources into your project and add it to the Hero target.
Step 5
Link your Project to the Hero dependency. Select your main target and add the CocoaTouchFramework to the Linked Frameworks and Libraries in the General Tab.