-
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 (xcode 15.0.1) #1824
Comments
bhargavbajani-simformsolutions
changed the title
App build fails due to missing dependencies
App build fails due to missing dependencies (xcode 15.1)
Nov 6, 2023
➤ Automation for Jira commented: The link to the corresponding Jira issue is https://ably.atlassian.net/browse/SDK-3932 |
bhargavbajani-simformsolutions
changed the title
App build fails due to missing dependencies (xcode 15.1)
App build fails due to missing dependencies (xcode 15.0.1)
Nov 6, 2023
Please use CocoaPods for now. |
@maratal It's not possible for now due to project limitations. |
@lawrence-forooghian shouldn't we give this another shot? #1756 |
Merged
It is now fixed in v1.2.23 @bhargavbajani-simformsolutions |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Which version of the Ably SDK are you using?
Version
[1.2.21](https://github.com/ably/ably-cocoa/releases/tag/1.2.21)
On which platform does the issue happen?
iOS17
Are you using Carthage?
Yes, github "ably/ably-cocoa" "1.2.21"
Which version of Xcode are you using?
yes, Xcode 15.0.1
What did you do?
The build fails when including the framework - tried with the attached framework via Github releases, Carthage.
'ARTTypes.h' file not found
Command used to install a framework
carthage update ably-cocoa --use-xcframeworks --no-use-binaries --platform iOS
What did you expect to happen?
The build should succeed.
What happened instead?
The build should fail with the above error message.
The text was updated successfully, but these errors were encountered: