-
-
Notifications
You must be signed in to change notification settings - Fork 874
Closed
Labels
type:docsOnly change in the docs or READMEOnly change in the docs or README
Description
I tried out the Data quick start project for iOS (swift) this morning and I ran into 2 problems.
- 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:
Deleting the 2 unassigned children solved this problem for me.
- 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
Labels
type:docsOnly change in the docs or READMEOnly change in the docs or README