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

Support for carthage packages that have multiple framework output #80

Closed
carlosjrtee opened this issue Jun 28, 2017 · 2 comments
Closed

Comments

@carlosjrtee
Copy link

One of the carthage package that we use is XCGLogger and it contains two frameworks:

  • ObjcExceptionBridging.framework
  • XCGLogger.framework

Rome is able to upload the XCGLogger.framework and symbol files but completely ignores the ObjcExceptionBridging.framework.

Rome version: 0.11.0.27
OS and version: macOS 10.12.5
@tmspzz
Copy link
Owner

tmspzz commented Jun 28, 2017

Hi, thanks for opening an issue.

This feature is already supported. Refer to https://github.com/blender/Rome#multiple-aliases

Add to your RepositoryMap the following

[RepositoryMap]

XCGLogger = XCGLogger, ObjcExceptionBridging

@ctee-cormant Does this solve it for you? Please let me know.

@carlosjrtee
Copy link
Author

It worked! I have it now on our Xcode 9 server. Thanks @blender!

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

2 participants