@edapx wrote:
Hello, I'm writing an addon(here called "myAddon") and I'm also testing it in one application locally. Everything worked fine except when I've added a new class to the addon. Here a short recap of what I've done:
- I've added the class as I do normally, right click with in xcode on the src folder and I've added the 2 files, header an implementation class.
- In the addon project folder I've also a testApp, I've added the new class to the target "testApp", and everything worked as expected.In another app, called "drawApp", I'm using the same addon, and now I receive the error 'file not found' for the class that I've just added.
With the project generator, I;ve imported the app "drawApp", I've removed the addon "myAddon" and then I've re-added it, hoping that the project generator would have fixed it, but it didn't.
Do someone have some suggestion?
Posts: 3
Participants: 2