Closed agmo-ios closed 7 years ago
Hi @agmo-ios. I'm afraid I don't see the same behavior. Could you try a fresh download and see if you run into the same problem? Here's what I just did to check and it ran alright.
master
branch.carthage update --platform iOS
CredentialsExample.swift
to Credentials.swift
Speech to Text.xcodeproj
and Build / Run.Hi @glennrfisher
Thanks for your feedback. When I am using XCode 9.0.1, the carthage update output is as the following:
When I am using XCode 9 via xcode-select, the carthage update output is as the following: (It shows some warning but I have no problem in building)
Conclusion: It works on XCode 9, but not XCode 9.0.1 (If it works on your side, maybe your xcode-select is still pointing to XCode 9 instead of 9.0.1?) Buy me a Starbucks please :)
A better way is to use "carthage update --platform iOS --no-use-binaries" Thanks.
I can't build the sample project using XCode 9.0.1 Please assist