Skip to content

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

@pkrakow

Description

@pkrakow

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    type:docsOnly change in the docs or README

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions