[
https://issues.apache.org/jira/browse/CMIS-805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14005987#comment-14005987
]
Gavin Cornwell commented on CMIS-805:
-------------------------------------
NOTE: This introduces a dependency on the `SystemConfiguration.framework` which
your own project will need to link to.
The LLVM compiler in Xcode 5 introduces an Auto Linking feature which makes
linking system frameworks much simpler: simply search for and change the
**Enable Modules (C and Objective-C)** setting in your project's configuration
to **YES**. This setting is on by default for projects created with Xcode 5.
> Detect when no network is available and return error immediately
> ----------------------------------------------------------------
>
> Key: CMIS-805
> URL: https://issues.apache.org/jira/browse/CMIS-805
> Project: Chemistry
> Issue Type: Improvement
> Components: objectivecmis
> Affects Versions: ObjectiveCMIS 0.3
> Reporter: Gavin Cornwell
> Assignee: Gavin Cornwell
> Fix For: ObjectiveCMIS 0.4
>
>
> When there is no network available any network requests currently sit and
> wait for connection timeout before failing and calling the completion block
> with an error.
> Using the network reachability capabilities on Mac and iOS it should be
> possible to detect when there is no network available.
> If a request is made when no network is available an error should be returned
> immediately.
--
This message was sent by Atlassian JIRA
(v6.2#6252)