Issue with CocoaPods when using Azure DevOps to Deploy native app.
0
When I try to deploy using Azure DevOps I get an error when using the built in CocoaPods step. The error is that an Invalid 'Podfile' file. [!] Invalid `Podfile` file: undefined method `to_hash' for an instance of String. # from /Users/runner/work/1/s/ios/Podfile:43 # ------------------------------------------- # xcconfig_file = "./Config/config.xcconfig" > xcconfig = Xcodeproj::Config.new(xcconfig_file) # # ------------------------------------------- Has anyone ran into a similar problem and found a solution?