在Other Linker Flags里加上所需的参数,用到的参数一般有以下3个: -ObjC -all_load -force_load 下面来说说每个参数存在的意义和具体做的事情. 首先是-ObjC,一般这个参数足够解决前面提到的问题,苹果官方说明如下: This flag causes the linker to load every object file in the library that defines an Objective-C class or category. Whil