-
Notifications
You must be signed in to change notification settings - Fork 33
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
Carthage iOS framework issue #39
Comments
I am having the same issue. Looking at the project I am not sure how Carthage would work since there is not a top level XCode Project file with shared schemes. I see XCode Project files in the example folder, but not sure how Carthage would know to look into that folder. Maybe I am missing something. Any help with getting this to work with Carthage would be greatly appreciated. |
oh, carthage seems to pull the wrong commit because of the git tag label. Let me see if I can fix that quickly |
I specified "master" in my Cartfile or spark-sdk-ios and that seems to be working. Not sure why it would use that other label, maybe it had a weird conflict with some of the other dependencies in my Cartfile. |
Oh, glad to hear it works now. Carthage does seem to have sensitivity to tag names in |
I've followed the guidelines for using Carthage when creating a custom iOS app but encounter the following error when trying to generate .framework files.
$ carthage update --platform iOS --use-submodules --no-use-binaries
*** Fetching spark-sdk-ios
*** Checking out spark-sdk-ios at "appstore_tinker_v1.0"
*** xcodebuild output can be found in /var/folders/1d/yjtzzlj10b9g7109rsshw2tr0000gn/T/carthage-xcodebuild.QRmzUF.log
*** Skipped building spark-sdk-ios due to the error:
Dependency "spark-sdk-ios" has no shared framework schemes for any of the platforms: iOS
If you believe this to be an error, please file an issue with the maintainers at https://github.com/spark/spark-sdk-ios/issues/new
The text was updated successfully, but these errors were encountered: