2 글 보임 - 1 에서 2 까지 (총 2 중에서)
-
글쓴이글
-
2024년 2월 13일 14:01 #113113
박성원참가자xcode 문제인것 같은데 이러한 문제가 게속 나타납니다 제발 해결방법 좀 부탁드립니다ㅜㅜ
Launching lib/12.dart on iPhone 15 in debug mode... Running pod install... Running Xcode build... Xcode build done. 7.7s Failed to build iOS app Error output from Xcode build: ↳ --- xcodebuild: WARNING: Using the first of multiple matching destinations: { platform:iOS Simulator, id:C0F4AA24-3EED-4B5B-AD07-936FFFAFEF5F, OS:17.2, name:iPhone 15 } { platform:iOS Simulator, id:C0F4AA24-3EED-4B5B-AD07-936FFFAFEF5F, OS:17.2, name:iPhone 15 } ** BUILD FAILED **
Xcode's output: ↳ /Users/su_wo/StudioProjects/contact/ios/Runner/GeneratedPluginRegistrant.m:12:9: fatal error: module 'permission_handler' not found @import permission_handler; ~~~~~~~^~~~~~~~~~~~~~~~~~ 1 error generated. /Users/su_wo/StudioProjects/contact/ios/Runner.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 12.0 to 17.2.99. (in target 'Runner' from project 'Runner') warning: Run script build phase 'Run Script' 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 'Runner' from project 'Runner') warning: Run script build phase 'Thin Binary' 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 'Runner' from project 'Runner')
Could not build the application for the simulator. Error launching application on iPhone 15.
2024년 2월 13일 19:31 #113151
codingapple키 마스터ios폴더 Podfile 파일에 있는 platform버전이랑 xcode에 있는 버전이랑 맞나 확인해보거나 https://stackoverflow.com/questions/61956166/flutter-module-not-found-in-xcode 에 나와있는거 하나하나 해봅시다
-
글쓴이글
2 글 보임 - 1 에서 2 까지 (총 2 중에서)
- 답변은 로그인 후 가능합니다.