rhummelmose / BluetoothKit

Easily communicate between iOS/OSX devices using BLE
Other
2.27k stars 267 forks source link

pod install #108

Open AMBIENTE1 opened 3 years ago

AMBIENTE1 commented 3 years ago

my Podfile: source 'https://github.com/CocoaPods/Specs.git' platform :ios, '10.0' use_frameworks!

pod 'BluetoothKit', '~> 0.4.0'

Installing BluetoothKit (0.4.0) [!] Unable to determine Swift version for the following pods:

[!] The abstract target Pods is not inherited by a concrete target, so the following dependencies won't make it into any targets in your project:

zinwalin commented 3 years ago

same here.

Sharkboy-j commented 3 years ago
ENV['SWIFT_VERSION'] = '5'
source 'https://github.com/CocoaPods/Specs.git'
platform :osx, '10.10'
target 'Nine.CLP' do
use_frameworks!

pod 'BluetoothKit'

end
    post_install do |installer|
        installer.pods_project.targets.each do |target|
            target.build_configurations.each do |config|
                config.build_settings['SWIFT_VERSION'] = '5.0'
            end
        end
    end
rhummelmose commented 3 years ago

This should work with newest version