-
Notifications
You must be signed in to change notification settings - Fork 46
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
swift build command line issue #162
Comments
Self answer.... I found the error came from After I have removed that, build is successful. |
Are you saying that .topBarTrailing worked in full Skip Xcode builds but caused problems for Skip command-line builds? That would be very strange. |
Yes build with Xcode, it doesnt matter but with |
Thanks for advise aabewhite! It works for some cases, but still doesn't work for other cases. I'll leave a comment if I find something! |
First of all, Thanks for your hard working!
I found an error that occurs when I try to export gradle project.
I tried this one below
this is the instruction in DOCS -> Gradle Projects -> Building Locally
but when I tried
swift build --build-tests
it shows me many error messages like belowIn Xcode, it doesn't any matter but when I try to build with CLI, this kind of error message appears.
I tried this with `skip test' again and then saw log.
Even error log doesn't tell me what is wrong.
I'm trying to follow your instructions in DOCS but keep failing.
Is there any doc that I can follow to make an .apk file manually?
I can manage about iOS Side with Xcode but have no idea what should I do if I want to extract .apk to test with my phone and manually upload .aab file
Thanks again and have a great day!!
The text was updated successfully, but these errors were encountered: