-
Notifications
You must be signed in to change notification settings - Fork 29.5k
Description
Hello everyone,
I have a problem with my application, I can't compile it.
Launching lib/main.dart on 5€ le wifi in debug mode...
Automatically signing iOS for device deployment using specified development team in Xcode project: 2D2PNSCJ93
Running pod install...
Running Xcode build...
Xcode build done. 20,0s
Failed to build iOS app
Error output from Xcode build:
↳
2020-02-05 14:51:29.989 xcodebuild[37196:111057] [MT] iPhoneConnect: 📱<DVTiOSDevice (0x7f8cfdeb0c00), 5€ le wifi, iPhone, 13.3 (17C54), 00008030-001E4D503ED0802E> == Underlying device preparation errors ==
2020-02-05 14:51:29.989 xcodebuild[37196:111057] [MT] iPhoneConnect: 📱<DVTiOSDevice (0x7f8cfdeb0c00), 5€ le wifi, iPhone, 13.3 (17C54), 00008030-001E4D503ED0802E> -- Failed _shouldMakeReadyForDevelopment check even though device is not locked by passcode.
Domain: com.apple.platform.iphoneos
Code: 5
Failure Reason: allowsSecureServices: 1. isConnected: 0. Platform: <DVTPlatform:0x7f8cfb71fc30:'com.apple.platform.iphoneos':DVTFilePath:0x7f8cfb71fbb0:'/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform'>. DTDKDeviceIdentifierIsIDID: 0
--
2020-02-05 14:51:29.989 xcodebuild[37196:111057] [MT] iPhoneConnect: 📱<DVTiOSDevice (0x7f8cfdeb0c00), 5€ le wifi, iPhone, 13.3 (17C54), 00008030-001E4D503ED0802E> == END: Underlying device preparation errors ==
** BUILD FAILED **Xcode's output:
↳
/Users/julienthueux/Epitech/dev_area_2019/area_mobile/ios/Runner/GeneratedPluginRegistrant.m:10:9: fatal error: module 'webview_flutter' not found
@import webview_flutter;
~~~~~~~^~~~~~~~~~~~~~~
1 error generated.
error: the following command failed with exit code 1 but produced no further output
CompileC /Users/julienthueux/Library/Developer/Xcode/DerivedData/Runner-cxeqmcngnwmuovbkknctbglnpvpg/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.o /Users/julienthueux/Epitech/dev_area_2019/area_mobile/ios/Runner/GeneratedPluginRegistrant.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
note: Using new build system
note: Planning build
note: Constructing build descriptionCould not build the precompiled application for the device.
It appears that your application still contains the default signing identifier.
Try replacing 'com.example' with your signing id in Xcode:
open ios/Runner.xcworkspaceError launching application on 5€ le wifi.
("5€ le wifi" is my phone)
when I run "flutter doctor" I have no error:
When I run "pod install" in the IOS directory, no dependencies are install. I think that "flutter pub get" don't install dependencies in Cocoapod ...
pod install
Analyzing dependencies
Downloading dependencies
Generating Pods project
Integrating client project
Pod installation complete! There are 0 dependencies from the Podfile and 0 total pods installed.[!] The Podfile does not contain any dependencies.
[!] Automatically assigning platform
iOSwith version8.0on targetRunnerbecause no platform was specified. Please specify a platform for this target in your Podfile. Seehttps://guides.cocoapods.org/syntax/podfile.html#platform.
If somebody have already see this problem can you tell me how to adjust it.
Thanks in advance and have a good day =).
