appwoodpecker / woodpecker-ios

woodpecker iOS
Other
210 stars 18 forks source link

warning on simulator #5

Closed Vancion closed 6 years ago

Vancion commented 6 years ago

hi, I get a warning when running my app on Xcode simulator: libMobileGestalt MobileGestalt.c:4130: Failed to get Computer Name, returning device name. How can I solve it? Thanks.

Xcode9.4.1+Swift 4+latest woodpecker on cocoapods

github-xiaogang commented 6 years ago

@Vancion I had tested with Xcode10.0 beta2 and without Woodpecker framework, got warning: libMobileGestalt MobileGestalt.c:879: MGIsDeviceOneOfType is not supported on this platform. So it seems like Xcode simulator's bug, and check this: https://stackoverflow.com/questions/50701321/xcode-error-on-simulation

Vancion commented 6 years ago

sorry, I thought it is caused by woodpecker. will close the issue