I ran "scons p=iphone target=debug" with the admob module and googlemobileads framework added.
I got this error:
modules/admob/register_types.cpp:7:10:{7:10-7:28}: fatal error: 'object_type_db.h' file not found [1]
include "object_type_db.h"
I can't find this file in Godot 3.2 stable. Maybe it has changed? I start looking into it. Any help would be appreciated!
OS target (Android/iOS): iOS
Godot version: 3.2 stable
Issue description:
I ran "scons p=iphone target=debug" with the admob module and googlemobileads framework added. I got this error: modules/admob/register_types.cpp:7:10:{7:10-7:28}: fatal error: 'object_type_db.h' file not found [1]
include "object_type_db.h"
I can't find this file in Godot 3.2 stable. Maybe it has changed? I start looking into it. Any help would be appreciated!
Thanks! Austin