Quantcast
Channel: Active questions tagged cocoapods - Stack Overflow
Viewing all articles
Browse latest Browse all 1028

xcode 15 Uncategorized (Xcode): Command CodeSign failed with a nonzero exit code

$
0
0

I updated my xcode to 15.4Im running flutter run on iphone 15 pro simulatorpod --version is 1.15.2In my PodFile I added

post_install do |installer|  installer.pods_project.targets.each do |target|     flutter_additional_ios_build_settings(target)      target.build_configurations.each do |config|        xcconfig_path = config.base_configuration_reference.real_path        xcconfig = File.read(xcconfig_path)        xcconfig_mod = xcconfig.gsub(/DT_TOOLCHAIN_DIR/, "TOOLCHAIN_DIR")        File.open(xcconfig_path, "w") { |file| file << xcconfig_mod }      end  endend

the error I see

Uncategorized (Xcode): Command CodeSign failed with a nonzero exit code

Viewing all articles
Browse latest Browse all 1028

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>