The latest Demo App Does not compile #48

Closed
opened 2025-12-29 15:22:57 +01:00 by adam · 2 comments
Owner

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/Transactions Demo/TransactionsDemoViewController.swift:63:83: warning: use of string literal for Objective-C selectors is deprecated; use '#selector' instead
let 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(
:))
`

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/Transactions` Demo/TransactionsDemoViewController.swift:63:83: warning: use of string literal for Objective-C selectors is deprecated; use '#selector' instead let 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(_:)) `
adam added the fixedcorestore bug labels 2025-12-29 15:22:57 +01:00
adam closed this issue 2025-12-29 15:22:57 +01:00
Author
Owner

@JohnEstropia commented on GitHub (Mar 25, 2016):

@praveencastelino Oh my. Thanks!

@JohnEstropia commented on GitHub (Mar 25, 2016): @praveencastelino Oh my. Thanks!
Author
Owner

@JohnEstropia commented on GitHub (Mar 25, 2016):

@praveencastelino fixed now, thanks again!

@JohnEstropia commented on GitHub (Mar 25, 2016): @praveencastelino fixed now, thanks again!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/CoreStore#48