我设法让ios模拟器运行我的应用程序,我的应用程序采用命令行参数提供从我的mac加载数据文件的路径,这可以正常启动xcode的模拟器但是当我运行模拟器从命令行返回无法找到我在代码中加载的第一个文件:
终端输出
无法打开-RegisterForSystemEvents / myconfigdata.txt“
我的命令行是:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications/iPhone \ Simulator.app/Contents/MacOS/iPhone \ Simulator -SimulateApplication myios.app/myios --family ipad --args“/Users/chris.x/mydatapath /”
我通过 - args 参数
传递我在xcode中使用的路径有什么想法吗?
TIA