Xcode 10 Error: Multiple commands produce for 'app' and 'appex'

前端 未结 13 1998
我寻月下人不归
我寻月下人不归 2020-12-29 02:29

I got the recently discussed \"Xcode 10 Error: Multiple commands produce...\" error, but for the resulting app and appex file of my project. Does anyone have an idea what th

13条回答
  •  失恋的感觉
    2020-12-29 02:58

    You might have ran into this CocoaPods issue which is caused by this Xcode issue

    This reply might help you, it suggest to specify the subspecs explicitly in your Podfile.

    For example use pod 'SDWebImage/Core' instead of pod 'SDWebImage'

    Apparently, this causes the build product path to always contain the subspec name which might fix the issue.

提交回复
热议问题