Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 568 Bytes

File metadata and controls

17 lines (9 loc) · 568 Bytes

How To Install Asset Import Kit

  1. Open AssetImport.xcworkspace.

First Step

  1. Choose AssetImportKit-iOS build scheme and Generic Device as destination. Press command-B to buld the framework.

Second Step

  1. Go to AssetImportKit/Products, right-click the AssetImportKit.framework and choose Show in Finder.

Third Step

  1. Now you got the framework! You are free to include it into your iOS application by adding it to the Embedded Binaries.

Forth Step