-
Notifications
You must be signed in to change notification settings - Fork 336
FBSDKCoreKit, FBSDKLoginKit, FBSDKShareKit Info.plist files are missing proper CFBundleVersion. #12
Comments
Yup, looks absolutely correct. Any chance CocoaPods is an option for you? |
Okay makes sense. And yes, I have to use both Carthage and Cocoapods anyway so I'll just switch this sdk to CP for now. Do you want me to open the same issue in the other repo? |
Hm nevermind, I don't think I can open issues in the other repo. If you could pass the word along, that would be awesome. |
Yup, creating an internal task and submitting a fix for it as well right now. |
Amazing, really appreciate it. Thanks for the rapid responses |
I just ran into the same issue, any eta on when this might be fixed @nlutsenko? Thanks a bunch for creating this sdk btw. We can finally get rid of cocoa pods :) |
😁 The patch was merged upstream internally and it should be out with the next version of ObjC SDK in a few weeks. |
Hey, Any update on the ETA ? |
The iOS SDK v4.15 has been released two days ago. I tried updating my local carthage dependencies and it seems CFBundleVersion is properly set (as |
Hey guys, the bug is fully fixed now as of 4.15.0 of ObjC SDK. Yay! This means that if you are using any package manager (like CocoaPods or Carthage) - you can get it today and successfully ship apps to App Store. I am going to update few of the things in the Swift SDK in the upcoming days and we are going to ship |
These are great news! Keep up the good work guys! 👊🏼❤️ |
Hi @nlutsenko Am I seeing this right that version of Swift SDK (0.2.0) which should work(is backed by 4.15 of ObjC SDK) is Swift 3.0 only? Is there any way to use Carthage with Swift 2.3? Currently I can't build project properly because of bissing CFBundleVersion in Info.plist Thanks for help, |
I think version 4.14 (CoreKit and LoginKit) are missing the
$(CURRENT_PROJECT_VERSION)
which gets set asCFBundleVersion
in the Info.plist. I can confirm that theFBSDKCoreKit.framework
in my local Carthage/Build folder is missing this key in the info.plistThe text was updated successfully, but these errors were encountered: