Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Module was not compiled with library evolution support; using it means binary compatibility for can't be guaranteed

Recently I face this compile time warning for a SDK. Does it means it is not build with the Target setting "Build Libraries for Distribution"?.

Screenshot

like image 685
Rajesh Maurya Avatar asked Feb 11 '20 04:02

Rajesh Maurya


2 Answers

You need to set Build Libraries for Distribution in the Project Build Settings to No then it will disappear.

like image 126
SwiftiSwift Avatar answered Oct 15 '22 09:10

SwiftiSwift


yes, if you set Build Libraries for Distribution to Yes, it will disappear.

like image 20
Jafar Khoshtabiat Avatar answered Oct 15 '22 09:10

Jafar Khoshtabiat