I am creating a widget in the today function and wish to reuse the classes from my container app. I include the ".h" file, however, even though everything complies, I get a linker error saying that the referenced class cannot be found. "Symbol(s) not found for architecture x86_64.
This seems strange to me.
Does this mean I have to put all my container classes in a specific library and then link to that library from both the container app and widget app?
Thanks