【发布时间】:2017-01-01 14:03:00
【问题描述】:
当我在 Xcode 中点击 textField 以打开模拟器键盘时,会出现以下提示:
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.
我使用 xcode 8 和 swift 3。
我该如何解决这个问题?
【问题讨论】:
-
不是重复的,因为这里是关于私人有效设置而不是公开的。
-
我在点击 swift 项目的 uitextfiled 时遇到了同样的问题。但是,如果您在真实设备上运行,那就没问题了。这似乎是一个模拟器错误...stackoverflow.com/questions/40024316/…