提交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
![](https://img.haomeiwen.com/i4276691/03b8d2397f8ea019.png)
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
![](https://img.haomeiwen.com/i4276691/2706bce7b4806269.png)
3、must be rebuilt with support for the Hardened Runtime.
![](https://img.haomeiwen.com/i4276691/7f676ce856ce9d9b.png)
![](https://img.haomeiwen.com/i4276691/6f2762212f7c2ee0.png)
网友评论