0

I added the App Icons to my projects today and ran it on the simulator, it worked well, but when I ran the project on a device, the device crashed and XCode showed me this error:

Error

This was what was printed in the debug console, but this was only printed at times, not always:

Debug console

There were many solutions for this problem but none of them worked for me.

halfer
  • 19,824
  • 17
  • 99
  • 186
Abdullah Ajmal
  • 431
  • 5
  • 17
  • The solution is to switch code signing profiles. change from one team member to another and run the app on the device. – Arash Etemad Feb 16 '20 at 13:40
  • @ArashEtemad one team member to another? I’m sorry, I’m super lost here – Abdullah Ajmal Feb 16 '20 at 13:52
  • See https://github.com/CocoaPods/CocoaPods/issues/4294#issuecomment-342852567, it's the same – Arash Etemad Feb 16 '20 at 13:55
  • Hey @ArashEtemad, I found a fix for this: https://stackoverflow.com/questions/60045282/after-updating-ios-all-applications-using-the-framework-stopped-running-on-the/60059840#60059840 – Abdullah Ajmal Feb 17 '20 at 04:25
  • @ArashEtemad and thanks for trying to help me out man! :) – Abdullah Ajmal Feb 17 '20 at 04:25
  • 2
    Voting as duplicate: [After updating iOS, all applications using the framework stopped running on the device, but they run on the simulator](https://stackoverflow.com/questions/60045282/after-updating-ios-all-applications-using-the-framework-stopped-running-on-the) – halfer Feb 28 '20 at 09:14

0 Answers0