-
Notifications
You must be signed in to change notification settings - Fork 11
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
flutter build error /arm64/Binary/flutter_mimc normal arm64 #11
Comments
Can you provide more information? |
Hi, repository is not currently adapted to a higher version of |
I currently don’t have time to adapt, I need more people to maintain this project, please feel free to mention |
ld: bitcode bundle could not be generated because 'plugins/flutter_mimc/ios/Frameworks/MMCSDK.framework/MMCSDK(MCUser.o)' was built I found that MMCSDK was built without full bitcode caused this problem |
I have fixed the problem, add s.xcconfig = {'ENABLE_BITCODE' =>'NO’} to the podspec to solve it |
执行 flutter build ios-framework --output=framework/
`Unable to build plugin frameworks: ** BUILD FAILED **
The following build commands failed:
Ld //im_kit/module/framework/Release/iphoneos/Pods.build/Release-iphoneos/flutter_mimc.build/Objects-normal/arm64/Binary/flutter_mimc normal arm64
(1 failure)`
The text was updated successfully, but these errors were encountered: