Hello, I am trying to setup a now ios project using playkit but I am not able to. I have tried using the https://github.com/kaltura/playkit-ios-samples/ but its freezes on cloning ‘https://github.com/CocoaPods/Specs.git’.
I have tried to setup a new project and install the playkit library when i try to compile i get the following error:
Showing Recent Messages
Directory not found for option ‘-F/Users/jeffreydozva/Library/Developer/Xcode/DerivedData/jeff-ddjmwmgdonyqhbeqzbippsuailmn/Build/Products/Debug-iphonesimulator/XCGLogger’
Showing Recent Messages
Framework not found KalturaNetKit
this is my pod file
`
Uncomment the next line to define a global platform for your project
platform :ios, ‘9.0’
ENV[‘SWIFT_VERSION’] = ‘4’
target ‘jeff’ do
Comment the next line if you don’t want to use dynamic frameworks
use_frameworks!
Pods for jeff
pod “PlayKit”
pod ‘KalturaNetKit’
pod “PlayKitProviders”
target ‘jeffTests’ do
inherit! :search_paths
# Pods for testing
end
target ‘jeffUITests’ do
# Pods for testing
end
end
`