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

前端 未结 13 1999
我寻月下人不归
我寻月下人不归 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 03:05

    My Cocoapod version was already 1.5.3(latest). Just running "pod install" (or "pod install --no-repo-update" if you don't want to update existing pods) solved it for me.

提交回复
热议问题