I encountered such an error a few days ago, after deleting Alipay SDK and ping++SDK
Solution
- Enter Build Settings
- Search for OTHER LINKER FLAGS
-framework
This logo is for.framework
the files you bring , so you need to find out those unnecessary-framework
frames and-framework
delete the ones below it .
For example, I don’t have MJRefresh here.framework
, so just delete the-l"MJRefresh"
following-framework
.