Post

Replies

Boosts

Views

Activity

Reply to xcodebuild[56491:10396296] [MT] DVTAssertions: Warning in Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103
Podfile file add: post_install do |installer|         installer.generated_projects.each do |project|             project.targets.each do |target|                 target.build_configurations.each do |config|                         config.build_settings["DEVELOPMENT_TEAM"] = "You Team ID"                 end             end         end end
Oct ’23