Questions tagged [pffile]

108 questions
0
votes
2 answers

PFObject won't save PFFile PArse

I can't seem to set a Pffile object as a value for a Pfobject key in Objective-C. I'm trying to save NSData from an AVAudioPlayer in a PFfile. If I do the folllowing: NSData * audioData=[self.shoutInfoArray objectAtIndex:1]; PFFile *…
user3827344
-2
votes
2 answers

expected method to read dictionary element not found on object of type 'nsstring *'

I am trying to use a text field to type in some numbers and then have the Parse server look for images tagged with whatever number was typed in the field, but I am getting this big red error (in the subject header) when trying to build the app for…
TheEliteTech
  • 147
  • 3
  • 11
-3
votes
3 answers

how can I append file to array in block

I have files I'm appending to an array and I'm doing it inside of a block but the files won't append to the array. I checked if the files were empty and they were not so that is not the problem. I really need help. I've been stuck fir six hours.…
1 2 3 4 5 6 7
8