Skip to content
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

Test in terminal keeps failing #11

Open
jakin010 opened this issue Jan 30, 2024 · 3 comments
Open

Test in terminal keeps failing #11

jakin010 opened this issue Jan 30, 2024 · 3 comments

Comments

@jakin010
Copy link

Keep getting this error after testing with the terminal

Command: xcodebuild -project test.xcodeproj -scheme test -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 15 pro,OS=17.2' test | xcbeautify

Screenshot 2024-01-30 at 4 04 38 PM Screenshot 2024-01-30 at 4 10 11 PM
@VakhoKontridze
Copy link
Owner

VakhoKontridze commented Jan 30, 2024

I can recreate this. All errors occur because of macros. Although, tests pass just fine within the VCore package. It's Terminal that's having issues.

This seems to be a global issue, since I found several threads online. But there isn't a clear solution yet.

https://stackoverflow.com/q/77386744/11627169
https://forums.developer.apple.com/forums/thread/737908
Or, just search for "External macro implementation type could not be found for macro"

Don't know how to proceed here. Might be worth filing a bug report to Apple, assuming that it's their issue.

@jakin010
Copy link
Author

jakin010 commented Feb 2, 2024

It's weird the error only shows if testing in the terminal with a simulator but testing with a physical device in terminal no problem

@VakhoKontridze
Copy link
Owner

I see. It might be an issue with XCode and Command Line Tools. You can report it to Apple. But they might be aware of it, and it may even get fixed in the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants