bvibber / OGVKit

Ogg and WebM media playback for iOS
MIT License
216 stars 67 forks source link

'skeleton.h' file not found #214

Closed duf1991 closed 4 years ago

duf1991 commented 6 years ago

hi, why your project cannot build success, the reason is 'skeleton.h' file not found, please help me, I will be online for your reason, thank you very much!!

ogg

sasan-soroush commented 5 years ago

no answer?

duf1991 commented 5 years ago

no yet..

oVuTruongGiang commented 5 years ago

@duf1991 If you just want to build Example project:

  1. please clone by using git clone https://github.com/brion/OGVKit (not download zip file)
  2. run git submodule update --init --recursive Why? Because they use submodule to checkout skeleton framework.
  3. Checkout to 'Example' folder and run pod install
  4. Open xcodeworkspace file to use.

you cant import source code manually into your project, use Cocoapods instead.