We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
示例代码example无法run,以下是报错日志,
Failed to build iOS app Error output from Xcode build: ↳ 2019-08-27 14:38:36.477 xcodebuild[30556:478804] [MT] PluginLoading: Required plug-in compatibility UUID 72F7D751-F810-43B8-A53F-1F1DFD74FC54 for plug-in at path '~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/Alcatraz.xcplugin' not present in DVTPlugInCompatibilityUUIDs ** BUILD FAILED ** Xcode's output: ↳ === BUILD TARGET Runner OF PROJECT Runner WITH CONFIGURATION Debug === ld: warning: ignoring file /Users/xxx/Downloads/flutter_ijk-master/ios/IJKMediaFramework.framework/IJKMediaFramework, file was built for unsupported file format ( 0x76 0x65 0x72 0x73 0x69 0x6F 0x6E 0x20 0x68 0x74 0x74 0x70 0x73 0x3A 0x2F 0x2F ) which is not the architecture being linked (x86_64): /Users/xxx/Downloads/flutter_ijk-master/ios/IJKMediaFramework.framework/IJKMediaFramework Undefined symbols for architecture x86_64: "OBJC_CLASS$_IJKFFOptions", referenced from: objc-class-ref in libflutter_ijk.a(FlutterIjkPlugin.o) "_IJKMPMoviePlayerPlaybackDidFinishNotification", referenced from: -[FLTIJKVideoPlayer installMovieNotificationObservers] in libflutter_ijk.a(FlutterIjkPlugin.o) -[FLTIJKVideoPlayer removeMovieNotificationObservers] in libflutter_ijk.a(FlutterIjkPlugin.o) "_IJKMPMoviePlayerPlaybackDidFinishReasonUserInfoKey", referenced from: -[FLTIJKVideoPlayer moviePlayBackFinish:] in libflutter_ijk.a(FlutterIjkPlugin.o) "OBJC_CLASS$_IJKFFMoviePlayerController", referenced from: objc-class-ref in libflutter_ijk.a(FlutterIjkPlugin.o) "_IJKMPMoviePlayerLoadStateDidChangeNotification", referenced from: -[FLTIJKVideoPlayer installMovieNotificationObservers] in libflutter_ijk.a(FlutterIjkPlugin.o)
The text was updated successfully, but these errors were encountered:
自己把人家文档看完
Sorry, something went wrong.
No branches or pull requests
示例代码example无法run,以下是报错日志,
Failed to build iOS app
Error output from Xcode build:
↳
2019-08-27 14:38:36.477 xcodebuild[30556:478804] [MT] PluginLoading: Required plug-in compatibility UUID 72F7D751-F810-43B8-A53F-1F1DFD74FC54 for plug-in at path '~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/Alcatraz.xcplugin' not present in DVTPlugInCompatibilityUUIDs
** BUILD FAILED **
Xcode's output:
↳
=== BUILD TARGET Runner OF PROJECT Runner WITH CONFIGURATION Debug ===
ld: warning: ignoring file /Users/xxx/Downloads/flutter_ijk-master/ios/IJKMediaFramework.framework/IJKMediaFramework, file was built for unsupported file format ( 0x76 0x65 0x72 0x73 0x69 0x6F 0x6E 0x20 0x68 0x74 0x74 0x70 0x73 0x3A 0x2F 0x2F ) which is not the architecture being linked (x86_64): /Users/xxx/Downloads/flutter_ijk-master/ios/IJKMediaFramework.framework/IJKMediaFramework
Undefined symbols for architecture x86_64:
"OBJC_CLASS$_IJKFFOptions", referenced from:
objc-class-ref in libflutter_ijk.a(FlutterIjkPlugin.o)
"_IJKMPMoviePlayerPlaybackDidFinishNotification", referenced from:
-[FLTIJKVideoPlayer installMovieNotificationObservers] in libflutter_ijk.a(FlutterIjkPlugin.o)
-[FLTIJKVideoPlayer removeMovieNotificationObservers] in libflutter_ijk.a(FlutterIjkPlugin.o)
"_IJKMPMoviePlayerPlaybackDidFinishReasonUserInfoKey", referenced from:
-[FLTIJKVideoPlayer moviePlayBackFinish:] in libflutter_ijk.a(FlutterIjkPlugin.o)
"OBJC_CLASS$_IJKFFMoviePlayerController", referenced from:
objc-class-ref in libflutter_ijk.a(FlutterIjkPlugin.o)
"_IJKMPMoviePlayerLoadStateDidChangeNotification", referenced from:
-[FLTIJKVideoPlayer installMovieNotificationObservers] in libflutter_ijk.a(FlutterIjkPlugin.o)
The text was updated successfully, but these errors were encountered: