You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've seen this issue happen too and I noticed the following error in my build logs:
Details: Error writing attachment data to file <path_redacted> Error Domain=NSCocoaErrorDomain Code=514 "The item couldn’t be saved because the file name “<long_redacted_file_name>” is invalid." UserInfo={NSFilePath=<path_redacted>, NSUnderlyingError=0x600002409500 {Error Domain=NSPOSIXErrorDomain Code=63 "File name too long"}}
Object: <IDESchemeActionTestAttachment: 0x600005b34380>
--
07-Jul-2024 08:46:40 | [09:46:40]: ▸ Method: -_savePayload:
07-Jul-2024 08:46:40 | [09:46:40]: ▸ Thread: <_NSMainThread: 0x6000020501c0>{number = 1, name = main}
07-Jul-2024 08:46:40 | [09:46:40]: ▸ Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
It looks like the filename containing the generated steps is too long and Xcode bails on writing the attachment.
GeneratedUnImplementedSteps is not getting generated in pending steps, I even tried in CucumnberSwiftSample application
To Reproduce
Followed all steps in the getting started page using swiftpackagemanager
Expected behavior
should generated a swift file with pending steps.
Screenshots
Additional context
Add any other context about the problem here.
XCode Version: 15.3
Example Feature File given in the cucumberswift sample
Tyler Thompson
The text was updated successfully, but these errors were encountered: