flutter / flutter

Flutter makes it easy and fast to build beautiful apps for mobile and beyond
https://flutter.dev
BSD 3-Clause "New" or "Revised" License
164.6k stars 27.13k forks source link

How can solve this issues? Error (Xcode): Framework not found Flutter #117850

Closed ashuviksinfoodal closed 1 year ago

ashuviksinfoodal commented 1 year ago
Ld /Users/ashutoshvikramsingh/Library/Developer/Xcode/DerivedData/Runner-hfpgueomunklxzdxbjlflcnmevip/Build/Intermediates.noindex/ArchiveIntermediates/Runner/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/webview_flutter_wkwebview.framework/webview_flutter_wkwebview normal (in target 'webview_flutter_wkwebview' from project 'Pods')
    cd /Users/ashutoshvikramsingh/develop/SadPaSad\ /Swiss/User/codecanyon-e9rcmaQq-6ammart-multivendor-food-grocery-ecommerce-parcel-pharmacy-delivery-app-with-admin-website\ 3/User\ app\ and\ web/ios/Pods
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -target arm64-apple-ios12.0 -dynamiclib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.2.sdk -L/Users/ashutoshvikramsingh/Library/Developer/Xcode/DerivedData/Runner-hfpgueomunklxzdxbjlflcnmevip/Build/Intermediates.noindex/ArchiveIntermediates/Runner/IntermediateBuildFilesPath/EagerLinkingTBDs -L/Users/ashutoshvikramsingh/Library/Developer/Xcode/DerivedData/Runner-hfpgueomunklxzdxbjlflcnmevip/Build/Intermediates.noindex/ArchiveIntermediates/Runner/BuildProductsPath/Release-iphoneos/webview_flutter_wkwebview -F/Users/ashutoshvikramsingh/Library/Developer/Xcode/DerivedData/Runner-hfpgueomunklxzdxbjlflcnmevip/Build/Intermediates.noindex/ArchiveIntermediates/Runner/IntermediateBuildFilesPath/EagerLinkingTBDs -F/Users/ashutoshvikramsingh/Library/Developer/Xcode/DerivedData/Runner-hfpgueomunklxzdxbjlflcnmevip/Build/Intermediates.noindex/ArchiveIntermediates/Runner/BuildProductsPath/Release-iphoneos/webview_flutter_wkwebview -F/Users/ashutoshvikramsingh/FlutterDev/flutter/bin/cache/artifacts/engine/ios-release/Flutter.xcframework/ios-arm64 -filelist /Users/ashutoshvikramsingh/Library/Developer/Xcode/DerivedData/Runner-hfpgueomunklxzdxbjlflcnmevip/Build/Intermediates.noindex/ArchiveIntermediates/Runner/IntermediateBuildFilesPath/Pods.build/Release-iphoneos/webview_flutter_wkwebview.build/Objects-normal/arm64/webview_flutter_wkwebview.LinkFileList -install_name @rpath/webview_flutter_wkwebview.framework/webview_flutter_wkwebview -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/ashutoshvikramsingh/Library/Developer/Xcode/DerivedData/Runner-hfpgueomunklxzdxbjlflcnmevip/Build/Intermediates.noindex/ArchiveIntermediates/Runner/IntermediateBuildFilesPath/Pods.build/Release-iphoneos/webview_flutter_wkwebview.build/Objects-normal/arm64/webview_flutter_wkwebview_lto.o -fobjc-arc -fobjc-link-runtime -framework Flutter -framework Foundation -compatibility_version 1 -current_version 1 -Xlinker -dependency_info -Xlinker /Users/ashutoshvikramsingh/Library/Developer/Xcode/DerivedData/Runner-hfpgueomunklxzdxbjlflcnmevip/Build/Intermediates.noindex/ArchiveIntermediates/Runner/IntermediateBuildFilesPath/Pods.build/Release-iphoneos/webview_flutter_wkwebview.build/Objects-normal/arm64/webview_flutter_wkwebview_dependency_info.dat -o /Users/ashutoshvikramsingh/Library/Developer/Xcode/DerivedData/Runner-hfpgueomunklxzdxbjlflcnmevip/Build/Intermediates.noindex/ArchiveIntermediates/Runner/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/webview_flutter_wkwebview.framework/webview_flutter_wkwebview

ld: framework not found Flutter
clang: error: linker command failed with exit code 1 (use -v to see invocation)
danagbemava-nc commented 1 year ago

Hi @ashuviksinfoodal, please provide the following information

Thank you

github-actions[bot] commented 1 year ago

Without additional information, we are unfortunately not sure how to resolve this issue. We are therefore reluctantly going to close this bug for now. If you find this problem please file a new issue with the same description, what happens, logs and the output of 'flutter doctor -v'. All system setups can be slightly different so it's always better to open new issues and reference the related ones. Thanks for your contribution.

github-actions[bot] commented 1 year ago

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.