Shmoopi / iOS-System-Services

iOS System Services is a class to gather all available information about a device.
http://www.shmoopi.net/
MIT License
2k stars 365 forks source link

iOS 11 SDK: 'system' is unavailable: not available on iOS #47

Closed xpacificsoda closed 7 years ago

xpacificsoda commented 7 years ago

when I tried to build the code against iOS 11 sdk, xcode 9 beta 6, there is an error "'system' is unavailable: not available on iOS". Is there any function that can be replaced with 'system'?

Shmoopi commented 7 years ago

We've removed references to system in the latest version.

xpacificsoda commented 7 years ago

which commit includes this change?

Shmoopi commented 7 years ago

3ebee2d31f65675fc0aa726aa5b4f5b6c5f2be9a

Pod v2.0.0 includes these changes

VincentSit commented 7 years ago

@Shmoopi

Thank you for your work.

Why does the minimum deployment target change to 9.0, do I have a way to use it in 8.0?

Shmoopi commented 7 years ago

@VincentSit

Good question! We are supporting n-2 OS releases to focus on new features. Most features should work on iOS 8 with this release, but future releases may not.

Version 1.1.1 is available if you'd like to continue to support iOS 6-10 devices.

Thanks!