Reply To: Generate AOT Errors

FlowCanvas Forums Support Generate AOT Errors Reply To: Generate AOT Errors

#2104
samvermeir
Participant

Hi,

I did indeed recieved your email and I adjusted the code like you suggested. This does solve the problem that causes all those errors I was talking about in my first post. Maybe it’s a good idea to put those lines of code in a future update, just to make sure no one else gets this error 🙂
The problem with the types I had, started when I deleted some types because I accidentially added too many. So a lot of people probably won’t stumble upon this problem but still. To illustrate the project I’m working on: I made a core and a design project. The user downloads the core in the AppStore or PlayStore and when he logs in, the app downloads the assetbundles it needs for that user (from the designproject). So I made classes and other structures in the core. In order to acces those methods I need to add them to the Preferred Types, right? but these are classes and methods, not “structs”. So i should add classed and not just “Struct” types, or am I doing something wrong? Nevertheless, it would indeed be easier of you could create a quick scan solution, if you don’t mind. That would be much appreciated!

Many thanks!