Skip to content

❌ (../../node_modules/voltra/ios/ui/Style/DecorationStyle.swift:54:21) #28

@a-eid

Description

@a-eid

Library Version

1.0.1

React Native Version

0.81.5

React Version

19.1.0

Expo Version

^54.0.31

Minimal Reproduction

  • install the package.
  • defined the plugin
  • trigger a build with eas.

Additional Information (Optional)

I get this error

[RUN_FASTLANE] [!] Error building the application - see the log above
[RUN_FASTLANE] › Compiling Pods/ZXingObjC » ZXCapture.m
[RUN_FASTLANE]
❌  (../../node_modules/voltra/ios/ui/Style/DecorationStyle.swift:54:21)

  52 |           switch glassEffect {
  53 |           case .clear:
> 54 |             content.glassEffect(.clear)
     |                     ^ value of type 'some View' has no member 'glassEffect'
  55 |           case .identity:
  56 |             content.glassEffect(.identity)
  57 |           case .regular:

[RUN_FASTLANE]
❌  (../../node_modules/voltra/ios/ui/Style/DecorationStyle.swift:54:34)

  52 |           switch glassEffect {
  53 |           case .clear:
> 54 |             content.glassEffect(.clear)
     |                                  ^ cannot infer contextual base in reference to member 'clear'
  55 |           case .identity:
  56 |             content.glassEffect(.identity)
  57 |           case .regular:

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions