I am trying to use the Reachability function in my application. Now I get a few errors in the Reachability.m file. I think this is due to the new version of Xcode (does not allow [release]).
Does anyone have experience in this case?
Reachability does not meet ARC requirements. You can disable ARC for each file.
Choose your project → goal → Phase assembly → Compile sources → Double-click Reachability.m → add -fno-objc-arc.
The problem is resolved.
Here's a modified Reach that should be compatible with ARC.
Source: https://habr.com/ru/post/899971/More articles:Returning a Directory List Using NSMetadataQuery and NSPredicate - objective-cmagento $ order-> getAllItems () returns twice the same element - phpWhat is the recommended test method for a client JSON server? - ruby-on-railsBest practice: table, div, list or some combination ...? - htmlPython 2.7: secure printing - python"ExecuteReader requires an open and accessible connection. The current state of the connection is open. - c #Deploying Django on an Apache server - pythonHow to create an oracle.sql.ARRAY object? - javaPHP Permissions mkdir () - phpDrupal 7 gets a list of taxonomy terms in views - viewsAll Articles