微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

为什么我收到此错误无法为模拟器构建应用程序在 iPhone 11 Pro Max 上启动应用程序时出错?

如何解决为什么我收到此错误无法为模拟器构建应用程序在 iPhone 11 Pro Max 上启动应用程序时出错?

当我尝试在 iOS 模拟器上运行我的应用程序时,我收到此错误 有谁知道为什么我会得到这个?

Failed to build iOS app
Error output from Xcode build:
↳
    ** BUILD Failed **
Xcode's output:
↳
    /Users/name/Flutter/.pub-cache/hosted/pub.dartlang.org/image_picker-0.7.3/ios/Classes/FLtimagePickerPlugin.m:149:20: warning: 'UIAlertView' is deprecated: first deprecated in iOS 9.0 - UIAlertView is deprecated. Use UIAlertController with a preferredStyle of UIAlertControllerStyleAlert instead [-Wdeprecated-declarations]
        [[[UIAlertView alloc] initWithTitle:NSLocalizedString(@"Error",nil)
                       ^
    In module 'UIKit' imported from /Users/name/project/project/ios/Pods/Target Support Files/image_picker/image_picker-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhonesimulator.platform/Developer/SDKs/iPhonesimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertView.h:27:12: note: 'UIAlertView' has been explicitly marked deprecated here
    @interface UIAlertView : UIView
               ^
    1 warning generated.
    /Users/name/projectname/projectname/ios/Pods/Regift/Regift/AVAssetimageGeneratorTimePoints.swift:12:5: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func generateCGImagesAsynchronouslyForTimePoints(timePoints: [TimePoint],completionHandler: @escaping AVAssetimageGeneratorCompletionHandler) {
        ^~~~~~~
    /Users/name/project/project/ios/Pods/Regift/Regift/Regift.swift:251:45: error: missing argument label 'preferredTimescale:' in call
                let time = CMTimeMakeWithSeconds(seconds,Constants.TimeInterval)
                                                ^
                                                          preferredTimescale:
    /Users/name/project/project/ios/Pods/Regift/Regift/Regift.swift:303:46: error: missing argument label 'preferredTimescale:' in call
            let tolerance = CMTimeMakeWithSeconds(Constants.Tolerance,Constants.TimeInterval)
                                                 ^
                                                                       preferredTimescale:
    note: Using new build system
    note: Building targets in parallel
    note: Planning build
    note: Constructing build description
Could not build the application for the simulator.
Error launching application on iPhone 11 Pro Max.

该应用程序在上周完美运行,但我不知道为什么它现在没有构建?

用户@Huthaifa Muayyad 进行一些更改后,这是现在的错误

Launching lib/main.dart on iPhone 11 Pro Max in debug mode...
lib/main.dart:1
Xcode build done.                                           25,2s
Failed to build iOS app
Error output from Xcode build:
↳
    ** BUILD Failed **
Xcode's output:
↳
    /Users/name/projectname/projetcname/ios/Pods/Regift/Regift/AVAssetimageGeneratorTimePoints.swift:12:5: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func generateCGImagesAsynchronouslyForTimePoints(timePoints: [TimePoint],completionHandler: @escaping AVAssetimageGeneratorCompletionHandler) {
        ^~~~~~~
    /Users/name/projectname/projectname/ios/Pods/Regift/Regift/Regift.swift:251:45: error: missing argument label 'preferredTimescale:' in call
                let time = CMTimeMakeWithSeconds(seconds,Constants.TimeInterval)
                                                ^
                                                          preferredTimescale:
    /Users/name/projectname/projectname/ios/Pods/Regift/Regift/Regift.swift:303:46: error: missing argument label 'preferredTimescale:' in call
            let tolerance = CMTimeMakeWithSeconds(Constants.Tolerance,Constants.TimeInterval)
                                                 ^
                                                                       preferredTimescale:
    gRPC-C++-gRPCCertificates-Cpp-cxhudvivvbfckkebvhcbvchzlxji
    note: Using new build system
    note: Building targets in parallel
    note: Planning build
    note: Constructing build description
Could not build the application for the simulator.
Error launching application on iPhone 11 Pro Max.
Exited (sigterm)

解决方法

尝试取消注释第一行 ios/Podfile 并将其更新为 10.0

您的错误还显示 UIAlertView is deprecated. Use UIAlertController with a preferredStyle of UIAlertControllerStyleAlert instead 如果您正在使用它,请尝试更新 imagepicker。

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。