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

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

    My workaround:

    1. Check your pod version pod --version. Update Coacoapods to latest version - v1.5.3 if it's not, by running sudo gem install cocoapods

    2. Update all your pods by running pod update

    3. Remove duplicate info.plist file from Target>Build Phases>Copy Bundle Resources if any.

提交回复
热议问题