日志打印出现以下问题:
[App] if we're in the real pre-commit handler we can't actually add any new fences due to CA restriction
出现这个的原因是因为我Xcode版本低于真机版本导致的,不影响APP的运行的,但是这里还是要给予解决的办法 :⬇️
1⃣️:Click on your active scheme name right next to the Stop button
2⃣️:Click on Edit Scheme....
3⃣️:in Run (Debug) select the Arguments tab
4⃣️:in Environment Variables click +
5⃣️:add variable: OS_ACTIVITY_MODE = disable
