-
Notifications
You must be signed in to change notification settings - Fork 50
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
Error "Couldn't find platform in Info.plist CFBundleSupportedPlatforms or binary for ConsistencyManager" #42
Comments
Huh...looks like my original question didn't go through. |
I can reproduce. It looks similar to Carthage/Carthage#541 |
Looks like it's looking in the wrong place for the Consistency Manager. It's looking in Release-iphoneos, but it's actually in Release. |
Hey thanks for the reply. Yes I'm using the latest swift and xcode and it does not seem to be working. Usually after running
I think you're right, Carthage is definitely failing to resolve the consistency manager dependency. I just converted from cocoapods to Carthage myself so I'm not 100% sure how to fix it though :/ |
Yeah, I'm not sure. I think we may need to file a bug against Carthage to get some help here :/ |
Ok, i'll poke around a bit more in the Carthage issues to see if any has encountered a similar problem and open an issue if not |
I ran Thanks! |
This seems like a good workaround, but want to investigate why this is necessary because it's annoying for users. |
I don't know muc about Carthage, but can try to help. Are you using swift 3
|
Now fixed for real in plivesey/ConsistencyManager#43 |
sweet! |
Hello,
I'm encountering the following error when trying to install RocketData through Carthage in a brand new project. It's basically an empty folder with
github "linkedin/RocketData"
defined in a Cartfile.The text was updated successfully, but these errors were encountered: