Xcode 10: unable to attach DB error

后端 未结 7 1660
粉色の甜心
粉色の甜心 2020-12-02 13:34

When updating to Xcode 10, iOS static library target fails to build. Way how I am trying to build it is following:

xcodebuild -target TargetName -configurati         


        
7条回答
  •  攒了一身酷
    2020-12-02 13:42

    Adding a Clean derived data step in my build scripts (before an Xcode build) seems to fix the problem for me.

    Not sure if it's related, but my project uses Realm (installed with CocoaPods). This is the GitHub issue that inspired the "fix" -> https://github.com/realm/realm-cocoa/issues/5812.

提交回复
热议问题