gitn00b1337 / expo-native-fonts

5 stars 4 forks source link

Fonts are not checking the `Target Membership` box in Xcode project on Target Membership menu #2

Closed jottenlips closed 3 months ago

jottenlips commented 3 months ago
      [
        "@bittingz/expo-native-fonts",
        {
          srcFolder: "./widgets/fonts",
          fonts: [
            {
              filePath: "Roboto/RobotoMono-RegularEmojis.ttf",
              targets: ["vestaboardWidgetExtension"],
              platform: "ios",
            },
            {
              filePath: "Roboto/Roboto-RegularEmojis.ttf",
              targets: ["vestaboardWidgetExtension"],
              platform: "ios",
            },
          ],
        },
      ],
Manually checking the box seems to work.
jottenlips commented 3 months ago

Screenshot 2024-05-08 at 4 35 17 PM full screenshot

gitn00b1337 commented 3 months ago

Ok I'll take a look asap. How urgent is this? Thanks

gitn00b1337 commented 3 months ago

The config is adding correctly but it seems to get deleted by expo during the pod install step. I'm still looking into this but it might be an expo issue.

gitn00b1337 commented 3 months ago

Hi, v0.1.15 is now released and should fix this.

jottenlips commented 3 months ago

Thank you! 🙏 works for me!