2

When I click on textField to open simulator keyboard in the Xcode this wraning show up:

2017-01-01 17:19:38.668544 FirebaseChat[12334:2921090] [MC] System group container for systemgroup.com.apple.configurationprofiles path is /Users/sajad/Library/Developer/CoreSimulator/Devices/79C88538-E4D6-4CEF-8B20-8D514CF453A8/data/Containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
2017-01-01 17:19:38.669484 FirebaseChat[12334:2921090] [MC] Reading from private effective user settings.

I use xcode 8 and swift 3.

How can I fix this?

Dark star
  • 5,192
  • 9
  • 35
  • 54
  • 1
    Check [How to remove strange logs](http://stackoverflow.com/questions/37800790/hide-strange-unwanted-xcode-8-logs) – dirtydanee Jan 01 '17 at 14:12
  • Duplicate on http://stackoverflow.com/questions/40024316/reading-from-public-effective-user-settings-in-ios-10 – Vincent Jan 30 '17 at 10:49
  • Not a duplicate, since here it is about private effective settings and not public. – adrian Mar 10 '17 at 11:03
  • I have the same issue when clicking uitextfiled by a swift project. But it will be fine if you run on a real device. It seems a simulator bug... http://stackoverflow.com/questions/40024316/reading-from-public-effective-user-settings-in-ios-10 – MarkZ May 09 '17 at 15:07

1 Answers1

1

This is a bug in the beta and it seems that this message appears primarily when clicking on a Text Field or Text View or other similar NSObject.

This is only a log message and not a compile error message as signified by the date and time preceding the message. Therefore if your code is not working it is not a result of this console message.

If you run on a device the message will be [MC] Reading from public effective user settings. If you run on the sim the message will be [MC] Reading from private effective user settings.

There for , if xcode build successed then You don't care