This problem occurs when you start Xcode to run the project recently. Start it again or start it a few more times, and you can run the project normally.
Popularize it: PID (Process Identifier) is called Process Identifier in English, and it also belongs to electrical and electronic technical terms.
PID is the identity of each process. Once the program runs, the system will automatically assign a unique PID to the process. After the process is terminated, the PID is reclaimed by the system and may continue to be assigned to the newly running program.
The PID column represents the process ID of each process , that is to say, PID is the identity of each process.
Reason: pid is a sign of unix allocation of resources, which means that it may be related to the version of the Mac system.
Solution:
1. clean the project (command+shift+k)
2. restart simulator if you use it
3. re-build
4. run it again.
There is no good solution yet, mainly relying on re-build.
Similar Posts:
- /lib64/libc.so.6: version `GLIBC_2.14′ not found [How to Solve]
- [Solved] NB: JAVA_HOME should point to a JDK not a JRE
- Ionic reported an error when creating a new project — it has been solved
- Eclipse CDT launch failed.Binary not found [How to Solve]
- unix:///tmp/supervisor.sock no such file
- [Solved] IIS deployment project access error: System.UnauthorizedAccessException: Access is denied. (Exception from HRESULT: 0x80070005)
- How to Solve Error: set ff? /bin/bash^M: bad interpreter: No such file or directory
- Several ports (8005, 8080, 8009) required by Tomcat Server at localhost are already in use.
- Spark2.x Error: Queue’s AM resource limit exceeded.
- DB2 SQL Error: SQLCODE=-805, SQLSTATE=51002 Resolution