提交MacAPP审核时,报的错误:
1、ERROR ITMS-90242 The product archive is invalid. The Info.plist must contain a LSApplicationCategory
必须加一个APP类型在Info.plist文件中。
官方类型列表和介绍:Categories and Discoverability - App Store - Apple Developer
2、WARNING ITMS-90788: "Incomplete Document Type Configuration. The CFBundleDocumentTypes dictionary array in the 'com.jyqMac.note' Info.plist should contain an LSHandlerRank value for the CFBundleTypeName 'Binary' entry. Refer to https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html#//apple_ref/doc/uid/TP40009249-SW1 for more information on the LSHandlerRank key."
在info.plist文件中加入LSHandlerRank
3、must be rebuilt with support for the Hardened Runtime.