Showing Recent Messages
Cannot code sign because the target does not have an Info.plist file and one is not being generated automatically. Apply an Info.plist file to the target using the INFOPLIST_FILE build setting or generate one automatically by setting the GENERATE_INFOPLIST_FILE build setting to YES (recommended).

如果build setting -> Generate Info.plist File 设置为NO,就会出现在的问题,如果设置为YES,就出现#355 的问题