-
Notifications
You must be signed in to change notification settings - Fork 81
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
Unable get generate file #26
Comments
Based on your installation, mocks will generate in the pre-compile build phase for |
Closing this issue. Please re-open it or join the Slack if needed. |
I am having the same issue with the transcript:
Any recommendation? |
Debugging the generator leads me to find this issue:
UPDATE: not quite sure why I am getting this error ... |
@user-mobil What dependency manager are you using? Are you building the CLI from source, or using one of the pre-built artifacts? |
Cocoa pods
It also successfully installs on my own test target.
edit: also, the demo project works as intended |
It’s odd that the demo project would work but not your main project. Have you tried |
Catalina, and yes! I have updated it to the proper .app, since i have it under a different name. It still is not working as intended. |
Try building and installing the CLI from source instead:
If that doesn’t work, please consider joining the Slack channel as I’m not able to reproduce this on my end. However, I suspect it’s due to having multiple Xcode toolchains installed. |
Hey! Took all day, but I figured it out... it was the
|
can you guide me install and generating mock file. I have it tried by below way.
My Used file as below.
Protocol -> LoginProtocol
Manager -> LoginApiManager
TestFile -> LoginTests
project target -> Login
test target -> LoginTest
// Below command generate blur file of generated mocs but cant accessible in project
mockingbird install
--project Login.xcodeproj
--target LoginExample
--destination LoginTests
Can you guide me how to generate LoginProtocol mocs .
The text was updated successfully, but these errors were encountered: