본문 바로가기

podfile4

Flutter 플러터를 iOS 앱에 추가하려고 할 때, 명령어 PhaseScriptExecution이 0이 아닌 종료 코드로 실패했습니다., Command PhaseScriptExecution failed with a nonzero exit code while trying to add Flutter to iOS app 질문 기존 앱에 플러터를 추가하려고 합니다. 따라서 제품 앱에서 작업하기 전에 새로운 Xcode 10 단일 보기 애플리케이션에서 시도해보았습니다. https://github.com/flutter/flutter/wiki/Add-Flutter-to-existing-apps에서 튜토리얼을 따라가다가 내 타겟의 빌드 단계에 실행 스크립트를 추가한 후에 멈춘 상태입니다. 다음과 같은 오류가 발생합니다: 오류: iphoneos/AFEiOS.build export TEMP_ROOT=/Users/dhavalkansara/Library/Developer/Xcode/DerivedData/AFEiOS-gctxucyuhlhesnfkbuxfswkozboo/Build/Intermediates.noindex export TOOLC.. 2023. 12. 15.
Flutter 플러터와 Xcode를 업데이트한 후 Xcode 14.3에서 `libarclite_iphoneos.a` 파일이 누락되었습니다., Missing file `libarclite_iphoneos.a` in Xcode 14.3 after update flutter and Xcode 질문 저는 플러터 프로젝트를 가지고 있습니다. iOS 버전을 실행하려고하는데, 최신 버전의 플러터와 Xcode로 업데이트 한 후에 오류가 발생합니다. 저는 파이어베이스 코어 플러그인을 사용합니다. 오류: 기기용 사전 컴파일 된 애플리케이션을 빌드하지 못했습니다. 오류 (Xcode): 파일을 찾을 수 없음: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphoneos.a 오류 (Xcode): 링커 명령이 종료 코드 1로 실패했습니다 (자세한 내용은 -v를 사용하여 호출을 확인하십시오) Podfile: # 전역 플랫폼을 정의하려면 이 줄의 주석을 해제하십시오 # platf.. 2023. 9. 29.
Xcode에서 Flutter 모듈을 찾을 수 없습니다., Flutter module not found in Xcode 질문 Xcode에서 앱을 빌드하려고 할 때 다음과 같은 오류가 발생합니다: .../ios/Runner/GeneratedPluginRegistrant.m:10:9: Module 'audioplayers' not found 다시 설치하고 pod를 설정해 보았지만 작동하지 않았습니다. 또한 pod 파일에 pod 'Firebase/Core'를 포함하고 있습니다. 아마도 Audioplayer 모듈도 포함해야 할까요? 미리 감사드립니다! 답변 Make sure platform: iOS version in pod file matches with deployment info in Xcode 포드 파일의 플랫폼: iOS 버전이 Xcode의 배포 정보와 일치하는지 확인하십시오. 2023. 9. 24.
Flutter 코코아팟은 "Firebase/CoreOnly" 팟의 호환 가능한 버전을 찾을 수 없습니다., CocoaPods could not find compatible versions for pod "Firebase/CoreOnly" 질문 I've update my flutter package to the last versions and now IOS doesn't work anymore. When I try to update the pods it shows this error: [!] CocoaPods could not find compatible versions for pod "Firebase/CoreOnly": In Podfile: cloud_firestore (from `.symlinks/plugins/cloud_firestore/ios`) was resolved to 0.0.1, which depends on Firebase/Firestore (~> 6.0) was resolved to 6.0.0, which depends .. 2023. 5. 26.