I run bazel build //Modules/TVLStorage:TVLStorage and it returns.
Use --sandbox_debug to see verbose messages from the sandbox
In file included from Modules/TVLStorage/TVLStorage/Realm/RLMRealm+SafeTransaction.m:9:
Modules/TVLStorage/TVLStorage/Realm/RLMRealm+SafeTransaction.h:9:9: fatal error: 'Realm/Realm.h' file not found
#import <Realm/Realm.h>
Hello maintainers,
I'd like to ask regarding this import issue. I cannot use
#import <Realm/Realm.h>
forapple_library
depends toapple_dynamic_framework_import
.Here is my rule.
I run
bazel build //Modules/TVLStorage:TVLStorage
and it returns.Any idea how to fix this issue? Thanks!