Hi all,
I need to add 4 xcframeworks to my project (https://github.com/Adobe-Marketing-Cloud/acp-sdks).
All is well, but when I try to build the project I get the following error.
I already tried to delete the .DS_Store files, but those just keep popping up.
If I however manually copy the different header files to the build output directory, it works.
But of course this is not a solution we can use within our team.
Any help is much appreciated.
Kind regards,
Frederik
I need to add 4 xcframeworks to my project (https://github.com/Adobe-Marketing-Cloud/acp-sdks).
All is well, but when I try to build the project I get the following error.
Code Block ProcessXCFramework /Users/.../Adobe/ACPMobileServices.xcframework (in target 'BBComponents' from project 'BBComponents') cd /Users/.../BBComponents builtin-process-xcframework --xcframework /Users/.../Adobe/ACPMobileServices.xcframework --platform ios --target-path /Users/.../DerivedData/RuleThemAll-bioqydlyyehouvhccqiqnkchgfrq/Build/Products/DEV-iphoneos error: “.DS_Store” couldn’t be copied to “include” because an item with the same name already exists. (in target 'BBComponents' from project 'BBComponents')
I already tried to delete the .DS_Store files, but those just keep popping up.
If I however manually copy the different header files to the build output directory, it works.
But of course this is not a solution we can use within our team.
Any help is much appreciated.
Kind regards,
Frederik