Sephiroth87 / Crayons

An Xcode plugin to improve dealing with colors in your project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crayons plugin breaks the xcodebuild

eugeneego opened this issue · comments

After installing this plugin xcodebuild cannot find provisioning profiles for projects.
Seems like it tries to find provisioning profiles in a wrong path.
xcodebuild fails with following errors:

Error:CodeSign error: code signing is required for product type 'Application' in SDK 'iOS 9.2'
Warning:Code Sign warning: Specified PROVISIONING_PROFILE (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx) not found and no CODE_SIGN_IDENTITY specified. Ignoring PROVISIONING_PROFILE for now. This will become an error in the future.

Error:Code Sign error: No matching provisioning profile found: Your build settings specify a provisioning profile with the UUID “xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx”, however, no such provisioning profile was found.

After removing the plugin xcodebuild builds projects successfully.

Xcode version: 7.2.

Thanks, that was a crazy thing, I'm not really sure what was causing it but it should be fixed now