pppoe / WhatsThis-iOS

MXNet WhatThis Example for iOS
MIT License
112 stars 25 forks source link

App only Supports iPhone 5S and Higher #3

Open RishabGargeya opened 8 years ago

RishabGargeya commented 8 years ago

Hi!

I was testing out the demo you have created and am receiving the following error when trying to build for the iPhone 5 or iPhone 4s --

Undefined symbols for architecture i386:
  "__tlv_bootstrap", referenced from:
      mxnet::common::ThreadLocalStore<ErrorEntry>::Get()::ptr in mxnet_predict-all.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Do you have any idea why this is happening? Are the iPhone 5 and 4S not supported?

Thanks so much for your time!