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

CocoaPods: fails to run #159

Closed
franton opened this issue Mar 30, 2018 · 3 comments
Closed

CocoaPods: fails to run #159

franton opened this issue Mar 30, 2018 · 3 comments

Comments

@franton
Copy link

franton commented Mar 30, 2018

Hi,

As discussed on MacAdmin Slack:

I'm running the CocoaPods pkg recipe. It produces a pkg that installs a client that crashes on run. The error logs show that there's a failure in the Sparkle framework inside the .app bundle.

Further investigation shows that your recipe is setting the .app bundle ownership to root:admin but for some reason the sparkle binary inside has 700 permissions.

drwxr-xr-x@ 5 root admin 160 22 Jan 23:26 . drwxr-xr-x@ 4 root admin 128 30 Mar 17:39 .. drwxr-xr-x@ 38 root admin 1216 30 Mar 17:39 Resources -rwx------@ 1 root admin 487872 22 Jan 23:26 Sparkle drwxr-xr-x@ 3 root admin 96 22 Jan 23:26 _CodeSignature

I've found that the following command will allow the app to run again:

chmod +rx /Applications/CocoaPods.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle

@franton
Copy link
Author

franton commented Mar 30, 2018

This seems to be a Sparkle issue. The CocoaPods developers have been notified here: https://github.com/CocoaPods/CocoaPods-app/issues/394

@homebysix
Copy link
Member

Is this issue still ongoing? I see CocoaPods/CocoaPods-app#394 is still open.

@franton
Copy link
Author

franton commented Jan 20, 2019 via email

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