I have added an intent definition file, and added a custom intent to an existing (rather large) project. However, if I reference the custom intent, the symbol is not found.
I did the exact same procedure, but adding the intent definition to a brand new single view project, and when I refernce the custom intent there, the symbol is found.
It seems like my older pre-xcode10 project isn't generating the intent classes properly? Is there something I need to do in my older project settings to trigger this code generation? Or perhaps it isn't supported yet in this beta?
Thanks in advance!
-pj
Solved my own problem! Seems like the code generation for objective C isnt quite working yet (or maybe the bridging between objc/swift, i didn't dig into it). But in my older project if I change the 'Intent Class Generation Language' from 'default' to 'Swift', all works as expect.
Newer projects were defaulting to swift, while my older project defaulted to objc.
Hope this helps someone!
-pj