Xcode 13 - xcodebuild : ld: file not found:

Here is the original xcodebuild command...

Error: Command failed: RCT_NO_LAUNCH_PACKAGER=true xcodebuild       -workspace "/Users/evan/CompanyName/POCS/WixEnginePOC/internal_folder/react-native-wix-engine/tools/native_builds/modules/../../../../../internal_folder/react-native-wix-engine/ios/WixEnginePOC.xcworkspace"       -scheme "WixEnginePOC"       -configuration Debug       -sdk iphonesimulator       -archivePath '/Users/evan/CompanyName/POCS/WixEnginePOC/internal_folder/react-native-wix-engine/tools/native_builds/modules/../../../../../build/Products/Release-iphoneos/WixEnginePOC_999.999.999.xcarchive'       -derivedDataPath /Users/evan/CompanyName/POCS/WixEnginePOC/internal_folder/react-native-wix-engine/tools/native_builds/modules/../../../../../internal_folder/react-native-wix-engine/ios/DerivedData/WixEnginePOC       build
- [ ] ld: file not found: /Users/evan/CompanyName/WixEnginePOC/internal_folder/react-native-wix-engine/ios/DerivedData/WixEnginePOC/Build/Intermediates.noindex/WixEnginePOC.build/Debug-iphonesimulator/WixEnginePOC.build/Objects-normal/x86_64/Binary/WixEnginePOC

I haven't been able to determine where in the build process the project binary is supposed to be created and added to the path above. The binary name in this example is the same name as the project name.

Perhaps I can globally search for the WixEnginePOC? What file type would I search for?

Could someone point me in the direction on how to debug this?

Xcode 13 - xcodebuild : ld: file not found:
 
 
Q