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.
1
Nalin Porwal
On
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
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.