-
Notifications
You must be signed in to change notification settings - Fork 297
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 not supported? #112
Comments
@devxoul any update on this? |
URLNavigator doesn't support Carthage officially because of the cost of maintenance. Actually there is a good news: Carthage will support SPM-only projects from Swift 5. |
I've tried to generate a URLNavigator project with spm to build it with carthage in the next step. And it ends with an error.
Is there someting that I've missed to do? |
Ok I found my mistake.
|
Today I tried to upload an app to the AppStore. I got an error from iTunes Connect, because of a missing CFBundleVersion. To solve this, you have to do the following steps:
I hope this helps. |
The text was updated successfully, but these errors were encountered: