묻고 답해요
161만명의 커뮤니티!! 함께 토론해봐요.
인프런 TOP Writers
-
미해결배달앱 클론코딩 [with React Native]
debugger 관련 오류 문의드립니다
안녕하세요 강의를 따라 진행하던 중 질문이 있어 문의드립니다.현재 웹소켓 관련한 로그를 찍어보기 위해 localhost:8081 주소로 접속해보면 Another debugger is already connected위 메시지가 발생해 메트로 서버 로그를 확인해보니 아래와 같은 에러가 발생하고 있습니다.Error: Unable to resolve module ./debugger-ui/debuggerWorker.aca173c4 from /Users/chanha/Desktop/pandpie/FoodDeliveryApp/.: None of these files exist: * debugger-ui/debuggerWorker.aca173c4(.native|.native.js|.js|.native.jsx|.jsx|.native.json|.json|.native.ts|.ts|.native.tsx|.tsx) * debugger-ui/debuggerWorker.aca173c4/index(.native|.native.js|.js|.native.jsx|.jsx|.native.json|.json|.native.ts|.ts|.native.tsx|.tsx) at ModuleResolver.resolveDependency (/Users/chanha/Desktop/pandpie/FoodDeliveryApp/node_modules/metro/src/node-haste/DependencyGraph/ModuleResolution.js:114:15) at DependencyGraph.resolveDependency (/Users/chanha/Desktop/pandpie/FoodDeliveryApp/node_modules/metro/src/node-haste/DependencyGraph.js:277:43) at /Users/chanha/Desktop/pandpie/FoodDeliveryApp/node_modules/metro/src/lib/transformHelpers.js:169:21 at Server._resolveRelativePath (/Users/chanha/Desktop/pandpie/FoodDeliveryApp/node_modules/metro/src/Server.js:1045:12) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Server._explodedSourceMapForBundleOptions (/Users/chanha/Desktop/pandpie/FoodDeliveryApp/node_modules/metro/src/Server.js:993:35) at async Promise.all (index 1) at async Server._symbolicate (/Users/chanha/Desktop/pandpie/FoodDeliveryApp/node_modules/metro/src/Server.js:945:26) at async Server._processRequest (/Users/chanha/Desktop/pandpie/FoodDeliveryApp/node_modules/metro/src/Server.js:418:7)이를 위해 제가 진행해본 사항은 아래와 같습니다.1. https://velog.io/@dody_/Another-debugger-is-already-connected위 글을 참조해 react-native 프로젝트를 재시작 해보았습니다. 2. npm install --save @react-native-community/cli-debugger-ui 명령어로 debugger-ui 패키지를 재설치해보았습니다. node_modules/ 패키지를 지우고 다시 npm i를 통해 전체 패키지를 재설치해보았습니다. 메시지를 읽어보면 모듈 자체의 설치 이슈일 것으로 예상되는데 혹시 제가 놓친 부분이 있을까요?? 제 개발환경은 m1 pro 를 사용하고 있습니다.
-
미해결배달앱 클론코딩 [with React Native]
npm run ios 시 에러 발생
깃헙에 올려져있는 setting 프로젝트를 클론받고 npm i && npx pod-install 까지 완료한 후 npm run ios 를 하면 아래와 같은 에러가 뜹니다. 안드로이드로 실행했을 경우 정상적으로 작동합니다.rary/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Products/Debug-iphonesimulator/ReactCommon -fmodule-map-file\=/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Headers/Public/React/React-Core.modulemap -fmodule-map-file\=/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Headers/Public/yoga/Yoga.modulemap -DFOLLY_NO_CONFIG -DFOLLY_MOBILE\=1 -DFOLLY_USE_LIBCPP\=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -include /Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Target\ Support\ Files/ReactCommon/ReactCommon-prefix.pch -MMD -MT dependencies -MF /Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/ReactCommon.build/Objects-normal/x86_64/TurboModuleUtils.d --serialize-diagnostics /Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/ReactCommon.build/Objects-normal/x86_64/TurboModuleUtils.dia -c /Users/jeongjaehong/FoodDeliveryApp/node_modules/react-native/ReactCommon/react/nativemodule/core/ReactCommon/TurboModuleUtils.cpp -o /Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/ReactCommon.build/Objects-normal/x86_64/TurboModuleUtils.o -index-unit-output-path /Pods.build/Debug-iphonesimulator/ReactCommon.build/Objects-normal/x86_64/TurboModuleUtils.oSwiftDriver YogaKit normal x86_64 com.apple.xcode.tools.swift.compiler (in target 'YogaKit' from project 'Pods') cd /Users/jeongjaehong/FoodDeliveryApp/ios/Pods builtin-SwiftDriver -- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name YogaKit -Onone -enforce-exclusivity\=checked @/Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/YogaKit.build/Objects-normal/x86_64/YogaKit.SwiftFileList -DDEBUG -D COCOAPODS -Xcc -fmodule-map-file\=/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Headers/Public/yoga/Yoga.modulemap -import-underlying-module -Xcc -fmodule-map-file\=/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Headers/Public/YogaKit/YogaKit.modulemap -sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.0.sdk -target x86_64-apple-ios11.0-simulator -enable-bare-slash-regex -g -module-cache-path /Users/jeongjaehong/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Index.noindex/DataStore -swift-version 4 -I /Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Products/Debug-iphonesimulator/YogaKit -F /Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Products/Debug-iphonesimulator/YogaKit -parse-as-library -c -j8 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/jeongjaehong/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.0-21A325-9f995cea1212cde75317d7d3cd2045e2.sdkstatcache -output-file-map /Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/YogaKit.build/Objects-normal/x86_64/YogaKit-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/YogaKit.build/Objects-normal/x86_64/YogaKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/jeongjaehong/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/YogaKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/YogaKit.build/Objects-normal/x86_64/YogaKit_const_extract_protocols.json -Xcc -iquote -Xcc /Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/YogaKit.build/YogaKit-generated-files.hmap -Xcc -I/Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/YogaKit.build/YogaKit-own-target-headers.hmap -Xcc -I/Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/YogaKit.build/YogaKit-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/YogaKit.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/YogaKit.build/YogaKit-project-headers.hmap -Xcc -I/Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Products/Debug-iphonesimulator/YogaKit/include -Xcc -I/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Headers/Private -Xcc -I/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Headers/Private/YogaKit -Xcc -I/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Headers/Public -Xcc -I/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Headers/Public/Yoga -Xcc -I/Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/YogaKit.build/DerivedSources-normal/x86_64 -Xcc -I/Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/YogaKit.build/DerivedSources/x86_64 -Xcc -I/Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/YogaKit.build/DerivedSources -Xcc -DPOD_CONFIGURATION_DEBUG\=1 -Xcc -DDEBUG\=1 -Xcc -DCOCOAPODS\=1 -emit-objc-header -emit-objc-header-path /Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/YogaKit.build/Objects-normal/x86_64/YogaKit-Swift.h -working-directory /Users/jeongjaehong/FoodDeliveryApp/ios/Pods -experimental-emit-module-separately -disable-cmoCompileC /Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/YogaKit.build/Objects-normal/x86_64/YogaKit-dummy.o /Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Target\ Support\ Files/YogaKit/YogaKit-dummy.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'YogaKit' from project 'Pods') cd /Users/jeongjaehong/FoodDeliveryApp/ios/Pods /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/jeongjaehong/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.0-21A325-9f995cea1212cde75317d7d3cd2045e2.sdkstatcache -target x86_64-apple-ios11.0-simulator -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -std\=gnu11 -fobjc-arc -fobjc-weak -fmodules -fmodules-cache-path\=/Users/jeongjaehong/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/jeongjaehong/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wdocumentation -Wunreachable-code -Wno-implicit-atomic-properties -Werror\=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror\=objc-root-class -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations -Wno-implicit-fallthrough -DPOD_CONFIGURATION_DEBUG\=1 -DDEBUG\=1 -DCOCOAPODS\=1 -DOBJC_OLD_DISPATCH_PROTOTYPES\=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.0.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -Wunguarded-availability -fobjc-abi-version\=2 -fobjc-legacy-dispatch -index-store-path /Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Index.noindex/DataStore -iquote /Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/YogaKit.build/YogaKit-generated-files.hmap -I/Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/YogaKit.build/YogaKit-own-target-headers.hmap -I/Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/YogaKit.build/YogaKit-all-non-framework-target-headers.hmap -ivfsoverlay /Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/YogaKit.build/all-product-headers.yaml -iquote /Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/YogaKit.build/YogaKit-project-headers.hmap -I/Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Products/Debug-iphonesimulator/YogaKit/include -I/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Headers/Private -I/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Headers/Private/YogaKit -I/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Headers/Public -I/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Headers/Public/Yoga -I/Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/YogaKit.build/DerivedSources-normal/x86_64 -I/Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/YogaKit.build/DerivedSources/x86_64 -I/Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/YogaKit.build/DerivedSources -F/Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Products/Debug-iphonesimulator/YogaKit -fmodule-map-file\=/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Headers/Public/yoga/Yoga.modulemap -include /Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Target\ Support\ Files/YogaKit/YogaKit-prefix.pch -MMD -MT dependencies -MF /Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/YogaKit.build/Objects-normal/x86_64/YogaKit-dummy.d --serialize-diagnostics /Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/YogaKit.build/Objects-normal/x86_64/YogaKit-dummy.dia -c /Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Target\ Support\ Files/YogaKit/YogaKit-dummy.m -o /Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/YogaKit.build/Objects-normal/x86_64/YogaKit-dummy.o -index-unit-output-path /Pods.build/Debug-iphonesimulator/YogaKit.build/Objects-normal/x86_64/YogaKit-dummy.oCompileC /Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/YogaKit.build/Objects-normal/x86_64/YGLayout.o /Users/jeongjaehong/FoodDeliveryApp/ios/Pods/YogaKit/YogaKit/Source/YGLayout.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'YogaKit' from project 'Pods') cd /Users/jeongjaehong/FoodDeliveryApp/ios/Pods /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/jeongjaehong/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.0-21A325-9f995cea1212cde75317d7d3cd2045e2.sdkstatcache -target x86_64-apple-ios11.0-simulator -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -std\=gnu11 -fobjc-arc -fobjc-weak -fmodules -fmodules-cache-path\=/Users/jeongjaehong/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/jeongjaehong/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wdocumentation -Wunreachable-code -Wno-implicit-atomic-properties -Werror\=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror\=objc-root-class -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations -Wno-implicit-fallthrough -DPOD_CONFIGURATION_DEBUG\=1 -DDEBUG\=1 -DCOCOAPODS\=1 -DOBJC_OLD_DISPATCH_PROTOTYPES\=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.0.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -Wunguarded-availability -fobjc-abi-version\=2 -fobjc-legacy-dispatch -index-store-path /Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Index.noindex/DataStore -iquote /Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/YogaKit.build/YogaKit-generated-files.hmap -I/Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/YogaKit.build/YogaKit-own-target-headers.hmap -I/Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/YogaKit.build/YogaKit-all-non-framework-target-headers.hmap -ivfsoverlay /Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/YogaKit.build/all-product-headers.yaml -iquote /Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/YogaKit.build/YogaKit-project-headers.hmap -I/Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Products/Debug-iphonesimulator/YogaKit/include -I/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Headers/Private -I/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Headers/Private/YogaKit -I/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Headers/Public -I/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Headers/Public/Yoga -I/Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/YogaKit.build/DerivedSources-normal/x86_64 -I/Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/YogaKit.build/DerivedSources/x86_64 -I/Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/YogaKit.build/DerivedSources -F/Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Products/Debug-iphonesimulator/YogaKit -fmodule-map-file\=/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Headers/Public/yoga/Yoga.modulemap -include /Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Target\ Support\ Files/YogaKit/YogaKit-prefix.pch -MMD -MT dependencies -MF /Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/YogaKit.build/Objects-normal/x86_64/YGLayout.d --serialize-diagnostics /Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/YogaKit.build/Objects-normal/x86_64/YGLayout.dia -c /Users/jeongjaehong/FoodDeliveryApp/ios/Pods/YogaKit/YogaKit/Source/YGLayout.m -o /Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/YogaKit.build/Objects-normal/x86_64/YGLayout.o -index-unit-output-path /Pods.build/Debug-iphonesimulator/YogaKit.build/Objects-normal/x86_64/YGLayout.oCompileC /Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/YogaKit.build/Objects-normal/x86_64/UIView+Yoga.o /Users/jeongjaehong/FoodDeliveryApp/ios/Pods/YogaKit/YogaKit/Source/UIView+Yoga.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'YogaKit' from project 'Pods') cd /Users/jeongjaehong/FoodDeliveryApp/ios/Pods /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/jeongjaehong/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.0-21A325-9f995cea1212cde75317d7d3cd2045e2.sdkstatcache -target x86_64-apple-ios11.0-simulator -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -std\=gnu11 -fobjc-arc -fobjc-weak -fmodules -fmodules-cache-path\=/Users/jeongjaehong/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/jeongjaehong/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wdocumentation -Wunreachable-code -Wno-implicit-atomic-properties -Werror\=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror\=objc-root-class -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations -Wno-implicit-fallthrough -DPOD_CONFIGURATION_DEBUG\=1 -DDEBUG\=1 -DCOCOAPODS\=1 -DOBJC_OLD_DISPATCH_PROTOTYPES\=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.0.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -Wunguarded-availability -fobjc-abi-version\=2 -fobjc-legacy-dispatch -index-store-path /Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Index.noindex/DataStore -iquote /Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/YogaKit.build/YogaKit-generated-files.hmap -I/Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/YogaKit.build/YogaKit-own-target-headers.hmap -I/Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/YogaKit.build/YogaKit-all-non-framework-target-headers.hmap -ivfsoverlay /Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/YogaKit.build/all-product-headers.yaml -iquote /Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/YogaKit.build/YogaKit-project-headers.hmap -I/Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Products/Debug-iphonesimulator/YogaKit/include -I/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Headers/Private -I/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Headers/Private/YogaKit -I/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Headers/Public -I/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Headers/Public/Yoga -I/Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/YogaKit.build/DerivedSources-normal/x86_64 -I/Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/YogaKit.build/DerivedSources/x86_64 -I/Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/YogaKit.build/DerivedSources -F/Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Products/Debug-iphonesimulator/YogaKit -fmodule-map-file\=/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Headers/Public/yoga/Yoga.modulemap -include /Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Target\ Support\ Files/YogaKit/YogaKit-prefix.pch -MMD -MT dependencies -MF /Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/YogaKit.build/Objects-normal/x86_64/UIView+Yoga.d --serialize-diagnostics /Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/YogaKit.build/Objects-normal/x86_64/UIView+Yoga.dia -c /Users/jeongjaehong/FoodDeliveryApp/ios/Pods/YogaKit/YogaKit/Source/UIView+Yoga.m -o /Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/YogaKit.build/Objects-normal/x86_64/UIView+Yoga.o -index-unit-output-path /Pods.build/Debug-iphonesimulator/YogaKit.build/Objects-normal/x86_64/UIView+Yoga.oSwiftEmitModule normal x86_64 Emitting\ module\ for\ YogaKit (in target 'YogaKit' from project 'Pods') cd /Users/jeongjaehong/FoodDeliveryApp/ios/Pods builtin-swiftTaskExecution -- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/jeongjaehong/FoodDeliveryApp/ios/Pods/YogaKit/YogaKit/Source/YGLayoutExtensions.swift -target x86_64-apple-ios11.0-simulator -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.0.sdk -I /Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Products/Debug-iphonesimulator/YogaKit -F /Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Products/Debug-iphonesimulator/YogaKit -no-color-diagnostics -enable-testing -g -import-underlying-module -module-cache-path /Users/jeongjaehong/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -swift-version 4 -enforce-exclusivity\=checked -Onone -D DEBUG -D COCOAPODS -serialize-debugging-options -const-gather-protocols-file /Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/YogaKit.build/Objects-normal/x86_64/YogaKit_const_extract_protocols.json -enable-bare-slash-regex -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/jeongjaehong/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/jeongjaehong/FoodDeliveryApp/ios/Pods -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -fmodule-map-file\=/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Headers/Public/yoga/Yoga.modulemap -Xcc -fmodule-map-file\=/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Headers/Public/YogaKit/YogaKit.modulemap -Xcc -ivfsstatcache -Xcc /Users/jeongjaehong/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.0-21A325-9f995cea1212cde75317d7d3cd2045e2.sdkstatcache -Xcc -I/Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/YogaKit.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/YogaKit.build/YogaKit-generated-files.hmap -Xcc -I/Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/YogaKit.build/YogaKit-own-target-headers.hmap -Xcc -I/Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/YogaKit.build/YogaKit-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/YogaKit.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/YogaKit.build/YogaKit-project-headers.hmap -Xcc -I/Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Products/Debug-iphonesimulator/YogaKit/include -Xcc -I/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Headers/Private -Xcc -I/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Headers/Private/YogaKit -Xcc -I/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Headers/Public -Xcc -I/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Headers/Public/Yoga -Xcc -I/Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/YogaKit.build/DerivedSources-normal/x86_64 -Xcc -I/Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/YogaKit.build/DerivedSources/x86_64 -Xcc -I/Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/YogaKit.build/DerivedSources -Xcc -DPOD_CONFIGURATION_DEBUG\=1 -Xcc -DDEBUG\=1 -Xcc -DCOCOAPODS\=1 -module-name YogaKit -disable-clang-spi -target-sdk-version 17.0 -target-sdk-name iphonesimulator17.0 -external-plugin-path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.0.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.0.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/YogaKit.build/Objects-normal/x86_64/YogaKit.swiftdoc -emit-module-source-info-path /Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/YogaKit.build/Objects-normal/x86_64/YogaKit.swiftsourceinfo -emit-objc-header-path /Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/YogaKit.build/Objects-normal/x86_64/YogaKit-Swift.h -serialize-diagnostics-path /Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/YogaKit.build/Objects-normal/x86_64/YogaKit-master-emit-module.dia -emit-dependencies-path /Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/YogaKit.build/Objects-normal/x86_64/YogaKit-master-emit-module.d -parse-as-library -o /Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/YogaKit.build/Objects-normal/x86_64/YogaKit.swiftmodule -emit-abi-descriptor-path /Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/YogaKit.build/Objects-normal/x86_64/YogaKit.abi.jsonCompileC /Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/ReactCommon.build/Objects-normal/x86_64/TurboModulePerfLogger.o /Users/jeongjaehong/FoodDeliveryApp/node_modules/react-native/ReactCommon/react/nativemodule/core/ReactCommon/TurboModulePerfLogger.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'ReactCommon' from project 'Pods') cd /Users/jeongjaehong/FoodDeliveryApp/ios/Pods /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /Users/jeongjaehong/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.0-21A325-9f995cea1212cde75317d7d3cd2045e2.sdkstatcache -target x86_64-apple-ios11.0-simulator -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -std\=c++14 -stdlib\=libc++ -fmodules -fmodules-cache-path\=/Users/jeongjaehong/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/jeongjaehong/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wdocumentation -Wunreachable-code -Werror\=deprecated-objc-isa-usage -Werror\=objc-root-class -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -DPOD_CONFIGURATION_DEBUG\=1 -DDEBUG\=1 -DCOCOAPODS\=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.0.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -g -Wno-sign-conversion -Winfinite-recursion -Wmove -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wrange-loop-analysis -Wno-semicolon-before-method-body -Wunguarded-availability -index-store-path /Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Index.noindex/DataStore -iquote /Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/ReactCommon.build/ReactCommon-generated-files.hmap -I/Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/ReactCommon.build/ReactCommon-own-target-headers.hmap -I/Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/ReactCommon.build/ReactCommon-all-non-framework-target-headers.hmap -ivfsoverlay /Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/ReactCommon.build/all-product-headers.yaml -iquote /Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/ReactCommon.build/ReactCommon-project-headers.hmap -I/Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Products/Debug-iphonesimulator/ReactCommon/include -I/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Headers/Private -I/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Headers/Private/ReactCommon -I/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Headers/Public -I/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Headers/Public/DoubleConversion -I/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Headers/Public/RCT-Folly -I/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Headers/Public/React-Core -I/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Headers/Public/React-callinvoker -I/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Headers/Public/React-cxxreact -I/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Headers/Public/React-jsi -I/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Headers/Public/React-jsiexecutor -I/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Headers/Public/React-jsinspector -I/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Headers/Public/React-logger -I/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Headers/Public/React-perflogger -I/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Headers/Public/React-runtimeexecutor -I/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Headers/Public/ReactCommon -I/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Headers/Public/Yoga -I/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Headers/Public/fmt -I/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Headers/Public/glog -I/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/boost -I/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/RCT-Folly -I/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/DoubleConversion -I/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Headers/Private/React-Core -I/Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/ReactCommon.build/DerivedSources-normal/x86_64 -I/Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/ReactCommon.build/DerivedSources/x86_64 -I/Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/ReactCommon.build/DerivedSources -F/Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Products/Debug-iphonesimulator/ReactCommon -fmodule-map-file\=/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Headers/Public/React/React-Core.modulemap -fmodule-map-file\=/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Headers/Public/yoga/Yoga.modulemap -DFOLLY_NO_CONFIG -DFOLLY_MOBILE\=1 -DFOLLY_USE_LIBCPP\=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -include /Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Target\ Support\ Files/ReactCommon/ReactCommon-prefix.pch -MMD -MT dependencies -MF /Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/ReactCommon.build/Objects-normal/x86_64/TurboModulePerfLogger.d --serialize-diagnostics /Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/ReactCommon.build/Objects-normal/x86_64/TurboModulePerfLogger.dia -c /Users/jeongjaehong/FoodDeliveryApp/node_modules/react-native/ReactCommon/react/nativemodule/core/ReactCommon/TurboModulePerfLogger.cpp -o /Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/ReactCommon.build/Objects-normal/x86_64/TurboModulePerfLogger.o -index-unit-output-path /Pods.build/Debug-iphonesimulator/ReactCommon.build/Objects-normal/x86_64/TurboModulePerfLogger.o/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.0.99. (in target 'Flipper-Boost-iOSX' from project 'Pods')/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.0.99. (in target 'DoubleConversion' from project 'Pods')/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.0.99. (in target 'React-Core-AccessibilityResources' from project 'Pods')/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.0.99. (in target 'CocoaAsyncSocket' from project 'Pods')/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.0.99. (in target 'React-RCTNetwork' from project 'Pods')/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.0.99. (in target 'React' from project 'Pods')/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.0.99. (in target 'Flipper-PeerTalk' from project 'Pods')/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.0.99. (in target 'React-RCTSettings' from project 'Pods')/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.0.99. (in target 'React-RCTVibration' from project 'Pods')/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.0.99. (in target 'React-cxxreact' from project 'Pods')/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.0.99. (in target 'libevent' from project 'Pods')/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.0.99. (in target 'boost' from project 'Pods')/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.0.99. (in target 'glog' from project 'Pods')/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.0.99. (in target 'React-logger' from project 'Pods')/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.0.99. (in target 'Flipper-DoubleConversion' from project 'Pods')/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.0.99. (in target 'Pods-FoodDeliveryApp' from project 'Pods')/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.0.99. (in target 'React-CoreModules' from project 'Pods')/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.0.99. (in target 'FBLazyVector' from project 'Pods')/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.0.99. (in target 'React-RCTActionSheet' from project 'Pods')/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.0.99. (in target 'React-RCTAnimation' from project 'Pods')/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.0.99. (in target 'React-callinvoker' from project 'Pods')/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.0.99. (in target 'FlipperKit' from project 'Pods')/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.0.99. (in target 'FBReactNativeSpec' from project 'Pods')/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.0.99. (in target 'React-jsiexecutor' from project 'Pods')/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.0.99. (in target 'Flipper-Fmt' from project 'Pods')/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.0.99. (in target 'React-RCTBlob' from project 'Pods')/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.0.99. (in target 'Flipper-Glog' from project 'Pods')/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.0.99. (in target 'React-jsi' from project 'Pods')warning: Run script build phase 'Bundle React Native code and images' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'FoodDeliveryApp' from project 'FoodDeliveryApp')warning: Run script build phase 'Start Packager' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'FoodDeliveryApp' from project 'FoodDeliveryApp')/Users/jeongjaehong/FoodDeliveryApp/ios/FoodDeliveryApp.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.0.99. (in target 'FoodDeliveryApp' from project 'FoodDeliveryApp')/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.0.99. (in target 'React-Core' from project 'Pods')/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.0.99. (in target 'OpenSSL-Universal' from project 'Pods')/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.0.99. (in target 'React-RCTText' from project 'Pods')/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.0.99. (in target 'RCTTypeSafety' from project 'Pods')/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.0.99. (in target 'React-RCTLinking' from project 'Pods')/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.0.99. (in target 'Flipper' from project 'Pods')/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.0.99. (in target 'Flipper-RSocket' from project 'Pods')/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.0.99. (in target 'RNScreens' from project 'Pods')/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.0.99. (in target 'react-native-safe-area-context' from project 'Pods')/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.0.99. (in target 'React-runtimeexecutor' from project 'Pods')/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.0.99. (in target 'React-perflogger' from project 'Pods')/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.0.99. (in target 'RCT-Folly' from project 'Pods')/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.0.99. (in target 'React-RCTImage' from project 'Pods')/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.0.99. (in target 'RCTRequired' from project 'Pods')/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.0.99. (in target 'Flipper-Folly' from project 'Pods')/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.0.99. (in target 'React-jsinspector' from project 'Pods')/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.0.99. (in target 'Yoga' from project 'Pods')/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.0.99. (in target 'ReactCommon' from project 'Pods')/Users/jeongjaehong/FoodDeliveryApp/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.0.99. (in target 'YogaKit' from project 'Pods')2023-09-20 17:22:11.115 xcodebuild[2182:284808] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22267/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists.Function: createItemModels(for:itemModelSource:)Thread: <_NSMainThread: 0x7ff46f204330>{number = 1, name = main}Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.2023-09-20 17:22:11.116 xcodebuild[2182:284808] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22267/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists.Function: createItemModels(for:itemModelSource:)Thread: <_NSMainThread: 0x7ff46f204330>{number = 1, name = main}Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.2023-09-20 17:22:11.116 xcodebuild[2182:284808] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22267/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists.Function: createItemModels(for:itemModelSource:)Thread: <_NSMainThread: 0x7ff46f204330>{number = 1, name = main}Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.2023-09-20 17:22:11.116 xcodebuild[2182:284808] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22267/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists.Function: createItemModels(for:itemModelSource:)Thread: <_NSMainThread: 0x7ff46f204330>{number = 1, name = main}Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.2023-09-20 17:22:11.116 xcodebuild[2182:284808] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22267/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists.Function: createItemModels(for:itemModelSource:)Thread: <_NSMainThread: 0x7ff46f204330>{number = 1, name = main}Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.2023-09-20 17:22:11.116 xcodebuild[2182:284808] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22267/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists.Function: createItemModels(for:itemModelSource:)Thread: <_NSMainThread: 0x7ff46f204330>{number = 1, name = main}Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.2023-09-20 17:22:11.116 xcodebuild[2182:284808] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22267/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists.Function: createItemModels(for:itemModelSource:)Thread: <_NSMainThread: 0x7ff46f204330>{number = 1, name = main}Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.2023-09-20 17:22:11.116 xcodebuild[2182:284808] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22267/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists.Function: createItemModels(for:itemModelSource:)Thread: <_NSMainThread: 0x7ff46f204330>{number = 1, name = main}Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.2023-09-20 17:22:11.116 xcodebuild[2182:284808] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22267/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists.Function: createItemModels(for:itemModelSource:)Thread: <_NSMainThread: 0x7ff46f204330>{number = 1, name = main}Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.2023-09-20 17:22:11.116 xcodebuild[2182:284808] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22267/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists.Function: createItemModels(for:itemModelSource:)Thread: <_NSMainThread: 0x7ff46f204330>{number = 1, name = main}Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.2023-09-20 17:22:11.116 xcodebuild[2182:284808] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22267/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists.Function: createItemModels(for:itemModelSource:)Thread: <_NSMainThread: 0x7ff46f204330>{number = 1, name = main}Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.2023-09-20 17:22:11.116 xcodebuild[2182:284808] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22267/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists.Function: createItemModels(for:itemModelSource:)Thread: <_NSMainThread: 0x7ff46f204330>{number = 1, name = main}Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.2023-09-20 17:22:11.116 xcodebuild[2182:284808] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22267/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists.Function: createItemModels(for:itemModelSource:)Thread: <_NSMainThread: 0x7ff46f204330>{number = 1, name = main}Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.2023-09-20 17:22:11.117 xcodebuild[2182:284808] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22267/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists.Function: createItemModels(for:itemModelSource:)Thread: <_NSMainThread: 0x7ff46f204330>{number = 1, name = main}Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.2023-09-20 17:22:11.117 xcodebuild[2182:284808] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22267/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists.Function: createItemModels(for:itemModelSource:)Thread: <_NSMainThread: 0x7ff46f204330>{number = 1, name = main}Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.2023-09-20 17:22:11.119 xcodebuild[2182:284808] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22267/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists.Function: createItemModels(for:itemModelSource:)Thread: <_NSMainThread: 0x7ff46f204330>{number = 1, name = main}Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.2023-09-20 17:22:11.119 xcodebuild[2182:284808] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22267/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists.Function: createItemModels(for:itemModelSource:)Thread: <_NSMainThread: 0x7ff46f204330>{number = 1, name = main}Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.2023-09-20 17:22:11.120 xcodebuild[2182:284808] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22267/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists.Function: createItemModels(for:itemModelSource:)Thread: <_NSMainThread: 0x7ff46f204330>{number = 1, name = main}Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.2023-09-20 17:22:11.120 xcodebuild[2182:284808] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22267/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists.Function: createItemModels(for:itemModelSource:)Thread: <_NSMainThread: 0x7ff46f204330>{number = 1, name = main}Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.2023-09-20 17:22:11.120 xcodebuild[2182:284808] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22267/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists.Function: createItemModels(for:itemModelSource:)Thread: <_NSMainThread: 0x7ff46f204330>{number = 1, name = main}Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.2023-09-20 17:22:11.120 xcodebuild[2182:284808] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22267/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists.Function: createItemModels(for:itemModelSource:)Thread: <_NSMainThread: 0x7ff46f204330>{number = 1, name = main}Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.2023-09-20 17:22:11.121 xcodebuild[2182:284808] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22267/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists.Function: createItemModels(for:itemModelSource:)Thread: <_NSMainThread: 0x7ff46f204330>{number = 1, name = main}Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.2023-09-20 17:22:11.121 xcodebuild[2182:284808] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22267/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists.Function: createItemModels(for:itemModelSource:)Thread: <_NSMainThread: 0x7ff46f204330>{number = 1, name = main}Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.2023-09-20 17:22:11.121 xcodebuild[2182:284808] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22267/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists.Function: createItemModels(for:itemModelSource:)Thread: <_NSMainThread: 0x7ff46f204330>{number = 1, name = main}Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.2023-09-20 17:22:11.121 xcodebuild[2182:284808] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22267/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists.Function: createItemModels(for:itemModelSource:)Thread: <_NSMainThread: 0x7ff46f204330>{number = 1, name = main}Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.2023-09-20 17:22:11.121 xcodebuild[2182:284808] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22267/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists.Function: createItemModels(for:itemModelSource:)Thread: <_NSMainThread: 0x7ff46f204330>{number = 1, name = main}Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.2023-09-20 17:22:11.122 xcodebuild[2182:284808] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22267/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists.Function: createItemModels(for:itemModelSource:)Thread: <_NSMainThread: 0x7ff46f204330>{number = 1, name = main}Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.2023-09-20 17:22:11.122 xcodebuild[2182:284808] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22267/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists.Function: createItemModels(for:itemModelSource:)Thread: <_NSMainThread: 0x7ff46f204330>{number = 1, name = main}Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.2023-09-20 17:22:11.122 xcodebuild[2182:284808] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22267/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists.Function: createItemModels(for:itemModelSource:)Thread: <_NSMainThread: 0x7ff46f204330>{number = 1, name = main}Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.2023-09-20 17:22:11.122 xcodebuild[2182:284808] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22267/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists.Function: createItemModels(for:itemModelSource:)Thread: <_NSMainThread: 0x7ff46f204330>{number = 1, name = main}Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.2023-09-20 17:22:11.122 xcodebuild[2182:284808] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22267/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists.Function: createItemModels(for:itemModelSource:)Thread: <_NSMainThread: 0x7ff46f204330>{number = 1, name = main}Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.2023-09-20 17:22:11.122 xcodebuild[2182:284808] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22267/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists.Function: createItemModels(for:itemModelSource:)Thread: <_NSMainThread: 0x7ff46f204330>{number = 1, name = main}Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.2023-09-20 17:22:11.234 xcodebuild[2182:284808] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22267/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists.Function: createItemModels(for:itemModelSource:)Thread: <_NSMainThread: 0x7ff46f204330>{number = 1, name = main}Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.2023-09-20 17:22:11.235 xcodebuild[2182:284808] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22267/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists.Function: createItemModels(for:itemModelSource:)Thread: <_NSMainThread: 0x7ff46f204330>{number = 1, name = main}Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.2023-09-20 17:22:11.235 xcodebuild[2182:284808] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22267/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists.Function: createItemModels(for:itemModelSource:)Thread: <_NSMainThread: 0x7ff46f204330>{number = 1, name = main}Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.2023-09-20 17:22:11.235 xcodebuild[2182:284808] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22267/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists.Function: createItemModels(for:itemModelSource:)Thread: <_NSMainThread: 0x7ff46f204330>{number = 1, name = main}Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.2023-09-20 17:22:11.235 xcodebuild[2182:284808] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22267/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists.Function: createItemModels(for:itemModelSource:)Thread: <_NSMainThread: 0x7ff46f204330>{number = 1, name = main}Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.2023-09-20 17:22:11.235 xcodebuild[2182:284808] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22267/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists.Function: createItemModels(for:itemModelSource:)Thread: <_NSMainThread: 0x7ff46f204330>{number = 1, name = main}Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.2023-09-20 17:22:11.237 xcodebuild[2182:284808] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22267/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists.Function: createItemModels(for:itemModelSource:)Thread: <_NSMainThread: 0x7ff46f204330>{number = 1, name = main}Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.2023-09-20 17:22:11.237 xcodebuild[2182:284808] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22267/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists.Function: createItemModels(for:itemModelSource:)Thread: <_NSMainThread: 0x7ff46f204330>{number = 1, name = main}Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.2023-09-20 17:22:11.237 xcodebuild[2182:284808] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22267/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists.Function: createItemModels(for:itemModelSource:)Thread: <_NSMainThread: 0x7ff46f204330>{number = 1, name = main}Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.2023-09-20 17:22:11.237 xcodebuild[2182:284808] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22267/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists.Function: createItemModels(for:itemModelSource:)Thread: <_NSMainThread: 0x7ff46f204330>{number = 1, name = main}Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.2023-09-20 17:22:11.237 xcodebuild[2182:284808] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22267/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists.Function: createItemModels(for:itemModelSource:)Thread: <_NSMainThread: 0x7ff46f204330>{number = 1, name = main}Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.2023-09-20 17:22:11.238 xcodebuild[2182:284808] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22267/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists.Function: createItemModels(for:itemModelSource:)Thread: <_NSMainThread: 0x7ff46f204330>{number = 1, name = main}Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.2023-09-20 17:22:11.241 xcodebuild[2182:284808] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22267/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists.Function: createItemModels(for:itemModelSource:)Thread: <_NSMainThread: 0x7ff46f204330>{number = 1, name = main}Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.2023-09-20 17:22:11.242 xcodebuild[2182:284808] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22267/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists.Function: createItemModels(for:itemModelSource:)Thread: <_NSMainThread: 0x7ff46f204330>{number = 1, name = main}Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.2023-09-20 17:22:11.242 xcodebuild[2182:284808] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22267/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists.Function: createItemModels(for:itemModelSource:)Thread: <_NSMainThread: 0x7ff46f204330>{number = 1, name = main}Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.2023-09-20 17:22:11.242 xcodebuild[2182:284808] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22267/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists.Function: createItemModels(for:itemModelSource:)Thread: <_NSMainThread: 0x7ff46f204330>{number = 1, name = main}Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.2023-09-20 17:22:11.243 xcodebuild[2182:284808] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22267/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists.Function: createItemModels(for:itemModelSource:)Thread: <_NSMainThread: 0x7ff46f204330>{number = 1, name = main}Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.2023-09-20 17:22:11.243 xcodebuild[2182:284808] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22267/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists.Function: createItemModels(for:itemModelSource:)Thread: <_NSMainThread: 0x7ff46f204330>{number = 1, name = main}Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.2023-09-20 17:22:11.243 xcodebuild[2182:284808] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22267/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists.Function: createItemModels(for:itemModelSource:)Thread: <_NSMainThread: 0x7ff46f204330>{number = 1, name = main}Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.2023-09-20 17:22:11.244 xcodebuild[2182:284808] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22267/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists.Function: createItemModels(for:itemModelSource:)Thread: <_NSMainThread: 0x7ff46f204330>{number = 1, name = main}Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.2023-09-20 17:22:11.244 xcodebuild[2182:284808] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22267/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists.Function: createItemModels(for:itemModelSource:)Thread: <_NSMainThread: 0x7ff46f204330>{number = 1, name = main}Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.2023-09-20 17:22:11.244 xcodebuild[2182:284808] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22267/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists.Function: createItemModels(for:itemModelSource:)Thread: <_NSMainThread: 0x7ff46f204330>{number = 1, name = main}Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.2023-09-20 17:22:11.244 xcodebuild[2182:284808] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22267/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists.Function: createItemModels(for:itemModelSource:)Thread: <_NSMainThread: 0x7ff46f204330>{number = 1, name = main}Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.2023-09-20 17:22:11.244 xcodebuild[2182:284808] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22267/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists.Function: createItemModels(for:itemModelSource:)Thread: <_NSMainThread: 0x7ff46f204330>{number = 1, name = main}Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.2023-09-20 17:22:11.244 xcodebuild[2182:284808] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22267/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists.Function: createItemModels(for:itemModelSource:)Thread: <_NSMainThread: 0x7ff46f204330>{number = 1, name = main}Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.2023-09-20 17:22:11.245 xcodebuild[2182:284808] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22267/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists.Function: createItemModels(for:itemModelSource:)Thread: <_NSMainThread: 0x7ff46f204330>{number = 1, name = main}Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.2023-09-20 17:22:11.245 xcodebuild[2182:284808] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22267/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists.Function: createItemModels(for:itemModelSource:)Thread: <_NSMainThread: 0x7ff46f204330>{number = 1, name = main}Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.2023-09-20 17:22:11.245 xcodebuild[2182:284808] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22267/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists.Function: createItemModels(for:itemModelSource:)Thread: <_NSMainThread: 0x7ff46f204330>{number = 1, name = main}Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.2023-09-20 17:22:11.245 xcodebuild[2182:284808] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22267/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists.Function: createItemModels(for:itemModelSource:)Thread: <_NSMainThread: 0x7ff46f204330>{number = 1, name = main}Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.2023-09-20 17:22:11.245 xcodebuild[2182:284808] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22267/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists.Function: createItemModels(for:itemModelSource:)Thread: <_NSMainThread: 0x7ff46f204330>{number = 1, name = main}Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.2023-09-20 17:22:11.245 xcodebuild[2182:284808] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22267/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists.Function: createItemModels(for:itemModelSource:)Thread: <_NSMainThread: 0x7ff46f204330>{number = 1, name = main}Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.2023-09-20 17:22:11.246 xcodebuild[2182:284808] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22267/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists.Function: createItemModels(for:itemModelSource:)Thread: <_NSMainThread: 0x7ff46f204330>{number = 1, name = main}Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide. BUILD FAILED The following build commands failed: CompileC /Users/jeongjaehong/Library/Developer/Xcode/DerivedData/FoodDeliveryApp-ahummdrmcnhpmgfrskocyodxiinu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Yoga.build/Objects-normal/x86_64/Yoga.o /Users/jeongjaehong/FoodDeliveryApp/node_modules/react-native/ReactCommon/yoga/yoga/Yoga.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'Yoga' from project 'Pods')(1 failure)
-
미해결배달앱 클론코딩 [with React Native]
서버 api 호출시 access token만료되서 에러 난 경우에 다시 token얻는 코드는 어디에 있나요?
서버 api 호출시 access token 만료되서 에러 난 경우에 다시 token 얻는 코드를 보고 싶습니다. github 소스에서요.
-
해결됨비전공자를 위한 진짜 입문 올인원 개발 부트캠프
Fly.io 에 그랩마켓 서버 배포하기 수업 중 오류 발생
docker 관련 에러인것 같습니다.docker 관련 파트 언제 했는지 찾을 수가 없어서 수업 다시 들어 보면서 해결하지도 못하네요어떻게 손대야 할 지 모르겠습니다.
-
미해결배달앱 클론코딩 [with React Native]
x Installing Ruby Gems
mac에서 안드로이드 쪽 설치하는 부분은 잘 완료하여 simulator가 잘 작동하는 것도 확인하였습니다.xcode, cocoapods 설치 후 프로젝트 생성도중 에러가 발생하였습니다.버전은 1.12.1 입니다.버전 관련하여 에러인 것 같은데 해결이 잘 안됩니다.
-
미해결배달앱 클론코딩 [with React Native]
구글 플레이 내부 테스트에서 네이버맵이 가끔 팅기는 현상
안녕하세요! 개발할 때는 네이버맵이 잘 동작하는데,내부 테스트를 위해 aab를 추출하고 올렸는데다운받은 어플에서는 네이버맵이 가끔 팅깁니다.!현재 저는 rn72버전을 사용중이고 저번에 강사님이 rn72 폴더 쪽 올리실 때 커밋 히스토리들 중에서 네이버 맵 쪽 관련 코드도 조금 수정하셨던 걸로 보였었는데 현재는 스쿼시머지가 된것인지 히스토리 파악이 어렵습니다 ㅜ ㅜ혹시 rn72버전에서 네이버맵쪽 관련 수정해주어야 할 부분이 따로 존재할까요 ?아니면 혹시 릴리즈모드에 progaurd rule을 적용시키는 부분때문에 일어날수도 있을까요 ?
-
미해결비전공자를 위한 진짜 입문 올인원 개발 부트캠프
for반복문 안에 for반복문으로 배열 요소 뽑기
인강 한바퀴 다 듣고 이제 제 개인 프로젝트를 하나 해보고싶어 다시 들으면서 조금 변형시키면서 만드는 중입니다.객체 안에 배열을 하나 넣어뒀는데, 그것을 반복문으로 배열의 요소 만큼 태그를 생성시키고 싶어 이중for문을 사용했는데, characters의 다음요소가 들어가버려서 모양이 이상하게 됩니다.... 이렇게는 아예 못쓰는건가요?character-tag에 css를 설정해두어 없애면 안됩니다.사진이 넘치는건 overflow: hidden을 안했습니다.
-
미해결배달앱 클론코딩 [with React Native]
Tmap 설치했으나 callback false 떠요..ㅜㅜ
안드로이드에 설치했는데 계속 설치하라고 뜨네요 패키지에 추가도 했습니다. npm start -- --reset-cache./gradlew clean 두가지 다 해봤어요<queries> <package android:name="com.skt.tmap.ku" /> </queries>
-
미해결배달앱 클론코딩 [with React Native]
따라하다보니 index.d.ts 없는데 제가 놓친게 있는걸까요?
강의 보고 하고있는데 제가 놓친게 있는거같아요.. index.d.ts안보이는데 왜 그런건가요?지금 헤매고있습니다 ㅠㅠ
-
미해결배달앱 클론코딩 [with React Native]
npm i react-native-nmap --force 에러
이런 에러가 떠요 그리고 패키지.json에서 라이브러리 nmap을 지우면 다시 에러가 안뜨고 그래서 헤매고있습니다..
-
미해결처음 배우는 리액트 네이티브
버젼 업데이트
전에 알려주셨던 대로 해서 초기 실행 과정은 성공했습니다! 그런데 여기서 깃에 있는 로그인 관련 앱 코드 올려주신 것을 통해 구동을 해보려고 하는데 첫 번째 사진과 같이 버젼 오류가 떠서 이것을 해결하려고 아래 사진과 같은 시도를 해보았는데 결과가 저런 에러가 떴어서 어떻게 해야할 지 모르겠습니다. 구글링 해보면서 찾아보고 있지만 마땅히 해결이 되지 않아서 도움 요청합니다!
-
미해결배달앱 클론코딩 [with React Native]
navigation options presentation
안녕하세요.navigation options presentation 속성에 대한 질문입니다.만들고자 하는 서비스에서 탭간 이동시에도 화면 전환 효과를 주고싶은데, Stack.Screen 에서는 options에 presentation을 줄 수 있는데 Tab.Screen 에서는 options 에 presentation을 쳐도 자동완성이 안되는것 같아서 질문드립니다.1. 탭간 이동시에는 presentation 속성을 줄 수 있는 방법이 없나요?2. 만약 없다면 화면이 랜더링될때 직접 화면 전환 애니메이션 효과를 주는 방법으로 가는게 맞을까요?감사합니다 :)
-
미해결따라하며 배우는 리액트 네이티브 기초
Scroll View
강의에서 scroll view를 따라 하려했는데 잘안됩니다.원인을 찾아보니 안드로이드에서는 스크롤뷰 안에 스크롤뷰 는 적용이 안되는 것 같습니다. 그래서 찾아본결과 중첩 스크롤 뷰는 nestedScrollEnabled={true}이걸 적용해야 하는것 같은데 이것 을 써도 잘 안됩니다 코드는 아래와 같습니다import {View, Text, ScrollView} from 'react-native'; import React from 'react'; const Stories = () => { return ( <ScrollView horizontal={true} nestedScrollEnabled={true} // showHorizontalScrollIndicator={false} style={{paddingVertical: 20}}> <View style={{flexDirection: 'row'}}> <Text style={{margin: 10}}>Story 1</Text> {/* ...more stories */} </View> </ScrollView> ); }; export default Stories;
-
미해결틴더 파이어베이스 클론 | 리액트 네이티브
디스코드가 올바르지 않은 코드라고 떠요,,,,
디스코드가 올바르지 않은 코드라고 떠요,,,,
-
미해결따라하며 배우는 리액트 네이티브 기초
이오류가 계속 뜹니다. 해결방법을 도저히 모르겠습니다
calling synchronize methods on native modules is not supported in chromeError: Unable to resolve module ./debugger-ui/debuggerWorker.aca173c4 from C:\Users\SSAFY\Desktop\CLI0830\RNInsta/.:
-
미해결처음 배우는 리액트 네이티브
expo start중 metro bundler가 같이 실행되지 않아요
사진과 같이 실행된다고는 뜨는데 따로 웹페이지로 열리지도 않아서 s 누른 후 나오는 주소(http://localhost:8081)로 타고들어가도 강의내용과 같은 페이지가 열리지가 않습니다. expo 재설치를 해보았는데도 여전한데 어떻게 해결할수 있을까요??
-
해결됨처음 배우는 리액트 네이티브
모바일 expo 실행오류
windows cmd창에서 nvm이랑 nodejs가 다운이 되지 않아서 Ubuntu를 이용해서 다운 받고 첫 번째 사진까지 진행 했으나 밑에 화면이 모바일 expo 화면인데 모바일에서 프로젝트 실행이 되지 않습니다. 제가 무언가 빠진 것이 있는 걸까요
-
해결됨비전공자를 위한 진짜 입문 올인원 개발 부트캠프
커밋 메시지가 잘 이해 안됩니다
커밋 메시지가 뭔가요?git commit -m "project init" 에서"project init" 대신 다른 것을 써넣어도 작동하나요?"project init" 이 어떤 역할을 하는지 잘 모르겠습니다.
-
미해결처음 배우는 리액트 네이티브
안드로이드에서 expo실행이 안되요
프로젝트 생성하고 expo start로 나온 qr코드를 expo go에서는 Uncaught Error : java.lang.Exception: Failed to load all assets 뜨면서 오류화면만 출력하는데 어떻게 해결하나요??
-
해결됨처음 배우는 리액트 네이티브
터미널 다운 및 사용방법
안녕하세요 처음 프로젝트를 만들고 싶어 강의를 수강하게 된 학생입니다. 혹시 강의 초반에 JDK같은 여러 설치 파일들을 AltchemistK라는 터미널로 설치하시던데 이 터미널을 어디서 다운받아 사용하는지 몰라서 질문드립니다.