美文网首页
iOS Undefined symbols for archit

iOS Undefined symbols for archit

作者: Dosun | 来源:发表于2017-06-20 14:10 被阅读262次

    在自己 demo 工程运行是那么的流畅,但是一给游戏那边,就有如下的问题点!!原来是没有导入 ReplayKit 框架时,RPScreenRecorder 和 RPBroadcastActivity-+ViewController 是 ReplayKit。

    Undefined symbols for architecture arm64:
      "_OBJC_CLASS_$_RPScreenRecorder", referenced from:
          objc-class-ref in GDReplayKitLive.o
          objc-class-ref in GDCamera.o
          objc-class-ref in GoodReplayFunction.o
      "_OBJC_CLASS_$_RPBroadcastActivityViewController", referenced from:
          objc-class-ref in GDReplayKitLive.o
    ld: symbol(s) not found for architecture arm64
    clang: error: linker command failed with exit code 1 (use -v to see invocation)
    

    相关文章

      网友评论

          本文标题:iOS Undefined symbols for archit

          本文链接:https://www.haomeiwen.com/subject/ftgoqxtx.html