Mockingbird doesn't work out of the box on new projects and Xcode 15 due to sandboxing #329
Open
2 tasks done
Labels
generator bug
Causes malformed generated code
New Issue Checklist
Overview
As of Xcode 15, new project default to
ENABLE_USER_SCRIPT_SANDBOXING = YES
, which prevents the mockingbird script from running. My fix was to set the value toNO
, but it took me a while and some research to reach that point. Please update the documentation.The text was updated successfully, but these errors were encountered: