-
-
Notifications
You must be signed in to change notification settings - Fork 196
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
Error: XCLocalSwiftPackageReference is not supported #660
Comments
Thanks for the heads up. I'll release a new version once XcodeProj does. |
XcodeProj just released a new version. 😄 |
PR here: #677 |
PR #677 was closed without merging. Checks failed and before I could figure out why, |
I'm having the same issue (I created a local package to store my own macros), can you please provide an update on this? |
Still not fixed |
is it possible that its not fixed yet? |
hehe, I did that too :) |
Have this issue too. Any updates on this? |
Hi all, I think we just need a new release but I'm not able to create one. Package.resolved in the latest release specifies XcodeProj version 8.15.0. It's 8.16.0 on the master branch and if I'm not mistaken, that's the XcodeProj version that fixes this issue. @ileitch Will you have time to cut a release soon? |
Any updates? |
Fixed in 2.18.0. |
Steps
periphery scan --setup
(or justperiphery scan
)Expectation
Periphery scans the project successfully.
Issue
error: (PBXObjectError) The element XCLocalSwiftPackageReference is not supported.
is logged in the terminal, and the scan is cancelled.This seems to be related to some discussions in #626. Seems to be a feature request for tuist/XcodeProj, and there's already an in-progress PR: tuist/XcodeProj#799
The text was updated successfully, but these errors were encountered: