bielikb / xcframeworks

Demonstration of creating and integrating xcframeworks and their co-op with static libraries and Swift packages
MIT License
536 stars 46 forks source link

A library with the identifier "ios-x86_64-maccatalyst" already exists. #8

Open amsubhan opened 3 years ago

amsubhan commented 3 years ago

When i try to create xcframework using xcodebuild -create-xcframewok command, i got following error:-

A library with the identifier "ios-x86_64-maccatalyst" already exists.

I am following your tutorial, thanks in advance!