3

I am trying to upload data to my app using fruitstrap this way.

./fruitstrap upload --bundle-id com.x.x --file /path/to/data-file.xcappdata/

but I get a "Segmentation fault: 11" error. Does anyone know why? and how it can be fixed?

and when I say.

./fruitstrap upload --bundle-id com.x.x --file /path/to/data-file --target / [or] /Documents/

I get a message saying unable to open file "/path/to/data-file.xcappdata/"

(I know I get Segmentation fault: 11 mostly when the program tries to access/manipulate memory it really can't.)

But question is has anyone seen this? And maybe fixed this?

j0k
  • 22,600
  • 28
  • 79
  • 90
  • This really isn't about programming. Probably better to ask this at a dedicated forum for that app. – owagh Nov 29 '12 at 16:54
  • 1
    It is, I plan on re-writing the tool to fit my needs. But am not sure what could be going wrong. Do I not have read/write permissions for the /Documents folder on the device? Or has anything changed with MobileDevice framework that needs to be handled? So on.. – Kyle Cressman Nov 30 '12 at 12:00

0 Answers0