I use the Daniel Gindi Charts library in my project. It works fine when I run in in the Simulator, but when I run it on a real device I am getting the following error:
Asked
Active
Viewed 48 times
0
-
Did you check that it has been added to the Embedded Binaries section in the target settings? – Bojan Dimovski May 03 '19 at 12:04
-
@BojanDimovski, I added now in target settings, Those 3 errors gone, I am getting No architectures to compile for (ARCHS=arm64, VALID_ARCHS=armv6 armv7). THIS ERROR. Help me on this! – Shweta Prashnani May 03 '19 at 12:16
-
1Check for universal library, as this framework contains only simulator archs. – Dhruv May 03 '19 at 12:35