在opdendev中新建工程会有说明
error iOSOpenDev post-project creation from template requirements (remove these lines after completed) -- \
Link to libsubstrate.dylib: \
(1) go to TARGETS > Build Phases > Link Binary With Libraries and add /opt/iOSOpenDev/lib/libsubstrate.dylib \
(2) remove these lines from *.xm files (not *.mm files as they're automatically generated from *.xm files)
即要将 /opt/iOSOpenDev/lib/libsubstrate.dylib 添加到库引用 我的是这么解决的希望对后来者有帮助。