You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for reporting, @masarusanjp. Per checking, it seems that RemoteConfigProperty doesn't exist in the latest version in CocoaPods but it's available in SPM. I'll inform the engineers about this.
Description
RemoteConfigProperty
introduced in the release notes does not seem to be available.I tried to add
FirebaseRemoteConfigSwift
in Podfile and use it, but the definition forRemoteConfigProperty
does not seem to exist.Sorry if I am mistaken and
RemoteConfigProperty
is not yet available.I think it may be due to the fact that the source_files designation on the podspec in Cocoapods/Specs is
"FirebaseRemoteConfigSwift/Sources/*.swift"
.`https://github.com/CocoaPods/Specs/blob/master/Specs/e/b/d/FirebaseRemoteConfigSwift/10.0.0/FirebaseRemoteConfigSwift.podspec.json#L25-L27
In https://github.com/firebase/firebase-ios-sdk/blob/CocoaPods-10.0.0/FirebaseRemoteConfigSwift.podspec#L37-L39, the `' FirebaseRemoteConfigSwift/Sources/**/*.swift', so it's odd why the difference.
Reproducing the issue
Firebase SDK Version
10.0.0
Xcode Version
14.0.1
Installation Method
CocoaPods
Firebase Product(s)
Remote Config
Targeted Platforms
iOS
Relevant Log Output
No response
If using Swift Package Manager, the project's Package.resolved
Expand
Package.resolved
snippetReplace this line with the contents of your Package.resolved.
If using CocoaPods, the project's Podfile.lock
Expand
Podfile.lock
snippetThe text was updated successfully, but these errors were encountered: