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
After updating MedalliaDigitalSDK from ver. 4.1.0 to 4.5.1 using SPM I have a problem with archiving my app on XcodeCloud. I tested my workflow with Xcode 15 and 16. Everytime I have the same error:
No architectures in the binary. Lipo failed to detect any architectures in the bundle executable.
There were no problems with ver. 4.1.0.
Here are the logs from the Xcode Cloud:
Xcode15:
fatal error: lipo: can't open input file: /Volumes/workspace/DerivedData/Build/Intermediates.noindex/ArchiveIntermediates/my_project_name/InstallationBuildProductsLocation/Applications/my_project_name.app/Frameworks/MedalliaDigitalSDK.framework/MedalliaDigitalSDK-arm64 (No such file or directory)
Xcode16:
fatal error: lipo: input file (/Volumes/workspace/DerivedData/Build/Intermediates.noindex/ArchiveIntermediates/my_project_name/InstallationBuildProductsLocation/Applications/my_project_name.app/Frameworks/MedalliaDigitalSDK.framework/MedalliaDigitalSDK) must be a fat file when the -extract option is specified
The text was updated successfully, but these errors were encountered:
Please contact your Digital Expert with all the information you can share about this.
Once the Digital Expert raises a ticket, we'll be able to prioritize it for the team.
@marekhac
Medallia Digital Expert is your company's contact person.
Let me know the name of your employer and the app you're working on and I'll try to help on my side as well.
After updating MedalliaDigitalSDK from ver. 4.1.0 to 4.5.1 using SPM I have a problem with archiving my app on XcodeCloud. I tested my workflow with Xcode 15 and 16. Everytime I have the same error:
No architectures in the binary. Lipo failed to detect any architectures in the bundle executable.
There were no problems with ver. 4.1.0.
Here are the logs from the Xcode Cloud:
Xcode15:
fatal error: lipo: can't open input file: /Volumes/workspace/DerivedData/Build/Intermediates.noindex/ArchiveIntermediates/my_project_name/InstallationBuildProductsLocation/Applications/my_project_name.app/Frameworks/MedalliaDigitalSDK.framework/MedalliaDigitalSDK-arm64 (No such file or directory)
Xcode16:
fatal error: lipo: input file (/Volumes/workspace/DerivedData/Build/Intermediates.noindex/ArchiveIntermediates/my_project_name/InstallationBuildProductsLocation/Applications/my_project_name.app/Frameworks/MedalliaDigitalSDK.framework/MedalliaDigitalSDK) must be a fat file when the -extract option is specified
The text was updated successfully, but these errors were encountered: