App crashes while loading with error in main.m

后端 未结 9 1888
日久生厌
日久生厌 2021-01-11 14:33

I\'m trying to recover an app that I accidentally deleted and managed to do it through the organizer, however, now when I try to run it on the simulator or iphone, it crashe

9条回答
  •  梦毁少年i
    2021-01-11 15:15

    I've seen this happen before if the following build settings are not there. OTHER_LDFLAGS = -ObjC -all_load

    This is under Linking in the target.

提交回复
热议问题