stencilproject / Stencil

Stencil is a simple and powerful template language for Swift.
https://stencil.fuller.li
BSD 2-Clause "Simplified" License
2.34k stars 223 forks source link

Error when I compile the app #195

Closed Rubenfer closed 6 years ago

Rubenfer commented 6 years ago

I'm using Stencil on my App but when I try to compile it I have this error:

Command /bin/sh failed with exit code 1

A shell task (/usr/bin/xcrun codesign --force --sign - --preserve-metadata=identifier,entitlements /Users/rubenfernandez/Library/Developer/Xcode/DerivedData/APP_NAME/Build/Products/Debug-iphonesimulator/APP_NAME.app/Frameworks/Stencil.framework) failed with exit code 1: /Users/rubenfernandez/Library/Developer/Xcode/DerivedData/APP_NAME/Build/Products/Debug-iphonesimulator/APP_NAME.app/Frameworks/Stencil.framework: replacing existing signature

/Users/rubenfernandez/Library/Developer/Xcode/DerivedData/APP_NAME/Build/Products/Debug-iphonesimulator/APP_NAME.app/Frameworks/Stencil.framework: resource fork, Finder information, or similar detritus not allowed

How can I solve it? Thanks in advance

wukerplank commented 6 years ago

@Rubenfer Does not seem to be a Stencil issue: https://developer.apple.com/library/content/qa/qa1940/_index.html