Построение задачи до IOS с Flutter в Android Studio - PullRequest
1 голос
/ 15 января 2020

друзей ...

По причинам, которые я не знаю почему ... Когда я создаю эмулятор iOS, у меня появляется эта ошибка:

Не удалось построить iOS app Ошибка вывода из сборки Xcode: ↳ ** СБОЙ СТРОИТЕЛЬСТВА **

Вывод Xcode: ↳

/Users/user./.pub-cache/hosted/pub.dartlang.org/google_sign_in-4.1.1/ios/Classes/FLTGoogleSignInPlugin.m:139:19: warning: unused variable 'sourceApplication' [-Wunused-variable]


        NSString *sourceApplication = options[UIApplicationOpenURLOptionsSourceApplicationKey];


                  ^
1 warning generated.
ld: framework not found App
clang: error: linker command failed with exit code 1 (use -v to see invocation)
note: Using new build system
note: Planning build
note: Constructing build description


warning: Mapping architecture armv7 to i386. Ensure that this target's Architectures and Valid Architectures build settings are configured correctly for the iOS Simulator platform. (in target 'image_picker' from project 'Pods')
warning: Mapping architecture arm64 to x86_64. Ensure that this target's Architectures and Valid Architectures build settings are configured correctly for the iOS Simulator platform. (in target 'image_picker' from project 'Pods')
Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...