First let me say I have researched this topic and looked through the following link and it did not help Link 1
I tired un-checking elements in the Attributes Inspector (as described in link1) .
I also tried adding the code to the .plist file as described in LINK 2 and it did not help.
Where I seem to be getting the error is when i execute the following sequence of events using a button to start it:
user presses a button
alert pops up to ask the user if they wish to proceed
if yes a button now becomes un-hidden to allow the user to send data to my domain
once the new button is pressed I use a fetch to get a bunch of core data and then send it to my domain using an NSString(data: data!, encoding: NSUTF8StringEncoding)! call
right after all the data is sent to my domain I get the following error every time:
_BSMachError: (os/kern) invalid capability (20) _BSMachError: (os/kern) invalid name (15)
It does successfully send the data but the error stays... PLEASE HELP