ProcessXCFramework - Issue with file copy to build output directory

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.

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

Replies

@frederik-jacques Did you ever find a solution to this error? I'm suddenly running into the same error and there doesn't seem to be much online related to resolving it unfortunately.