Missing h-files and Assistant Editor not working because of it (monoTouch/MonoDevelop)

后端 未结 3 417
天涯浪人
天涯浪人 2021-01-18 18:17

I am missing the .h-files when I just started my HelloWorld in MonoTouch/MonoDevelop. I have the same question as this guy, but the answer provided did not help me.

相关标签:
3条回答
  • 2021-01-18 18:46

    Try Closing down XCode and MonoDevelop completely and then reopen MonoDevelop. That worked for me.

    0 讨论(0)
  • 2021-01-18 18:52

    Problem for me was that I had moved Xcode out of Application folder to another folder. Moving it back fixed it for me.

    0 讨论(0)
  • 2021-01-18 19:05

    How are you opening the xib file in Xcode?

    You need to double-click the xib file from within MonoDevelop so that MonoDevelop creates a fake project (with header files) for Xcode to use.

    0 讨论(0)
提交回复
热议问题