-
Notifications
You must be signed in to change notification settings - Fork 28
IOS #3
Comments
Hi! I am sorry, but I can not reproduce the error. Try flutter doctor and check whether any error occurs or run flutter upgrade. |
I upgraded the flutter and here is my flutter doctor result. i'm still getting above error. i want test this app on IOS device. [✓] iOS toolchain - develop for iOS devices (Xcode 10.1) here is the error
|
What are you using to develop your app? VS Code? Btw have you run pod install too? |
@lotrofans I'm with similar error: When I run the command
When I run from Xcode, I receive this error: |
Hello guys when I try to run from Android Studio for IOS I'm getting the next error:
What can I do? Do I have to use a specific version of cocoapods or switft?! I'm using 1.6.1 cocoapods version. |
The missing header file was due to missing "Runner-Bridging-Header.h". The way XCode works is that it detects swift extension for swift files, once it detects them, the swift configuration section will show up in the xcode build setting and automatically prompt you to install swift-oc bridging header. So the solution is
|
try adding "use_frameworks!" to the top of your Podfile. |
i'm new to flutter , i cant built my app for IOS because get_ip plugin giving #import <get_ip/get_ip-Swift.h> file not found error
The text was updated successfully, but these errors were encountered: