Skip to content

2 issues compiling the Data quick start project for iOS (swift) on Xcode Version 7.2 (7C68) #741

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

Closed
pkrakow opened this issue Jan 7, 2016 · 1 comment
Labels
type:docs Only change in the docs or README

Comments

@pkrakow
Copy link

pkrakow commented Jan 7, 2016

I tried out the Data quick start project for iOS (swift) this morning and I ran into 2 problems.

  1. I received an error message at compile time that the launch image set has 2 unassigned children. I found this stack overflow article on the topic:

http://stackoverflow.com/questions/32695893/x-code-7-0-the-launch-image-set-launchimage-has-2-unassigned-children

Deleting the 2 unassigned children solved this problem for me.

  1. When I pasted the code to store data in Parse, Xcode threw an error message at me for this line: println("Object has been saved.")

Apparently the method has been changed from println to print. I fixed this problem by changing the line to: print("Object has been saved.")

After making those 2 changes, my program compiled and it successfully loaded data into parse.

Cool quickstarts by the way. Very easy to use so far.

@nlutsenko
Copy link
Contributor

Hey @pkrakow, thanks for the report.

  1. It's actually a warning, and is not super required, though we should definitely fix it.
  2. Found it, thanks for catching this - sent a change to fix it for review, will be deployed soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:docs Only change in the docs or README
Projects
None yet
Development

No branches or pull requests

2 participants