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
Issue Description:
Encountered multiple errors while running pod install in the iOS directory of my Flutter project that integrates Firebase. I am using Visual Studio Code as my IDE.
Steps to Reproduce:
Open terminal in Visual Studio Code.
Navigate to the iOS directory of the project.
Execute pod install --repo-update.
Expected Behavior:
Pods should install without errors, updating the project dependencies accordingly.
Actual Behavior:
Received errors related to unknown attributes in Xcodeproj and a FrozenError when CocoaPods attempted to report the error. The detailed error messages are:
[!] Xcodeproj doesn't know about the following attributes {"minimizedProjectReferenceProxies"=>"1"} for the 'PBXProject' isa.
FrozenError: can't modify frozen String
Error Messages:
[!] Xcodeproj doesn't know about the following attributes {"minimizedProjectReferenceProxies"=>"1"} for the 'PBXProject' isa.
/Library/Ruby/Gems/2.6.0/gems/cocoapods-1.15.2/lib/cocoapods/user_interface/error_report.rb:34
`force_encoding': can't modify frozen String (FrozenError)
Attempts to Resolve:
Updated CocoaPods to the latest version.
Checked Xcode compatibility, no issues found on CocoaPods and Xcode release notes.
Please advise on a resolution or workaround
The text was updated successfully, but these errors were encountered:
Environment:
Issue Description:
Encountered multiple errors while running
pod install
in the iOS directory of my Flutter project that integrates Firebase. I am using Visual Studio Code as my IDE.Steps to Reproduce:
pod install --repo-update
.Expected Behavior:
Pods should install without errors, updating the project dependencies accordingly.
Actual Behavior:
Received errors related to unknown attributes in Xcodeproj and a FrozenError when CocoaPods attempted to report the error. The detailed error messages are:
[!] Xcodeproj doesn't know about the following attributes {"minimizedProjectReferenceProxies"=>"1"} for the 'PBXProject' isa.
FrozenError: can't modify frozen String
Error Messages:
[!] Xcodeproj doesn't know about the following attributes {"minimizedProjectReferenceProxies"=>"1"} for the 'PBXProject' isa.
/Library/Ruby/Gems/2.6.0/gems/cocoapods-1.15.2/lib/cocoapods/user_interface/error_report.rb:34
`force_encoding': can't modify frozen String (FrozenError)
Attempts to Resolve:
Please advise on a resolution or workaround
The text was updated successfully, but these errors were encountered: