1

I have some text fields and some button to get data from server.But when my app run and when i touch textfield or button i am getting error like this continuously with up to 20 lines. I am using xcode 7 swift 2.0. Set my deployment as 6.0 above.

_BSMachError: (os/kern) invalid capability (20)
 _BSMachError: (os/kern) invalid name (15)
 _BSMachError: (os/kern) invalid capability (20)
 _BSMachError: (os/kern) invalid name (15)

Help me how to come out from this...

mark
  • 199
  • 2
  • 2
  • 11

1 Answers1

2

May be its some bugs about the upgradation of xcode 7.Try to do this. If possible.If it does't work.Let me know.Credits to Logicsaurus Rex

enter image description here

Also see this link it may help youhere

Hope this help !

Community
  • 1
  • 1
Spike
  • 588
  • 2
  • 5
  • 1
    As i said before it may be some bugs about the upgradation . try to google about apple fourms – Spike Nov 07 '15 at 08:26