unicornbloods / esc_pos_bluetooth

ESC/POS (thermal, receipt) printing for Flutter & Dart (Android/iOS)
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

iOS - No podspec found for flutter_bluetooth_basic_updated #4

Open delizondo opened 2 days ago

delizondo commented 2 days ago

When I run the command pod install --repo-update for iOS, I'm getting the error message `` No podspec found forflutter_bluetooth_basic_updatedin.symlinks/plugins/flutter_bluetooth_basic_updated/ios````

pennadl commented 2 hours ago

it seems you have to rename the filename here and the s.name inside the podspec

image

anyway I'm getting another error after this

Launching lib/main.dart on iPad (10th generation) in debug mode...
Xcode build done.                                           14.0s
Failed to build iOS app
Error (Xcode): Building for 'iOS-simulator', but linking in object file (/Users/stefano/.pub-cache/hosted/pub.dev/flutter_bluetooth_basic_updated-0.1.8/ios/libGSDK.a[arm64][2](BLEConnecter.o)) built for 'iOS'

Error (Xcode): Linker command failed with exit code 1 (use -v to see invocation)

Could not build the application for the simulator.
Error launching application on iPad (10th generation).

@unicornbloods any advice?