Delphi 10.3MitovLabs VCL 控件包关于“E2225: Never-build package 'Mitov_Runtime.dpk' must be recompiled”的问题

http://docs.embarcadero.com/products/rad_studio/delphiAndcpp2009/HelpUpdate2/EN/html/devcommon/cm_package_out_of_date_xml.html

The package referenced in the message was compiled as a never-build package, but it requires another package to which interface changes have been made. The named package cannot be used without recompiling because it was linked with a different interface of the required package.  

The only solution to this error is to manually recompile the offending package. Be sure to specify the never-build switch, if it is still desired.

Delphi版本不一致,需要重新编译该引用的包,编译完后,重新引用该包的.dcp文件,即可Build成功。

好的代码像粥一样,都是用时间熬出来的
原文地址:https://www.cnblogs.com/jijm123/p/14245902.html