无法构建Sender Synth示例-找不到体系结构arm64的符号 [英] Sender Synth example can't build - symbol(s) not found for architecture arm64

查看:134
本文介绍了无法构建Sender Synth示例-找不到体系结构arm64的符号的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已遵循发件人合成器示例,并带有XCode 10.1,Audiokit 4.5.5 .但是,当我尝试构建它(作为Audiobus和Integration的一部分)时,它因以下错误而失败:

I have follow the Sender synth example, with XCode 10.1, Audiokit 4.5.5. But when I try to build it (part Audiobus and Integration), it fails with this error:

   Undefined symbols for architecture arm64:
  "_OBJC_CLASS_$_ABPort", referenced from:
      objc-class-ref in Audiobus.o
  "_OBJC_CLASS_$_ABAudiobusController", referenced from:
      objc-class-ref in Audiobus.o
  "_OBJC_CLASS_$_ABAudioSenderPort", referenced from:
      objc-class-ref in Audiobus.o
  "_OBJC_CLASS_$_ABAudioFilterPort", referenced from:
      objc-class-ref in Audiobus.o
  "_ABConnectionsChangedNotification", referenced from:
      SenderSynth.Audiobus.(startObservingAudiobusConnections in _37936C4CF5A242669D2CAF61EB84EA24)() -> () in Audiobus.o
      SenderSynth.Audiobus.(stopObservingAudiobusConnections in _37936C4CF5A242669D2CAF61EB84EA24)() -> () in Audiobus.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

我尝试使用通过USB连接的iphone SE以及安装了Audiobus应用程序的方式进行构建. 我也尝试了定位模拟器,但是x86_64而不是arm64发生了相同的错误. 我搜索并尝试了许多方法,但没有找到任何解决方案.我读过很多次本教程,但看不到我忘记的任何内容. 什么不见​​了.有人可以帮我吗?

I tried to build with my iphone SE connected via usb and with Audiobus app installed on it. I tried also targeting simulator, but same error occurs with x86_64 rather than arm64. I searched and try many things but did not find any solution. I read many times the tutorial but I don't see anything I forgot. What is missing. Could someone help me please?

推荐答案

这些是AudioBus SDK中的符号;您需要链接到SDK并使用您的API密钥来解决这些错误.

These are symbols from the AudioBus SDK; you need to link with the SDK and using your API key to resolve these errors.

这篇关于无法构建Sender Synth示例-找不到体系结构arm64的符号的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆