diff --git a/.github/workflows/flutter_ci.yml b/.github/workflows/flutter_ci.yml index efa5203d..c2ae6e77 100644 --- a/.github/workflows/flutter_ci.yml +++ b/.github/workflows/flutter_ci.yml @@ -77,8 +77,11 @@ jobs: with: flutter-version: ${{ env.FLUTTER_VERSION }} channel: ${{ env.FLUTTER_CHANNEL }} - cache: false + cache: true - run: flutter pub get + - name: Update pods + working-directory: example/ios + run: pod update - name: Build iOS package run: flutter build ios --simulator - name: Upload Runner.app as artifact diff --git a/example/ios/Podfile b/example/ios/Podfile index a83fdcd6..fb77cefe 100644 --- a/example/ios/Podfile +++ b/example/ios/Podfile @@ -3,7 +3,6 @@ source 'https://github.com/m0nac0/flutter-maplibre-podspecs.git' # Uncomment this line to define a global platform for your project platform :ios, '9.0' -use_frameworks! pod 'MapLibre' pod 'MapLibreAnnotationExtension'