-
Notifications
You must be signed in to change notification settings - Fork 7
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
Comments
+1 |
1 similar comment
👍 |
created a PR for this issue: #2 |
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
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 xcodeprojZLCheckFilePlugin.xcodeproj
.So either rename the plugin with a PR on alcatraz-packages, or rename the xcodeproj to
ZLCheckFile.xcodeproj
.The text was updated successfully, but these errors were encountered: