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

Target integrity warnings for Carthage dependency on snap-kit-carthage #34

Open
luizesramos opened this issue Aug 14, 2021 · 0 comments

Comments

@luizesramos
Copy link

Hello, I have a Carthage dependency on the CreativeKit
binary "https://raw.githubusercontent.com/Snapchat/snap-kit-carthage/repo/SCSDKCreativeKit.json" == 1.11.0

When building my app, I get "Target Integrity" warnings
Building for iOS Simulator, but the embedded framework 'SCSDKCreativeKit.framework' was built for iOS + iOS Simulator.
Building for iOS Simulator, but the embedded framework 'SCSDKCoreKit.framework' was built for iOS + iOS Simulator.

Would it be possible to provide the framework as a xcframework instead?
https://developer.apple.com/forums/thread/130684

Perhaps following this approach to build the xcframework?

xcrun xcodebuild -create-xcframework \
    -framework /path/to/ios.framework \
    -framework /path/to/sim.framework \
    -output combined.xcframework
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

No branches or pull requests

1 participant