Replies: 4 comments
-
What's the easiest way to reproduce the behaviour? |
Beta Was this translation helpful? Give feedback.
-
oo thanks for your reply its say none of my lane was not working in your mac :( I think I am not using |
Beta Was this translation helpful? Give feedback.
-
@saroar Curious if you're seeing this locally with fastlane? Or is it a CI environment? Also, does the problem persist with the Xcode 13 RC that was released today? |
Beta Was this translation helpful? Give feedback.
-
Hi @saroar, I'm going to convert this to a discussion, as it doesn't seem to be a reproducible library bug and might have more to do with how Fastlane is configured. If we do discover it's a bug, we can reopen an issue with more info on how to reproduce. |
Beta Was this translation helpful? Give feedback.
-
Describe the bug
Give a clear and concise description of what the bug is.
using fastlane for my app and getting this error
❌ /Users/alif/Library/Developer/Xcode/DerivedData/Addame-biwqafsqwbkxfaakpgvfcpnddibd/SourcePackages/checkouts/swift-composable-architecture/Sources/ComposableArchitecture/Beta/Concurrency.swift:222:10: value of type 'StorePublisher' has no dynamic member 'values' using key path from root type 'State'
.values
^
❌ /Users/alif/Library/Developer/Xcode/DerivedData/Addame-biwqafsqwbkxfaakpgvfcpnddibd/SourcePackages/checkouts/swift-composable-architecture/Sources/ComposableArchitecture/Beta/Concurrency.swift:221:22: subscript 'subscript(dynamicMember:)' requires that 'State' conform to 'Equatable'
To Reproduce
Zip up a project that reproduces the behavior and attach it by dragging it here.
my project is open source here is it
https://github.com/AddaMeSPB/AddaMeIOS/tree/feature/git_workflow
Expected behavior
Give a clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
Additional context
Add any more context about the problem here.
Beta Was this translation helpful? Give feedback.
All reactions