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

Plugin is not building in Alcatraz #1

Closed
guillaumealgis opened this issue Jul 12, 2015 · 4 comments
Closed

Plugin is not building in Alcatraz #1

guillaumealgis opened this issue Jul 12, 2015 · 4 comments

Comments

@guillaumealgis
Copy link

This is due to the fact that Alcatraz is looking for a xcodeproj file with the exact same name as the plugin when building.

In this case, the plugin is named ZLCheckFile and the xcodeproj ZLCheckFilePlugin.xcodeproj.
So either rename the plugin with a PR on alcatraz-packages, or rename the xcodeproj to ZLCheckFile.xcodeproj.

@Hs-Yeah
Copy link

Hs-Yeah commented Jul 26, 2015

+1

1 similar comment
@caoer
Copy link

caoer commented Dec 8, 2015

👍

@caoer
Copy link

caoer commented Dec 8, 2015

created a PR for this issue: #2

@guillaumealgis
Copy link
Author

We fixed the way we discover the xcodeproj file in Alcatraz (see alcatraz/Alcatraz#471).

The plugin will install fine with the next release of Alcatraz.

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

3 participants