我正在尝试以这种方式使用 Fruitstrap 将数据上传到我的应用程序。
./fruitstrap upload --bundle-id com.x.x --file /path/to/data-file.xcappdata/
但我收到“分段错误:11”错误。有谁知道为什么?以及如何解决?
当我说。
./fruitstrap upload --bundle-id com.x.x --file /path/to/data-file --target / [or] /Documents/
我收到一条消息说无法打开文件“/path/to/data-file.xcappdata/”
(我知道我得到 Segmentation fault: 11 主要是当程序试图访问/操作内存时它真的不能。)
但问题是有人见过这个吗?也许解决了这个问题?