MakeZL / ZLCheckFilePlugin-Xcode

Can help you quickly find no use to you in the project file - Xcode plugin!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plugin is not building in Alcatraz

guillaumealgis opened this issue · comments

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.

+1

👍

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.