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

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

    Works form me:

    • Update Cocoapods
    • Delete pod file (Don't forgot to copy the contents some where else, so you can restore it)
    • Delete workspace project file
    • Delete lock pod file
    • Delete pod directory
    • Close the Xcode
    • Initialise pod
    • Install pod
    • Open the workspace project.

提交回复
热议问题