-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ios工程出错 #10
Comments
flutter pub get
cd ios
pod install
# Insert next line.
use_frameworks!
target 'Runner' do
... |
Oc calls the swift plugin issue. |
thanks. it work just add use_frameworks! into Podfile file. Then pod install and build. |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
..../flutter/.pub-cache/hosted/pub.flutter-io.cn/image_editor-0.1.4/ios/Classes/FlutterImageEditorPlugin.m:2:9: 'image_editor/image_editor-Swift.h' file not found
请问这个问题怎么解决?
The text was updated successfully, but these errors were encountered: