I've been trying to build my application. Whilst it runs fine on 32 bit simulators, it will not build for any 64 bit device and it will not archive. When I try to do these things, it throws up a load of errors about cyclic dependencies in CoreFoundation, Darwin etc. pictured below:
I have tried numerous solutions that I found on the web, including changing the architectures to support only armv7 and armv7s and targeting older versions of iOS, but most of these answers are from older versions of Xcode and were posted months ago. Nothing I try seems to work. Any help would be really appreciated.
Thanks.