Обработка цикла внутри Runner; построение может дать ненадежные результаты после обновления xcode до xcode 15IOS

Программируем под IOS
Гость
Обработка цикла внутри Runner; построение может дать ненадежные результаты после обновления xcode до xcode 15

Сообщение Гость »


Я обновляю xcode до версии 15 и ios до версии 17. Но когда я пытаюсь создать свой флаттер-проект на iPhone 15 Pro Max, я получаю эту ошибку

Код: Выделить всё

Error (Xcode): Cycle inside Runner; building could produce unreliable results.
Cycle details:
→ Target 'Runner': CodeSign /Users/umsi06/Documents/project/devV17Ke18/build/ios/Debug-iphonesimulator/Runner.app
○ That command depends on command in Target 'Runner': script phase “[CP] Embed Pods Frameworks”
○ That command depends on command in Target 'Runner': script phase “Thin Binary”
○ Target 'Runner' has process command with output '/Users/umsi06/Documents/project/devV17Ke18/build/ios/Debug-iphonesimulator/Runner.app/Info.plist'
○ Target 'Runner' has copy command from '/Users/umsi06/Documents/project/devV17Ke18/build/ios/Debug-iphonesimulator/OneSignalNotificationServiceExtension.appex' to '/Users/umsi06/Documents/project/devV17Ke18/build/ios/Debug-iphonesimulator/Runner.app/PlugIns/OneSignalNotificationServiceExtension.appex'
○ That command depends on command in Target 'Runner': script phase “[CP] Copy Pods Resources”
is there a way to solve this


Источник: https://stackoverflow.com/questions/771 ... s-after-up

Вернуться в «IOS»