-
Notifications
You must be signed in to change notification settings - Fork 25
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
Problem building with 0.7.0 and Carthage #57
Comments
You mean it's pulling sdk 0.6.1... |
Well, 0.6.X SDK does have the support for product endpoints (product id).. I suspect something with 0.6.1 (I was about to deprecate the SDK to switch to the renamed one particle-sdk-ios but have run into issues with the rename in the setup lib so I'll have to wait on that) |
I changed the Cartfile to be:
and removed Cartfile.resolved and Carthage and the change appeared to be picked up:
However I'm still getting the same error:
I am able to build spark-setup-ios 0.6.0 with the Cartfile:
|
With cart file:
The build fails all together for me:
Setting |
We are running into this as well. Is there any way to work around it? |
+1 Running into this as well ... Workarounds? Fixes? |
Trying to tackle this right now, TBH not sure what's wrong there as the dependency of SDK 0.6.1 DOES in fact contain the aforementioned product-mode functions... no real idea why it does not compile. |
Having the same issue with the build.
Cartfile: |
My Carthage build fails when I use the spark-setup-ios version 0.7.0.
I have this in my Cartfile:
When I
carthage update
I get this:The error is:
I'm guessing that this is happening because it's pulling in spark-setup-ios 0.6.1, not the 0.7.0 version that has productID support.
The spark-setup-ios 0.7.0 works fine with CocoaPods.
The text was updated successfully, but these errors were encountered: