Linker command failed with exit code 1 - duplicate symbol __TMRbBp

前端 未结 15 2160
醉酒成梦
醉酒成梦 2020-12-25 10:43

Since I\'ve updated to Xcode 8.1 I can\'t archive and also not run in Release mode (in debug mode its working). The error is that there are several \"duplicate symbols for a

15条回答
  •  悲&欢浪女
    2020-12-25 10:59

    For those that can't get the Thorax's answer to work, what I did was I closed out Xcode, ran pod update on my command line and then reopened the .xcworkspace file. After doing that, I was able to build and run the project.

    I am using the Firebase Cocoapod and Xcode version 9.1.

提交回复
热议问题