Skip to content

[Bug report] Cyclic dependency while deploy on iOS #336

@GraftCopolymer

Description

@GraftCopolymer

Version

2.3.0

Platforms

iOS

Device Model

iPhone 15 Pro Max(iOS 18.1/iOS18.0)

flutter info

[✓] Flutter (Channel stable, 3.19.2, on macOS 14.6 23G80 darwin-arm64, locale zh-Hans-CN)
    • Flutter version 3.19.2 on channel stable at /Users/graftcopolymer/development/flutter3.19.2
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision 7482962148 (1 year, 2 months ago), 2024-02-27 16:51:22 -0500
    • Engine revision 04817c99c9
    • Dart version 3.3.0
    • DevTools version 2.31.1
    • Pub download mirror https://pub.flutter-io.cn
    • Flutter download mirror https://storage.flutter-io.cn

[✓] Android toolchain - develop for Android devices (Android SDK version 35.0.0)
    • Android SDK at /Users/graftcopolymer/Library/Android/sdk
    • Platform android-35, build-tools 35.0.0
    • ANDROID_HOME = /Users/graftcopolymer/Library/Android/sdk
    • Java binary at: /Applications/Android Studio.app/Contents/jbr/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build 17.0.11+0-17.0.11b1207.24-11852314)
    • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS (Xcode 16.1)
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • Build 16B40
    • CocoaPods version 1.16.2

[✓] Chrome - develop for the web
    • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome

[✓] Android Studio (version 2024.1)
    • Android Studio at /Applications/Android Studio.app/Contents
    • Flutter plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/6351-dart
    • Java version OpenJDK Runtime Environment (build 17.0.11+0-17.0.11b1207.24-11852314)

[✓] IntelliJ IDEA Ultimate Edition (version 2024.2.3)
    • IntelliJ at /Applications/IntelliJ IDEA.app
    • Flutter plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/6351-dart

[✓] VS Code (version 1.99.3)
    • VS Code at /Applications/Visual Studio Code.app/Contents
    • Flutter extension version 3.108.0

[✓] Connected device (3 available)
    • iPhone 15 Pro Max (mobile) • 30B4810F-516B-4D23-9516-0A8392D2EDD7 • ios            • com.apple.CoreSimulator.SimRuntime.iOS-18-1 (simulator)
    • macOS (desktop)            • macos                                • darwin-arm64   • macOS 14.6 23G80 darwin-arm64
    • Chrome (web)               • chrome                               • web-javascript • Google Chrome 135.0.7049.115

[✓] Network resources
    • All expected network resources are available.

• No issues found!

How to reproduce?

Just run on the simulator using debug mode or flutter build ipa --release

Logs

Launching lib/main.dart on iPhone 15 Pro Max in debug mode...
Xcode build done.                                           22.6s
Failed to build iOS app
Error output from Xcode build:
Xcode's output:

    Writing result bundle at path:
    	/var/folders/dh/bzgghq815lv37pjgsplvn61h0000gn/T/flutter_tools.QlZ2n9/flutter_ios_build_temp_dir1Wgl72/temporary_xcresult_bundle

    /Users/graftcopolymer/.pub-cache/hosted/pub.flutter-io.cn/workmanager-0.5.2/ios/Classes/Extensions.swift:10:1: warning: extension declares a conformance of imported type 'UIBackgroundFetchResult' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
    extension UIBackgroundFetchResult: CustomDebugStringConvertible {
    ^
    /Users/graftcopolymer/.pub-cache/hosted/pub.flutter-io.cn/workmanager-0.5.2/ios/Classes/Extensions.swift:10:1: note: add '@retroactive' to silence this warning
    extension UIBackgroundFetchResult: CustomDebugStringConvertible {
    ^                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                       @retroactive CustomDebugStringConvertible
    /Users/graftcopolymer/.pub-cache/hosted/pub.flutter-io.cn/workmanager-0.5.2/ios/Classes/Extensions.swift:10:1: warning: extension declares a conformance of imported type 'UIBackgroundFetchResult' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
    extension UIBackgroundFetchResult: CustomDebugStringConvertible {
    ^
    /Users/graftcopolymer/.pub-cache/hosted/pub.flutter-io.cn/workmanager-0.5.2/ios/Classes/Extensions.swift:10:1: note: add '@retroactive' to silence this warning
    extension UIBackgroundFetchResult: CustomDebugStringConvertible {
    ^                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                       @retroactive CustomDebugStringConvertible
    /Users/graftcopolymer/.pub-cache/hosted/pub.flutter-io.cn/workmanager-0.5.2/ios/Classes/Extensions.swift:10:1: warning: extension declares a conformance of imported type 'UIBackgroundFetchResult' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
    extension UIBackgroundFetchResult: CustomDebugStringConvertible {
    ^
    /Users/graftcopolymer/.pub-cache/hosted/pub.flutter-io.cn/workmanager-0.5.2/ios/Classes/Extensions.swift:10:1: note: add '@retroactive' to silence this warning
    extension UIBackgroundFetchResult: CustomDebugStringConvertible {
    ^                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                       @retroactive CustomDebugStringConvertible
    /Users/graftcopolymer/.pub-cache/hosted/pub.flutter-io.cn/workmanager-0.5.2/ios/Classes/Extensions.swift:10:1: warning: extension declares a conformance of imported type 'UIBackgroundFetchResult' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
    extension UIBackgroundFetchResult: CustomDebugStringConvertible {
    ^
    /Users/graftcopolymer/.pub-cache/hosted/pub.flutter-io.cn/workmanager-0.5.2/ios/Classes/Extensions.swift:10:1: note: add '@retroactive' to silence this warning
    extension UIBackgroundFetchResult: CustomDebugStringConvertible {
    ^                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                       @retroactive CustomDebugStringConvertible
    /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_ptrdiff_t.h:41:10: error: Cyclic dependency in module '_stddef': _stddef -> DarwinFoundation -> _stddef (in target 'libwebp' from project 'Pods')
        /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/libwebp/src/dsp/cpu.h:17:10: note: while building module '_stddef' imported from /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/libwebp/src/dsp/cpu.h:17:
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stddef.h:64:10: note: while building module 'DarwinFoundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stddef.h:64:
        /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/<module-includes>:4:10: note: in file included from <module-includes>:4:
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/machine/endian.h:35:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/machine/endian.h:35:
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/i386/endian.h:85:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/i386/endian.h:85:
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_endian.h:131:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_endian.h:131:
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h:32:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h:32:
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types.h:33:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types.h:33:
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/machine/_types.h:32:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/machine/_types.h:32:
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/i386/_types.h:40:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/i386/_types.h:40:
    /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stddef.h:64:10: error: Could not build module 'DarwinFoundation' (in target 'libwebp' from project 'Pods')
        /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/libwebp/src/dsp/cpu.h:17:10: note: while building module '_stddef' imported from /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/libwebp/src/dsp/cpu.h:17:
        /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/<module-includes>:1:10: note: in file included from <module-includes>:1:
    /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/libwebp/src/dsp/cpu.h:17:10: error: Could not build module '_stddef' (in target 'libwebp' from project 'Pods')
        /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/libwebp/src/dsp/yuv_sse41.c:14:10: note: in file included from /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/libwebp/src/dsp/yuv_sse41.c:14:
        /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/libwebp/src/dsp/yuv.h:38:10: note: in file included from /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/libwebp/src/dsp/yuv.h:38:
        /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/libwebp/src/dsp/dsp.h:21:10: note: in file included from /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/libwebp/src/dsp/dsp.h:21:
    /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdint.h:18:10: error: Could not build module 'DarwinFoundation' (in target 'libwebp' from project 'Pods')
        /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/libwebp/src/webp/types.h:20:10: note: while building module '_stdint' imported from /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/libwebp/src/webp/types.h:20:
        /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/<module-includes>:1:10: note: in file included from <module-includes>:1:
    /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_ptrdiff_t.h:41:10: error: Cyclic dependency in module '_stddef': _stddef -> DarwinFoundation -> _stddef (in target 'libwebp' from project 'Pods')
        /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/libwebp/src/dsp/cpu.h:17:10: note: while building module '_stddef' imported from /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/libwebp/src/dsp/cpu.h:17:
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stddef.h:64:10: note: while building module 'DarwinFoundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stddef.h:64:
        /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/<module-includes>:4:10: note: in file included from <module-includes>:4:
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/machine/endian.h:35:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/machine/endian.h:35:
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/i386/endian.h:85:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/i386/endian.h:85:
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_endian.h:131:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_endian.h:131:
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h:32:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h:32:
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types.h:33:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types.h:33:
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/machine/_types.h:32:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/machine/_types.h:32:
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/i386/_types.h:40:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/i386/_types.h:40:
    /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stddef.h:64:10: error: Could not build module 'DarwinFoundation' (in target 'libwebp' from project 'Pods')
        /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/libwebp/src/dsp/cpu.h:17:10: note: while building module '_stddef' imported from /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/libwebp/src/dsp/cpu.h:17:
        /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/<module-includes>:1:10: note: in file included from <module-includes>:1:
    /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/libwebp/src/dsp/cpu.h:17:10: error: Could not build module '_stddef' (in target 'libwebp' from project 'Pods')
        /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/libwebp/src/dsp/yuv_sse2.c:14:10: note: in file included from /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/libwebp/src/dsp/yuv_sse2.c:14:
        /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/libwebp/src/dsp/yuv.h:38:10: note: in file included from /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/libwebp/src/dsp/yuv.h:38:
        /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/libwebp/src/dsp/dsp.h:21:10: note: in file included from /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/libwebp/src/dsp/dsp.h:21:
    /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdint.h:18:10: error: Could not build module 'DarwinFoundation' (in target 'libwebp' from project 'Pods')
        /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/libwebp/src/webp/types.h:20:10: note: while building module '_stdint' imported from /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/libwebp/src/webp/types.h:20:
        /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/<module-includes>:1:10: note: in file included from <module-includes>:1:
    /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdlib.h:62:10: error: Could not build module 'DarwinFoundation' (in target 'libwebp' from project 'Pods')
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdlib.h:58:10: note: while building module '_stdlib' imported from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdlib.h:58:
        /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/<module-includes>:1:10: note: in file included from <module-includes>:1:
    /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/wait.h:67:10: error: Could not build module 'DarwinFoundation' (in target 'libwebp' from project 'Pods')
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdlib.h:58:10: note: while building module '_stdlib' imported from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdlib.h:58:
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdlib.h:66:10: note: while building module 'sys_wait' imported from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdlib.h:66:
        /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/<module-includes>:1:10: note: in file included from <module-includes>:1:
    /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/types.h:72:10: error: Could not build module 'DarwinFoundation' (in target 'libwebp' from project 'Pods')
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdlib.h:58:10: note: while building module '_stdlib' imported from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdlib.h:58:
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdlib.h:66:10: note: while building module 'sys_wait' imported from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdlib.h:66:
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/wait.h:89:10: note: while building module 'sys_types' imported from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/wait.h:89:
        /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/<module-includes>:1:10: note: in file included from <module-includes>:1:
    /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_addr_t.h:30:10: error: Could not build module 'DarwinFoundation' (in target 'libwebp' from project 'Pods')
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdlib.h:58:10: note: while building module '_stdlib' imported from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdlib.h:58:
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdlib.h:66:10: note: while building module 'sys_wait' imported from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdlib.h:66:
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/wait.h:89:10: note: while building module 'sys_types' imported from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/wait.h:89:
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/types.h:113:10: note: while building module 'netinet_in' imported from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/types.h:113:
        /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/<module-includes>:1:10: note: in file included from <module-includes>:1:
    /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_useconds_t.h:30:10: error: Could not build module 'DarwinFoundation' (in target 'libwebp' from project 'Pods')
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdlib.h:58:10: note: while building module '_stdlib' imported from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdlib.h:58:
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdlib.h:66:10: note: while building module 'sys_wait' imported from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdlib.h:66:
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/wait.h:89:10: note: while building module 'sys_types' imported from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/wait.h:89:
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/types.h:173:10: note: while building module '_useconds_t' imported from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/types.h:173:
        /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/<module-includes>:1:10: note: in file included from <module-includes>:1:
    /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/errno.h:72:10: error: Could not build module 'DarwinFoundation' (in target 'libwebp' from project 'Pods')
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdlib.h:58:10: note: while building module '_stdlib' imported from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdlib.h:58:
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdlib.h:66:10: note: while building module 'sys_wait' imported from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdlib.h:66:
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/wait.h:89:10: note: while building module 'sys_types' imported from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/wait.h:89:
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/types.h:178:10: note: while building module '_errno' imported from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/types.h:178:
        /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/<module-includes>:1:10: note: in file included from <module-includes>:1:
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/errno.h:23:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/errno.h:23:
    /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_def.h:31:10: error: Could not build module 'DarwinFoundation' (in target 'libwebp' from project 'Pods')
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdlib.h:58:10: note: while building module '_stdlib' imported from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdlib.h:58:
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdlib.h:66:10: note: while building module 'sys_wait' imported from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdlib.h:66:
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/wait.h:89:10: note: while building module 'sys_types' imported from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/wait.h:89:
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/types.h:187:10: note: while building module '_sys_select' imported from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/types.h:187:
        /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/<module-includes>:1:10: note: in file included from <module-includes>:1:
    /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/i386/signal.h:38:10: error: Could not build module 'DarwinFoundation' (in target 'libwebp' from project 'Pods')
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdlib.h:58:10: note: while building module '_stdlib' imported from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdlib.h:58:
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdlib.h:66:10: note: while building module 'sys_wait' imported from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdlib.h:66:
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/wait.h:109:10: note: while building module '_signal' imported from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/wait.h:109:
        /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/<module-includes>:1:10: note: in file included from <module-includes>:1:
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/machine/signal.h:32:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/machine/signal.h:32:
    /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/resource.h:67:10: error: Could not build module 'DarwinFoundation' (in target 'libwebp' from project 'Pods')
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdlib.h:58:10: note: while building module '_stdlib' imported from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdlib.h:58:
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdlib.h:66:10: note: while building module 'sys_wait' imported from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdlib.h:66:
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/wait.h:110:10: note: while building module 'sys_resource' imported from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/wait.h:110:
        /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/<module-includes>:1:10: note: in file included from <module-includes>:1:
    /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h:31:10: error: Could not build module 'DarwinFoundation' (in target 'libwebp' from project 'Pods')
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdlib.h:58:10: note: while building module '_stdlib' imported from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdlib.h:58:
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdlib.h:66:10: note: while building module 'sys_wait' imported from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdlib.h:66:
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/wait.h:110:10: note: while building module 'sys_resource' imported from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/wait.h:110:
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/resource.h:80:10: note: while building module 'sys_time' imported from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/resource.h:80:
        /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/<module-includes>:1:10: note: in file included from <module-includes>:1:
    /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/alloca.h:27:10: error: Could not build module 'DarwinFoundation' (in target 'libwebp' from project 'Pods')
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdlib.h:58:10: note: while building module '_stdlib' imported from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdlib.h:58:
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdlib.h:68:10: note: while building module 'alloca' imported from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdlib.h:68:
        /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/<module-includes>:1:10: note: in file included from <module-includes>:1:
    /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/runetype.h:42:10: error: Could not build module 'DarwinFoundation' (in target 'libwebp' from project 'Pods')
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdlib.h:58:10: note: while building module '_stdlib' imported from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdlib.h:58:
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdlib.h:77:10: note: while building module 'runetype' imported from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdlib.h:77:
        /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/<module-includes>:1:10: note: in file included from <module-includes>:1:
    /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdlib.h:58:10: error: Could not build module '_stdlib' (in target 'libwebp' from project 'Pods')
        /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/libwebp/src/dsp/yuv_sse2.c:19:10: note: while building module '_Builtin_intrinsics' imported from /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/libwebp/src/dsp/yuv_sse2.c:19:
        /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/<module-includes>:1:10: note: in file included from <module-includes>:1:
        /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include/immintrin.h:26:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include/immintrin.h:26:
        /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include/xmmintrin.h:31:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include/xmmintrin.h:31:
        /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include/mm_malloc.h:13:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include/mm_malloc.h:13:
    /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_assert.h:45:10: error: Could not build module 'DarwinFoundation' (in target 'libwebp' from project 'Pods')
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/assert.h:58:10: note: while building module '_assert' imported from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/assert.h:58:
        /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/<module-includes>:1:10: note: in file included from <module-includes>:1:
    /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/limits.h:63:10: error: Could not build module 'DarwinFoundation' (in target 'libwebp' from project 'Pods')
        /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/libwebp/src/utils/utils.h:23:10: note: while building module '_limits' imported from /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/libwebp/src/utils/utils.h:23:
        /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/<module-includes>:1:10: note: in file included from <module-includes>:1:
    /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_string.h:61:10: error: Could not build module 'DarwinFoundation' (in target 'libwebp' from project 'Pods')
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/string.h:58:10: note: while building module '_string' imported from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/string.h:58:
        /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/<module-includes>:1:10: note: in file included from <module-includes>:1:
    /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_strings.h:61:10: error: Could not build module 'DarwinFoundation' (in target 'libwebp' from project 'Pods')
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/string.h:58:10: note: while building module '_string' imported from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/string.h:58:
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_string.h:182:10: note: while building module '_strings' imported from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_string.h:182:
        /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/<module-includes>:1:10: note: in file included from <module-includes>:1:
    /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_ptrdiff_t.h:41:10: error: Cyclic dependency in module '_stddef': _stddef -> DarwinFoundation -> _stddef (in target 'libwebp' from project 'Pods')
        /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/libwebp/src/dsp/cpu.h:17:10: note: while building module '_stddef' imported from /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/libwebp/src/dsp/cpu.h:17:
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stddef.h:64:10: note: while building module 'DarwinFoundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stddef.h:64:
        /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/<module-includes>:4:10: note: in file included from <module-includes>:4:
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/machine/endian.h:35:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/machine/endian.h:35:
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/i386/endian.h:85:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/i386/endian.h:85:
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_endian.h:131:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_endian.h:131:
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h:32:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h:32:
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types.h:33:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types.h:33:
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/machine/_types.h:32:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/machine/_types.h:32:
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/i386/_types.h:40:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/i386/_types.h:40:
    /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stddef.h:64:10: error: Could not build module 'DarwinFoundation' (in target 'libwebp' from project 'Pods')
        /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/libwebp/src/dsp/cpu.h:17:10: note: while building module '_stddef' imported from /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/libwebp/src/dsp/cpu.h:17:
        /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/<module-includes>:1:10: note: in file included from <module-includes>:1:
    /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/libwebp/src/dsp/cpu.h:17:10: error: Could not build module '_stddef' (in target 'libwebp' from project 'Pods')
        /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/libwebp/src/dsp/yuv_neon.c:14:10: note: in file included from /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/libwebp/src/dsp/yuv_neon.c:14:
        /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/libwebp/src/dsp/yuv.h:38:10: note: in file included from /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/libwebp/src/dsp/yuv.h:38:
        /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/libwebp/src/dsp/dsp.h:21:10: note: in file included from /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/libwebp/src/dsp/dsp.h:21:
    /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdint.h:18:10: error: Could not build module 'DarwinFoundation' (in target 'libwebp' from project 'Pods')
        /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/libwebp/src/webp/types.h:20:10: note: while building module '_stdint' imported from /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/libwebp/src/webp/types.h:20:
        /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/<module-includes>:1:10: note: in file included from <module-includes>:1:
    /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_ptrdiff_t.h:41:10: error: Cyclic dependency in module '_stddef': _stddef -> DarwinFoundation -> _stddef (in target 'libwebp' from project 'Pods')
        /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/libwebp/src/dsp/cpu.h:17:10: note: while building module '_stddef' imported from /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/libwebp/src/dsp/cpu.h:17:
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stddef.h:64:10: note: while building module 'DarwinFoundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stddef.h:64:
        /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/<module-includes>:4:10: note: in file included from <module-includes>:4:
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/machine/endian.h:35:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/machine/endian.h:35:
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/i386/endian.h:85:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/i386/endian.h:85:
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_endian.h:131:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_endian.h:131:
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h:32:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h:32:
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types.h:33:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types.h:33:
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/machine/_types.h:32:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/machine/_types.h:32:
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/i386/_types.h:40:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/i386/_types.h:40:
    /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stddef.h:64:10: error: Could not build module 'DarwinFoundation' (in target 'libwebp' from project 'Pods')
        /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/libwebp/src/dsp/cpu.h:17:10: note: while building module '_stddef' imported from /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/libwebp/src/dsp/cpu.h:17:
        /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/<module-includes>:1:10: note: in file included from <module-includes>:1:
    /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/libwebp/src/dsp/cpu.h:17:10: error: Could not build module '_stddef' (in target 'libwebp' from project 'Pods')
        /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/libwebp/src/dsp/yuv_mips_dsp_r2.c:15:10: note: in file included from /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/libwebp/src/dsp/yuv_mips_dsp_r2.c:15:
        /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/libwebp/src/dsp/dsp.h:21:10: note: in file included from /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/libwebp/src/dsp/dsp.h:21:
    /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdint.h:18:10: error: Could not build module 'DarwinFoundation' (in target 'libwebp' from project 'Pods')
        /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/libwebp/src/webp/types.h:20:10: note: while building module '_stdint' imported from /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/libwebp/src/webp/types.h:20:
        /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/<module-includes>:1:10: note: in file included from <module-includes>:1:
    /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_ptrdiff_t.h:41:10: error: Cyclic dependency in module '_stddef': _stddef -> DarwinFoundation -> _stddef (in target 'libwebp' from project 'Pods')
        /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/libwebp/src/dsp/cpu.h:17:10: note: while building module '_stddef' imported from /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/libwebp/src/dsp/cpu.h:17:
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stddef.h:64:10: note: while building module 'DarwinFoundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stddef.h:64:
        /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/<module-includes>:4:10: note: in file included from <module-includes>:4:
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/machine/endian.h:35:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/machine/endian.h:35:
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/i386/endian.h:85:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/i386/endian.h:85:
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_endian.h:131:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_endian.h:131:
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h:32:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h:32:
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types.h:33:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types.h:33:
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/machine/_types.h:32:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/machine/_types.h:32:
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/i386/_types.h:40:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/i386/_types.h:40:
    /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stddef.h:64:10: error: Could not build module 'DarwinFoundation' (in target 'libwebp' from project 'Pods')
        /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/libwebp/src/dsp/cpu.h:17:10: note: while building module '_stddef' imported from /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/libwebp/src/dsp/cpu.h:17:
        /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/<module-includes>:1:10: note: in file included from <module-includes>:1:
    /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/libwebp/src/dsp/cpu.h:17:10: error: Could not build module '_stddef' (in target 'libwebp' from project 'Pods')
        /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/libwebp/src/dsp/yuv_mips32.c:15:10: note: in file included from /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/libwebp/src/dsp/yuv_mips32.c:15:
        /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/libwebp/src/dsp/dsp.h:21:10: note: in file included from /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/libwebp/src/dsp/dsp.h:21:
    /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdint.h:18:10: error: Could not build module 'DarwinFoundation' (in target 'libwebp' from project 'Pods')
        /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/libwebp/src/webp/types.h:20:10: note: while building module '_stdint' imported from /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/libwebp/src/webp/types.h:20:
        /Users/graftcopolymer/project/isdu_5/isdu-app/ios/Pods/<module-includes>:1:10: note: in file included from <module-includes>:1:
    note: Run script build phase 'Run Script' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'Runner' from project 'Runner')
    note: Run script build phase 'Thin Binary' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'Runner' from project 'Runner')

Could not build the application for the simulator.
Error launching application on iPhone 15 Pro Max.


Exited (1).

Example code (optional)

Contact

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions