ERROR RESOLITION No podspec found for flutter_pdf_text . symlinks plugins flutter_pdf_text

ERROR RESOLITION No podspec found for flutter_pdf_text . symlinks plugins flutter_pdf_text


"No podspec found for flutter_pdf_text in .symlinks/plugins/flutter_pdf_text/ios" hatası için yazılmıştır.

"https://pub.dev/packages/flutter_pdf_text" paketinin hatasını düzeltmek için;

 

cd ios

nano .symlinks/plugins/flutter_pdf_text/ios/flutter_pdf_text.podspec

 

İçeride şunu bul

s.name = 'pdf_text' 

s.name = 'pdf_text'

Şuna çevir

s.name = 'flutter_pdf_text' 

 

Plugin iOS klasörüne boş bir Swift dosyası ekle

touch ios/.symlinks/plugins/flutter_pdf_text/ios/Classes/FlutterPdfTextDummy.swift

 

Dosyanın içine BUNU YAZ (çok önemli)

nano ios/.symlinks/plugins/flutter_pdf_text/ios/Classes/FlutterPdfTextDummy.swift

İçerik ????

 

import Flutter

import UIKit

 


 

Dosyayı kontrol et:

nano ~/.pub-cache/hosted/pub.dev/flutter_pdf_text-0.9.0/ios/Classes/PdfTextPlugin.m

En üstte BİREBİR BU OLMALI ????

#import <flutter_pdf_text/flutter_pdf_text-Swift.h>

 


 

flutter clean
flutter pub get
cd ios
pod deintegrate
pod install
cd ..
flutter build ios