bazel-ios / rules_ios

Bazel rules for building iOS applications and frameworks
Apache License 2.0
278 stars 85 forks source link

Remove extended modulemap from swiftc_inputs #900

Closed luispadron closed 2 months ago

luispadron commented 2 months ago

The normal modulemap was added in https://github.com/bazel-ios/rules_ios/pull/894 and the extended modulemap is only for the objective-c part of the library so we shouldn't add it for the swiftc_inputs

gyfelton commented 2 months ago

i tested removing the creation of this extended.modulemap entirely and it failed the build... but yeah i should have tested this version where i still add it to the VFS overlay side