Same issue when trying to run a test for my Flutter app, I am able to run the app otherwise in the simulator.
Obviously this is a pretty major issue after upgrading to Sonoma 14.0 as you can't downgrade xCode to 14.x once you've upgraded to Sonoma.
I am desperate for a fix, I've tried the following code added to my Podfile but it has NOT alleviate the issue:
`post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
#config.build_settings['DEVELOPMENT_TEAM'] = '<TEAM_ID>'
end
end
end
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: