Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Undefined symbols for architecture arm64: "_TYLog", #49

Open
chathuralakmal opened this issue May 29, 2020 · 1 comment
Open

Undefined symbols for architecture arm64: "_TYLog", #49

chathuralakmal opened this issue May 29, 2020 · 1 comment

Comments

@chathuralakmal
Copy link

Not sure why im getting this error.

Undefined symbols for architecture arm64: "_TYLog", referenced from: -[TuyaSmartBleMeshActivator start] in TuyaSmartBLEMeshKit(TuyaSmartBleMeshActivator.o) -[TuyaSmartBleMeshActivator executeAction] in TuyaSmartBLEMeshKit(TuyaSmartBleMeshActivator.o) -[TuyaSmartBleMeshSearch startSearch] in TuyaSmartBLEMeshKit(TuyaSmartBleMeshSearch.o) -[TuyaSmartBleMeshSearch handleDiscoveredDevice:] in TuyaSmartBLEMeshKit(TuyaSmartBleMeshSearch.o) -[TuyaSmartBLEMeshDevice publishDps:mode:success:failure:] in TuyaSmartBLEMeshKit(TuyaSmartBLEMeshDevice.o) -[TYBLEMeshCommand command] in TuyaSmartBLEMeshKit(TYBLEMeshCommand.o) -[TYBLEMeshCommand raw] in TuyaSmartBLEMeshKit(TYBLEMeshCommand.o) ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation)

@ariesjia
Copy link

@chathuralakmal do you use Flipper.
Your error seems to have a dependency conflict.
try to use this version

versions['Flipper'] ||= '> 0.27.0'
versions['DoubleConversion'] ||= '1.1.7'
versions['Flipper-Folly'] ||= '2.0.1'
versions['Flipper-Glog'] ||= '0.3.6'
versions['Flipper-PeerTalk'] ||= '
> 0.0.4'
versions['Flipper-RSocket'] ||= '~> 1.0'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants