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

I cannot get this pod installed on Catalina OSX 10.15.7 #5

Open
RobertVoorn1977 opened this issue Jun 23, 2022 · 0 comments
Open

I cannot get this pod installed on Catalina OSX 10.15.7 #5

RobertVoorn1977 opened this issue Jun 23, 2022 · 0 comments

Comments

@RobertVoorn1977
Copy link

RobertVoorn1977 commented Jun 23, 2022

When I do a pod install, I get the following error:

[!] The platform of the target Tapo (macOS 10.15) is not compatible with RSASwiftGenerator (1.0.5), which does not support macOS.

[!] Automatically assigning platform macOS with version 10.15 on target Tapo because no platform was specified. Please specify a platform for this target in your Podfile. See https://guides.cocoapods.org/syntax/podfile.html#platform.

I am using Xcode version 12.4 and Swift 4.0 and the project format is set to ''Xcode 9.3-compatible".

I am not very familiar with Xcode development, or swift, so I am probably doing something stupid wrong. I just want to make sure it should be possible to install this CocoaPod on this configuration before putting a lot of effort on getting this to work for me.

The podfile has the following content:

#Uncomment the next line to define a global platform for your project
platform :osx, '10.15.7'

target 'Tapo' do
  #Comment the next line if you don't want to use dynamic frameworks
  use_frameworks!

  #Pods for Tapo
	    pod 'RSASwiftGenerator'

end
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

1 participant