void Display_ proc( mode)
Program error:
..\HARDWARE\display.h(15): error: # 92: identifier-list parameters may only be used in a function definition
Find out
Should be written as void display_ proc( int mode)
The error is actually that the parameter type is not defined

2. In info-debug.plist, add the key nsbonjourservices and set the value to_ dartobservatory._ tcp 
4. In target’s – & gt; Build Settings > Build Phases > Copy bundle resources build phase. If info-release.plist is deleted (I have deleted it in the figure below) 



