3

I am trying to overcome an issue. I am having to reset my simulator setting every time before a generate a build otherwise I get the following error.

Any idea about how to overcome this issue?

Can anyone relate that to adding PubNub with pods to the project?

enter image description here

GuiSoySauce
  • 1,763
  • 3
  • 24
  • 37

3 Answers3

5

"Reset Content and Settings" from iOS Simutalor menu options and launching simulator after Quitting solved this issue for me.

Hassan Aftab
  • 634
  • 2
  • 9
  • 20
2

Resetting didn't quite fix it for me I had to do a full clean build for it to start running on the emulator again. Just hold down on the option key and from the Product menu select Clean build folder.

businesscasual
  • 755
  • 9
  • 14
0

Check CFBundleShortVersionString, CFBundleVersion in InfoPlist.plist and InfoPlist.strings localization file, values should be the the same in both files.

Voda Ion
  • 3,426
  • 2
  • 16
  • 18