If you are sure that you do not need PrototypeTools.framework , you can remove it as the following steps:
TARGETS -> "Your Project" -> Build Phases -> Link Binary With Libraries
Find PrototypeTools.framework and delete it.
If you are not sure if you need PrototypeTools.framework or not.
1. PrototypeTools.framework is probably the third static library, go to search and check the latest library, download it and replace it with a new one, and try again.
2. If you do not need to do something on the simulator, you do not need to worry about it, just ignore it.
.framework is a type of static library if .framework developers .framework not care about Architecture when creating a static library. Some types of Architecture will not be supported.
x86_64 Architecture is for simulator use only. Usually the .framework static library .framework not need to support this because we are testing our application and running our application on a real device, it will increase the size of the .framework static library, but some static libraries support most of Architecture , both the simulator and the real device.
ifeegoo
source share