Skip to content
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

Open
LuckyRoc opened this issue Jul 20, 2020 · 7 comments
Open

flutter build error /arm64/Binary/flutter_mimc normal arm64 #11

LuckyRoc opened this issue Jul 20, 2020 · 7 comments

Comments

@LuckyRoc
Copy link

执行 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)`

@chenxianqi
Copy link
Owner

Can you provide more information?
flutter doctor -v

@LuckyRoc
Copy link
Author

image

@LuckyRoc
Copy link
Author

image

@chenxianqi
Copy link
Owner

Hi, repository is not currently adapted to a higher version of flutter, current version is v1.12.13+hotfix.9, Welcome to submit a PR To adapt, thank you

@chenxianqi
Copy link
Owner

I currently don’t have time to adapt, I need more people to maintain this project, please feel free to mention

@LuckyRoc
Copy link
Author

ld: bitcode bundle could not be generated because 'plugins/flutter_mimc/ios/Frameworks/MMCSDK.framework/MMCSDK(MCUser.o)' was built
without full bitcode. All object files and libraries for bitcode must be generated from Xcode Archive or Install build for architecture armv7

I found that MMCSDK was built without full bitcode caused this problem

@LuckyRoc
Copy link
Author

I have fixed the problem, add s.xcconfig = {'ENABLE_BITCODE' =>'NO’} to the podspec to solve it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants