What is causing this Crashlytics compile warning? (Auto-Linking supplied '…' framework linker option at '…' is not a dylib)

前端 未结 6 1293
你的背包
你的背包 2020-12-03 04:05

Compiling my main target (not a test target like here) yields this error:

ld: warning: Auto-Linking supplied 
   \'~/Documents/my_app/MyApp/Crashlytics.frame         


        
6条回答
  •  抹茶落季
    2020-12-03 04:51

    For future reference, this can also happen if you link your test files to your app target.

    For example: https://github.com/realm/realm-cocoa/issues/1661

提交回复
热议问题