Keemotion / TS2MP4

TS2MP4 allow you to convert TS files to MP4 files on your iDevice.
Other
107 stars 28 forks source link

'system' is unavailable: not available on iOS #13

Closed ghost closed 6 years ago

ghost commented 6 years ago
valerianb commented 6 years ago

Indeed, the last published version of the pod has this issue.

Please look at the solution provided on issue #12

Thanks

ghost commented 6 years ago

Hello @valerianb , GPAC4iOS version still is 0.2.1 from CoCoaPod (isn't 0.2.2)

valerianb commented 6 years ago

Yes, that's why you should follow these instructions in the meantime:

you can check out both TS2MP4 and GPAC4iOS projects and use them this way:

pod 'GPAC4iOS', :path => '/path/to/project/GPAC4iOS'
pod 'TS2MP4', :path => '/path/to/project/TS2MP4'

In your local TS2MP4 checkout, comment line 28:

#s.dependency 'GPAC4iOS', '0.2.2'