1.setting relative path
Click on Product -> Scheme -> Edit Scheme.
Then follow instructions: Click "Run", Click on "Options", and check the box "Use custom working directory."
2. linking
Other linker Flags :
mysql client lib -> -lmysqlclient
redis client lib -> -lhiredis
Click on Product -> Scheme -> Edit Scheme.
Then follow instructions: Click "Run", Click on "Options", and check the box "Use custom working directory."
2. linking
Other linker Flags :
mysql client lib -> -lmysqlclient
redis client lib -> -lhiredis
本文详细介绍了如何在项目中设置相对路径和链接库,包括使用自定义工作目录、链接MySQL客户端库和Redis客户端库的方法。
9084

被折叠的 条评论
为什么被折叠?



