mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-11 20:00:30 +01:00
The latest Demo App Does not compile #48
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @praveencastelino on GitHub (Mar 25, 2016).
Xcode Version 7.3 (7D175)
Core Store version 1.6.1 [master branch]
Im getting following errors:
/<my_path>/github/CoreStore/CoreStoreDemo/CoreStoreDemo/Fetching and Querying Demo/QueryingResultsViewController.swift:23:29: error: use of unresolved identifier '_stdlib_getDemangledTypeName' detail: _stdlib_getDemangledTypeName(item) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /<my_path>/github/CoreStore/CoreStoreDemo/CoreStoreDemo/Fetching and Querying Demo/QueryingResultsViewController.swift:31:29: error: use of unresolved identifier '_stdlib_getDemangledTypeName' detail: _stdlib_getDemangledTypeName(item) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~Also, there are few warnings related to swift
/<my_path>/github/CoreStore/CoreStoreDemo/CoreStoreDemo/TransactionsDemo/TransactionsDemoViewController.swift:63:83: warning: use of string literal for Objective-C selectors is deprecated; use '#selector' insteadlet longPressGesture = UILongPressGestureRecognizer(target: self, action: "longPressGestureRecognized:")
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#selector(TransactionsDemoViewController.longPressGestureRecognized(:))
/<my_path>/github/CoreStore/CoreStoreDemo/CoreStoreDemo/Transactions Demo/TransactionsDemoViewController.swift:71:21: warning: use of string literal for Objective-C selectors is deprecated; use '#selector' instead
action: "refreshButtonTapped:"
^~~~~~~~~~~~~~~~~~~~~~
#selector(TransactionsDemoViewController.refreshButtonTapped(:))
`
@JohnEstropia commented on GitHub (Mar 25, 2016):
@praveencastelino Oh my. Thanks!
@JohnEstropia commented on GitHub (Mar 25, 2016):
@praveencastelino fixed now, thanks again!