-
Notifications
You must be signed in to change notification settings - Fork 10
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
bitcode_strip error when installling with SPM #10
Comments
This comment was marked as resolved.
This comment was marked as resolved.
Hi @SebMenozzi MyApp.app/Frameworks/SCSDKCoreKit.framework: bundle format unrecognized, invalid, or unsuitable
It looks like sdk is unusable. |
@driefler @mwestergaardsc |
@nexig I personally never had your issue but maybe https://stackoverflow.com/a/38751921 will help? |
same issue here |
that's not work for me |
I ended up using 2.3.0 instead of 2.4.0 🤷♂️ |
Thanks for helping. It was a huge one |
2.3.0 doesn't work on the simulator (crash at runtime). So we end up with a 2.3.0 not working on simulator or 2.4.0 not working on device... |
I tried doing this, but every time i run the app and install it on my real device, it starts to open, but then crashes with
Wondering if you have any more info on how you got this working? Just trying to post an image with text+link to snap stories. |
I got this working by installing with Carthage, however 2.4.0 wouldn't work at all, there's an issue with sharing a photo to Snapchat, so I had to downgrade to 2.3.0. I don't think there's a way to easily do that on Carthage (that is, to specify a version) so I forked the repo and added only one version for SCSDKLoginKit & SCSDKCreativeKit; 2.3.0 You can see it here, or make your own fork. This is my Cartfile that works fine.
BTW, I'm also currently trying to resolve an issue whereby the attachmentUrl is not properly porting to snap from SCSDKSnapAPI, would love any help from a snap employee or someone with an answer, whichever comes first! |
/Users/J/Library/Developer/Xcode/DerivedData/Wy-cijstrmptjpvsefuifunplfthmwd/SourcePackages/checkouts/snap-kit-spm/SCSDKCoreKit.xcframework/ios-arm64/SCSDKCoreKit.framework bitcode_strip /Users/JSH/Library/Developer/Xcode/DerivedData/Wy-cijstrmptjpvsefuifunplfthmwd/SourcePackages/checkouts/snap-kit-spm/SCSDKCoreKit.xcframework/ios-arm64/SCSDKCoreKit.framework/SCSDKCoreKit: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/bitcode_strip exited with 1
Making sdk unusable
The text was updated successfully, but these errors were encountered: