Что я сделал? /> Я получил следующую ошибку:
runtimeerror - pbxgroup попытка инициализировать объект с неизвестным ISA pbxfilesystemsynchronizedroutgroup из атрибутов:
Код: Выделить всё
{"isa"=>"PBXFileSystemSynchronizedRootGroup",
"exceptions"=>["E97F44AD2CB644CA004719F6"],
"explicitFileTypes"=>{}, "explicitFolders"=>[],
"path"=>"charge_liveactivity",
"sourceTree"=>""}
/opt/homebrew/Cellar/cocoapods/1.15.2_1/libexec/gems/xcodeproj-1.25.0/lib/xcodeproj/project/object.rb:359:in rescue in object_with_uuid'
/opt/homebrew/Cellar/cocoapods/1.15.2_1/libexec/gems/xcodeproj-1.25.0/lib/xcodeproj/project/object.rb:349:in object_with_uuid'
...
< /code>
среда: < /strong>
cocoapods: 1.15.2
Ruby: Ruby 3.3.5
xcode: 16.0
macos: 15.0.1 < /p>
podfile: < /prong> < /p>
podfile: < /strong> < /p>
podfile: < /strong> < /p>
# Uncomment this line to define a global platform for your project
platform :ios, '14.0'
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
project 'Runner', {
'Debug' => :debug,
'Profile' => :release,
'Release' => :release,
}
def flutter_root
...
end
require File.expand_path(File.join('packages', 'flutter_tools', 'bin', 'podhelper'), flutter_root)
flutter_ios_podfile_setup
target 'Runner' do
use_frameworks!
use_modular_headers!
flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
end
post_install do |installer|
...
end
< /code>
Дополнительная информация:
Я пытался обновить кокопод и запуск обновления Pod Repo, но проблема сохраняется. Я также проверил настройки проекта в XCode, но я не смог найти никаких неправильных конфигураций.
Подробнее здесь: https://stackoverflow.com/questions/790 ... wn-isa-pbx