Skip to content
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

Xcode 7 Beta 6 print(.. appendNewLine) - Swift 2.0 branch #316

Closed
AJ9 opened this issue Aug 25, 2015 · 0 comments
Closed

Xcode 7 Beta 6 print(.. appendNewLine) - Swift 2.0 branch #316

AJ9 opened this issue Aug 25, 2015 · 0 comments

Comments

@AJ9
Copy link

AJ9 commented Aug 25, 2015

Lines like this:

print("Can't select by touch. No data set.", appendNewline: true)

Now do not compile and should be replaced with:

print("Can't select by touch. No data set.", terminator: "\n")
@AJ9 AJ9 changed the title Xcode 7 Beta 6 print(.. appendNewLine) Xcode 7 Beta 6 print(.. appendNewLine) - Swift 2.0 branch Aug 25, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants