Giter Club home page Giter Club logo

Comments (3)

x-NR-x avatar x-NR-x commented on July 21, 2024 1

Hi @bensLine,

Thank you for contacting us.
I'm glad to hear you succeeded.

This example is deprecated, it's only kept for the test that are in there.
All sample can be found here:
https://github.com/kaltura/playkit-ios-samples

And regarding the documentation, this is the most updated one (the fist you mentioned):
https://developer.kaltura.com/player/ios/getting-started-ios
Updating all documentation we have is a procedure we are going through daily.

Sorry for any inconvenience.

Thanks,
Nilit

from playkit-ios.

bensLine avatar bensLine commented on July 21, 2024

turned out to be because of a misconfigured pod file. I copied the following from your documentation which is also stated in your Example Podfile

post_install do |installer| 
    installer.pods_project.targets.each do |target| 
        target.build_configurations.each do |config| 
            config.build_settings['ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES'] = 'NO'
 	    if target.name == 'PlayKit'
	           config.build_settings['SWIFT_VERSION'] = '4.0'
	    end
        end 
    end 
end

Without specifing to build PlayKit with config.build_settings['SWIFT_VERSION'] = '4.0' it works. 👍

You might want to go through your documentation and also the links in your Readme, there are several posts and it's not clear to me which one to use. e.g. the following two links provide starting guides with different pod files
https://developer.kaltura.com/player/ios/getting-started-ios
https://vpaas.kaltura.com/documentation/Mobile-Video-Player-SDKs/v3_iOS_QuickStart.html

from playkit-ios.

bensLine avatar bensLine commented on July 21, 2024

Coll, thanks for the clarification Nilit.
Cheers,
Benni

from playkit-ios.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.