简体   繁体   中英

ignoring declared target(s) 'swift-nio-zlib-support' in the system package

I'm getting this warning from SPM (I think) since upgrading to Xcode 12.5 and I have two questions:

  1. What does it mean?
  2. What can I do to solve/hide it?

Would be thankful for any responses. I found no good answers to these questions on Google.

There is opened pull request in Starscream github which is solving this warning. It will be fixed soon otherwise you can see files changed with solution.

This is happen when you have multiple targets and you did't add Framework and libraries in all target

You can fix it by adding Framework and libraries in all target Go to Project > General > Targets > Framework and libraries Then add Framework and libraries to all targets which require it

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM