Skip to content

ci(share_plus): fix macOS/iOS example build with Swift Package Manager#3932

Merged
vbuberen merged 1 commit into
mainfrom
fix/share_plus_apple_spm_ci
Jul 18, 2026
Merged

ci(share_plus): fix macOS/iOS example build with Swift Package Manager#3932
vbuberen merged 1 commit into
mainfrom
fix/share_plus_apple_spm_ci

Conversation

@vbuberen

Copy link
Copy Markdown
Collaborator

Clean up example apps to avoid CI failures related to Cocoapods

The example's Xcode projects still carried the CocoaPods integration
build phases ([CP] Check Pods Manifest.lock and [CP] Embed Pods
Frameworks). With the plugin now vending SPM packages, `flutter build`
skips `pod install`, so PODS_ROOT is undefined and the Embed Pods
Frameworks phase fails to load its input xcfilelist, breaking the
macOS and iOS example builds in CI.

Remove the stale CocoaPods script phases and the Pods framework link
entries from the iOS and macOS Runner projects so the SPM-based build
no longer depends on CocoaPods artifacts.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@vbuberen vbuberen added the share_plus Feature, Enhancement, Bug Fixes for Share Plus Plugin label Jul 18, 2026
@vbuberen vbuberen changed the title ci(share_plus): fix macOS/iOS example build under Swift Package Manager ci(share_plus): fix macOS/iOS example build with Swift Package Manager Jul 18, 2026
@vbuberen
vbuberen merged commit 8dca0c8 into main Jul 18, 2026
20 of 22 checks passed
@vbuberen
vbuberen deleted the fix/share_plus_apple_spm_ci branch July 18, 2026 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

share_plus Feature, Enhancement, Bug Fixes for Share Plus Plugin

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant