Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pod install #108

Open
AMBIENTE1 opened this issue Jan 12, 2021 · 3 comments
Open

pod install #108

AMBIENTE1 opened this issue Jan 12, 2021 · 3 comments

Comments

@AMBIENTE1
Copy link

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:

  • BluetoothKit does not specify a Swift version and none of the targets (Pods) integrating it have the SWIFT_VERSION attribute set. Please contact the author or set the SWIFT_VERSION attribute in at least one of the targets that integrate this pod.

[!] 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:
- BluetoothKit (~> 0.4.0)

@zinwalin
Copy link

same here.

@Rebell81
Copy link

Rebell81 commented Jun 21, 2021

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
Copy link
Owner

This should work with newest version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants