learntoflutter / flutter_embed_unity

19 stars 5 forks source link

No podspec found for `flutter_embed_unity_2022_3_ios` #6

Closed jamesncl closed 1 year ago

jamesncl commented 1 year ago

Can't build iOS app due to the following error during pod install:

Finding Podfile changes

  • Flutter
  • flutter_embed_unity_2022_3_ios
  • integration_test

    Fetching external sources -> Fetching podspec for Flutter from Flutter -> Fetching podspec for flutter_embed_unity_2022_3_ios from .symlinks/plugins/flutter_embed_unity_2022_3_ios/ios [!] No podspec found for flutter_embed_unity_2022_3_ios in .symlinks/plugins/flutter_embed_unity_2022_3_ios/ios

Reproducible using iOS example app

jamesncl commented 1 year ago

The problem was I hadn't published the latest version of iOS package which had fixed name of podspec file (it was flutter_embed_unity_ios, it is now flutter_embed_unity_2022_3_ios). Publishing new version now.

Have also added plugin info to the pubspec and specified iOS 12 as minimum platform

Also Fix ios platform package dependency name in ios example