I am experiencing the same issue on Xcode 16.1 (16B40), when merged binary is enabled, erroring (redacted my library name with <<X>>):
| ==================================
|
| | CouldNotParseInput
| |
| | ==================================
| |
| | | FailedParsingMachObjectFile
| | |
| | | MachO data could not be parsed for: <<X>>
| | | Reason: Underlying failure reading data
| | | Data header bytes: []
| | | Data header ASCII: "<nil>"
| | |
| | | ==================================
| | |
| | | | NSError.NSCocoaErrorDomain.260: The file “<<X>>” couldn’t be opened because there is no such file.
| | | |
| | | | NSCocoaErrorDomain (260):
| | | | ==NSURL: <<X>> -- file:///
| | | | ==NSFilePath: /<<X>>
| | | |
| | | | ==================================
| | | |
| | | | | NSError
| | | | |
| | | | | NSError: Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: