Skip to content
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 Access #64

Open
Tapestes opened this issue Feb 27, 2020 · 3 comments
Open

Carthage Access #64

Tapestes opened this issue Feb 27, 2020 · 3 comments

Comments

@Tapestes
Copy link

This extension is a fantastic idea. Running into an issue with Carthage. When I run carthage update --platform ios, I get "Segmentation fault: 11". When I comment out github "mapbox/mapbox-annotation-extension" ~> 0.0.1-beta.1, Carthage updates as expected. Any thoughts?

#Mapbox
binary "https://www.mapbox.com/ios-sdk/Mapbox-iOS-SDK.json" ~> 5.6
github "mapbox/mapbox-events-ios" ~> 0.10
github "mapbox/mapbox-annotation-extension" ~> 0.0.1-beta.1
@captainbarbosa
Copy link
Contributor

@Tapestes Can you let us know which Carthage version you're using and whether or not updating your version helps? Also, are you seeing this when installing with CocoaPods? We'd probably want to find out if this is an issue specific to Carthage or this library.

@1ec5
Copy link

1ec5 commented Feb 27, 2020

Unfortunately, it’s unlikely that this repository has ever been compatible with Carthage, since it uses CocoaPods internally to manage its dependencies:

shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";

@Tapestes
Copy link
Author

I don't run CocoaPods. Carthage version is 0.34.0, which I believe is the latest. I manually installed, so this isn't blocking for me. If you can get it working, cool. If not, not a big deal for me. Gracias.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants