Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Carthage example project to XCFrameworks #209

Conversation

andrewchang-bird
Copy link
Contributor

XCFrameworks are required for Xcode 12 compatibility due to Carthage building fat libraries for both simulator and device.

@andrewchang-bird andrewchang-bird force-pushed the fix-carthage-integration branch 5 times, most recently from 1633327 to 39f8d2a Compare July 9, 2021 18:08
XCFrameworks are required for Xcode 12 compatibility due to Carthage
building fat libraries for both simulator and device.
@andrewchang-bird
Copy link
Contributor Author

Needed to explicitly add the bundled platform variant to the Framework Search Paths to make the linker happy when running in the GitHub Actions environment (macOS 10.5, Xcode 12.4):

$(PROJECT_DIR)/Carthage/Build/Mockingbird.xcframework/ios-arm64_i386_x86_64-simulator

@andrewchang-bird andrewchang-bird merged commit 9266bd7 into typealiased:master Jul 9, 2021
@andrewchang-bird andrewchang-bird deleted the fix-carthage-integration branch July 9, 2021 18:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants