-
Notifications
You must be signed in to change notification settings - Fork 2.7k
pod lib lint is broken #12664
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
Comments
I can confirm this issue is breaking CI on a number of apps. Targeting a previous version of CocoaPods does not appear to resolve the issue. |
Pin xcodeproj to earlier version in Gemfile: Also, you can remove Gemfile.lock from .gitignore to avoid errors with updated dependencies in future. |
Thanks, @m6vrm for pointing out the bug in gem |
when will resolve this issue? |
use cocoapods 1.16.0 |
1.16.0 fixes the headers issue, but the sandbox issue remains. Repro case: https://github.com/kstenerud/cocoapods-framework-issue Steps to reproduce:
Output
DiscussionThis error occurs because the |
I'm also facing exactly same issue |
Same issue here with ENABLE_USER_SCRIPT_SANDBOXING... Adding this in podspec works as a workaround for this issue
|
Thanks @avelino-rodrigues This worked for me as a workaround. |
@kstenerud thank you for the report and the example project with the easy repro. I've put up a PR and will get out a patch release as soon as I can. |
did this go to home-brew not seeing this version available |
Report
What did you do?
pod lib lint
on a fresh, very basic framework project.What did you expect to happen?
Successful linting
What happened instead?
It fails with various errors, such as:
//privateTarget Support Files/MyFramework/MyFramework-umbrella.h:13:9: error: double-quoted include "MyFramework.h" in framework header, expected angle-bracketed instead
Sandbox: rsync.samba(44452) deny(1) file-write-create /Users/karl.stenerud/Library/Developer/Xcode/DerivedData/App-gnevzkrtpocjzeduklkdbvflsxod/Build/Products/Release-iphonesimulator/App.app/Frameworks/MyFramework.framework/_CodeSignature (in target 'App' from project 'App')
CocoaPods Environment
Stack
Installation Source
Plugins
Project that demonstrates the issue
https://github.com/kstenerud/cocoapods-framework-issue
The text was updated successfully, but these errors were encountered: