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

Switching to use the XcodeprojHelper which ignores Cocoapods and Carthage project files #26

Closed
wants to merge 1 commit into from

Conversation

alpriest
Copy link

@alpriest alpriest commented Feb 5, 2019

Fixes #25

Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this pull request @alpriest, it pointed us in the right direction for fixing this issue. See #27.

# find an xcodeproj (ignoring the Cocoapods one)
xcodeproj_paths = Fastlane::Actions.ignore_cocoapods_path(all_xcodeproj_paths)
# find an xcodeproj (ignoring dependencies)
xcodeproj_paths = Fastlane::Helper::XcodeprojHelper.find(all_xcodeproj_paths)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can directly pass in repo_path to XcodeprojHelper.find. Passing in an array won't work, unfortunately. See #27.

@alpriest
Copy link
Author

Closing this PR as #27 is a better solution.

@alpriest alpriest closed this Feb 21, 2019
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

Successfully merging this pull request may close these issues.

None yet

1 participant