Out of a sudden my project stopped compiling for simulator
- everything works on real device
but when I try to install to simulator
it fails to compile two pods
which were there a long time ago and used to work.
Another pod
is M13ProgressSuite
which also can't fine NSNumberFormatter
though all the dependencies are there.
I suspect it started after I've removed master repo
and inited pods over again as per other issue and this SO
answer:
pod repo remove master
pod setup
I've never noticed any issues since I was working with device
but now it appeared that I can't compile my project to test on simulator
.
I've spent quite some hours trying to revert code in git
to previous commit when it was working for sure, reinint pods, remove/add the problematic pods, revert to previous versions of pods, clean/build project, restarting xcode, recreating simulator
- still the same error.
Does anyone now why it may stuck with simulator
though it used to work and keep working on real device
? How can this issue be fixed? I'm out of ideas but I need to be able to test in simulator
since I'm developing for watch
. Any clue is much appreciated.
I'm using Xcode 8.1, iOS 10 target, cocoapod version 1.1.1
Let me know if any additional information may help