Skip to content

Build and use in your iOS project

Tommaso Madonia edited this page Jan 19, 2014 · 7 revisions

Build the framework

  • Clone git repository or download a ZIP archive (and unzip)

  • Open the NMSSH-iOS.xcodeproj project in Xcode

  • Select NMSSH Framework target

Select target

  • Click Product -> Build or ⌘B

  • The framework is located in the NMSSH\Products folder

Locate framework

Use in your project

  • Copy NMSSH.framework into your project

Drag into project

  • Open Build Phases in your project settings and drag NMSSH.framework into the group Link Binary With Libraries

Link framework

  • Then also click the + and add libz.dylib and CFNetwork.framework

Link libz.dylibLink CFNetwork.framework

  • Done!
Clone this wiki locally