-
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
App build fails due to missing dependencies #1755
Comments
➤ Automation for Jira commented: The link to the corresponding Jira issue is https://ably.atlassian.net/browse/SDK-3628 |
Workaround for now: Fix the invalid reference of headers inside private headers by using a module-based import: - #import "ARTTypes.h"
+ #import <Ably/ARTTypes.h> |
Hey @hansemannn Couldn't you test the branch from this PR #1756 whether it works for you. Thanks. |
@maratal Looks promising! This should work, thank you! |
Re-opening this one to see if we can reproduce it ourselves, and so we can update our CI to catch issues like this in the future. |
Hi @hansemannn, we'd like to reproduce this issue before we attempt a fix for it. Might you be able to share with us an Xcode project which exhibits the issue that you've described? |
As the workaround to manually fix the import worked, so project is completed for now. A simple Swift-based project that uses manual framework inclusion (no SPM or Cocoapods) should reproduce it. If I get some additional time, I'll try to provide the project as well |
Which version of the Ably SDK are you using?
1.2.20
On which platform does the issue happen?
iOS 16.4
Are you using Carthage?
Yes, 0.38.0
Are you using Cocoapods?
Yes, 1.11.3
Which version of Xcode are you using?
14.3
What did you do?
The build fails when including the framework - tried with the attached framework via Github releases, Carthage and Cocoapods.
What did you expect to happen?
The build should succeed.
What happened instead?
The build should fails with the above error message.
The text was updated successfully, but these errors were encountered: