-1

It appears always the message: No such module Parse. But only in the ViewController. I did already new now this. The problem is unfortunately still. can someone continue help please. I can't go further. Thank you very much

rici
  • 234,347
  • 28
  • 237
  • 341
Daniel.P
  • 75
  • 1
  • 8

1 Answers1

0

You can do these things :-

  1. Deep Clean your project than build.[shift+option+cmd+k]
  2. Remove your dependency from pod file and reinstall it. Add Parse to your bridging header than build your project.

May be it will work.

Chetan Lodhi
  • 353
  • 1
  • 3
  • 21
  • Many Thanks. How do I do this? : Remove your dependency from pod file and reinstall it. Add Parse to your bridging header than build your project. – Daniel.P Mar 12 '18 at 09:01
  • Did you use Cocoapods to install your dependency? – Chetan Lodhi Mar 12 '18 at 11:40
  • Yes exactly. First Cocoadods after Parse – Daniel.P Mar 12 '18 at 11:55
  • Do you have pod file to install parse? – Chetan Lodhi Mar 12 '18 at 11:58
  • Yes I had adapted the pod file and then installed it. Everything worked. It started when the app crashed while logging in. In the terminal I received the error message: Unable to find framework using path: /System/Library/Frameworks/VideoSubscriberAccount.framework – Daniel.P Mar 12 '18 at 12:06
  • Ok. Did you removed and reinstall the parse? Can you show your console error? – Chetan Lodhi Mar 12 '18 at 12:14
  • No, I did not reinstall it. Can I just reinstall this? or how do I go there best? I can not post the console error until the evening. Did not have my MAC – Daniel.P Mar 12 '18 at 12:18
  • VideoSubscriberAccount.framework what is this? Is this your custom framework? – Chetan Lodhi Mar 12 '18 at 12:23
  • I dont know. This is my first app. I have just installed the two things – Daniel.P Mar 12 '18 at 12:32
  • Don't worry, it will solve. When you will have mac than send screenshot of error. It will help to debug and find the actual problem. – Chetan Lodhi Mar 12 '18 at 12:37
  • That's very nice, thank you very much. As soon as I'm at home I send the sccrenshot – Daniel.P Mar 12 '18 at 12:43
  • Start a new message by no. not more :-) find module parse. At the application or registration in the app, the app crashes always have ap. Here the console output: – Daniel.P Mar 12 '18 at 18:28