2

I have migrated from Xcode 12.4 to Xcode 13.2. My App is having App Clip extension bundled. My App and App Clip Extension having one framework i.e. FrameworkA. It's separately copied to both targets, name is same but size is different due to AppClip limited size.

It was working fine in Xcode 12.4 but in Xcode 13 it's giving below error and warning -

duplicate output file ..... on task: ProcessXCFramework .....

Error - Multiple commands produce

  1. Command: Process XCFramework /Users/abc/Testapp/TestAppClip/FrameworkA.xcframework /Users/deriveddata/TestAppsdfsdf/Build/Products/Debug-iphonesimulator/FrameworkA.framework no simulator

  2. Command: Process XCFramework /Users/abc/Testapp/TestApp/FrameworkA.xcframework /Users/deriveddata/TestAppsdfsdf/Build/Products/Debug-iphonesimulator/FrameworkA.framework no simulator

Phil Dukhov
  • 67,741
  • 15
  • 184
  • 220
Gopesh Gupta
  • 707
  • 8
  • 19
  • try these https://stackoverflow.com/questions/2718246/xcode-warning-multiple-build-commands-for-output-file – ChanOnly123 Feb 02 '22 at 13:55
  • 1
    @ChanOnly123 Thanks for suggestion but that is from xcode 4. This is different issue which started occuring in xcode 13 – Gopesh Gupta Feb 24 '22 at 08:09

0 Answers0