-
Notifications
You must be signed in to change notification settings - Fork 70
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
Unexpected 'Pods.xcodeproj' is kept shown after 'pod binary prebuild' #56
Comments
Actually, the As for improvements, we'll try to intercept the workspace generation and exclude this xcodeproj. |
Thanks for the comment. Yeah it has no bad effect on our workspace as you said. But we're using It'll be glad to exclude the |
The issue has been fixed in e29c42c. Kindly check this out. You probably need to remove the xcworkspace (once) prior to running the CLI again. |
fix grab#56: skip integrating targets for prebuild installer
@trinhngocthuyen Thanks for the patch!! 🙏 |
And it works! |
Included in 0.1.13 |
Checklist
Issue Description
Command executed
What went wrong?
I recently migrated my project's cocoapods-binary from leavez/cocoapods-binary to this, and I found some weird issue after migration. After
pod binary prebuild
, UnexpectedPods.xcodeproj
is seems to be created to myxcworkspace
like below.It says the path is
_Prebuild/Pods.xcodeproj
but there are onlyGeneratedFrameworks
folder andManifest.lock
file 🤔 (The path of right Pods.xcodeproj isPods/Pods.xcodeproj
as I expected)How can I handle this issue not to create this unwanted
Pods.xcodeproj
? Thanks! :)Environment
Plugin version
Installed CocoaPods plugins
The text was updated successfully, but these errors were encountered: