-
Notifications
You must be signed in to change notification settings - Fork 518
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
Failed to deploy #357
Comments
I had the same issue. I found this solved thread that helped: #167 |
G'day @javaInSchool -- Can elaborate please on how you are deploying the framework? I have tried deploying the latest codebase to a scratch org and it worked for me. |
Per your original information, I went to the Trailhead module that you referenced and was able to install both packages -- mocks and commons. Please review the instructions and re-attempt the installation. Perhaps a spurious issue arose that may not re-occur. Thanks! |
|
That worked for me too. Thanks!!! |
I seem to run into a similar issue. Suddenly my automated script to rebuild-scratch-org (from the falcon template), started failing.
It fails with the following messages:
I was able to resolve the issue by simply renaming the Custom Labels file from 'fflib-Apex-Common-CustomLabels.labels-meta.xml' into 'CustomLabels.labels-meta.xml'. |
As discussed over on #358 , this should be resolved later this week when the new version of the CLI is published (Aug 26) |
First I have successfully deployed on a new ORG this one lib:
https://github.com/apex-enterprise-patterns/fflib-apex-mocks
but this one:
https://github.com/apex-enterprise-patterns/fflib-apex-common/tree/master gives me a bundle of errors
Failures:
deploy/labels/fflib-Apex-Common-CustomLabels.labels(fflib_QueryFactory_recursive_subquery_error):Not in package.xml deploy/labels/fflib-Apex-Common-CustomLabels.labels(fflib_QueryFactory_fieldset_wrong_sobject_error):Not in package.xml deploy/labels/fflib-Apex-Common-CustomLabels.labels(fflib_security_error_object_not_updateable):Not in package.xml deploy/labels/fflib-Apex-Common-CustomLabels.labels(fflib_security_error_object_not_readable):Not in package.xml deploy/labels/fflib-Apex-Common-CustomLabels.labels(fflib_security_error_object_not_insertable):Not in package.xml
And so on, it is not full list
This is a part of task from trailhead in Apply Unit of Work Principles in Apex
What's wrong?
The text was updated successfully, but these errors were encountered: