Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
429 views
in Technique[技术] by (71.8m points)

ios - Flutter webview error bitcode bundle could not be generated

I'm making a flutter application connected to an e-commerce website. I have already published it for android. When building it for testing on Xcode everything worked fine but when I tried to archive it I get the following error:

ld: bitcode bundle could not be generated because '/Users/serenacaccavari/Documents/app/1.9.1/ios/Flutter/Flutter.framework/Flutter' was built without full bitcode. All frameworks and dylibs for bitcode must be generated from Xcode Archive or Install build file '/Users/serenacaccavari/Documents/app/1.9.1/ios/Flutter/Flutter.framework/Flutter' for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation)

Things I tried:

  • Disabling bitcode for pods config
  • Cleaning and rebuilding for ios in flutter

thanks in advance to everyone answering

question from:https://stackoverflow.com/questions/65872158/flutter-webview-error-bitcode-bundle-could-not-be-generated

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...