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

Podspec for 1.0.5 not published #41

Open
chrisvasselli opened this issue Oct 27, 2023 · 4 comments
Open

Podspec for 1.0.5 not published #41

chrisvasselli opened this issue Oct 27, 2023 · 4 comments

Comments

@chrisvasselli
Copy link

Thanks for updating the podspec! Looks like it has not actually been pushed to cocoapods though, which is still showing 1.0.4 as the latest version.

@davbeck
Copy link
Owner

davbeck commented Oct 27, 2023

Ah! It's been too long since I used Cocoapods. I'll have to remind myself how to do that.

Update: I'm having trouble getting pod trunk register to send me an email.

@chrisvasselli
Copy link
Author

Hmm, odd. I worry a bit that Cocoapods is not super well maintained these days 😞

I also noticed when I tried to point to the 1.0.5 tag directly that I was getting some sort of podspec syntax error. Looks like it's having problems with a recent change to how s.resources is specified?

Pre-downloading: `TUSafariActivity` from `git@github.com:davbeck/TUSafariActivity.git`, tag `1.0.5`
/var/folders/ql/n0y05h2d3sn8c5s2djzkmyt80000gn/T/d20231027-95128-tlshwf/TUSafariActivity.podspec:14: warning: One-line pattern matching is experimental, and the behavior may change in future versions of Ruby!
[!] Failed to load 'TUSafariActivity' podspec:
[!] Invalid `TUSafariActivity.podspec` file: TUSafariActivity.

 #  from /var/folders/ql/n0y05h2d3sn8c5s2djzkmyt80000gn/T/d20231027-95128-tlshwf/TUSafariActivity.podspec:14
 #  -------------------------------------------
 #    s.source_files = [ 'Sources/TUSafariActivity.h', 'Sources/TUSafariActivity.m' ]
 >    s.resources = 'TUSafariActivity' => ['Sources/Resources/*']
 #  end
 #  -------------------------------------------

@davbeck
Copy link
Owner

davbeck commented Oct 28, 2023

Yeah I hit that when running pod lib lint and fixed it in a58cd4d.

I think you should be able to point to that specific commit to make it work.

@chrisvasselli
Copy link
Author

Thanks, that worked!

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

2 participants