Commit 11ed718dbf04b2d2a6f2f1d4021cb65c4074f1e7
1 parent
25d1c24a
shareSDK内部有状态栏设置在子线程报错,取消主线程检测
Showing
1 changed file
with
3 additions
and
6 deletions
CNLiveScioLive.xcodeproj/xcshareddata/xcschemes/CNLiveScioLive.xcscheme
| ... | ... | @@ -27,8 +27,6 @@ |
| 27 | 27 | selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" |
| 28 | 28 | selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" |
| 29 | 29 | shouldUseLaunchSchemeArgsEnv = "YES"> |
| 30 | - <Testables> | |
| 31 | - </Testables> | |
| 32 | 30 | <MacroExpansion> |
| 33 | 31 | <BuildableReference |
| 34 | 32 | BuildableIdentifier = "primary" |
| ... | ... | @@ -38,13 +36,14 @@ |
| 38 | 36 | ReferencedContainer = "container:CNLiveScioLive.xcodeproj"> |
| 39 | 37 | </BuildableReference> |
| 40 | 38 | </MacroExpansion> |
| 41 | - <AdditionalOptions> | |
| 42 | - </AdditionalOptions> | |
| 39 | + <Testables> | |
| 40 | + </Testables> | |
| 43 | 41 | </TestAction> |
| 44 | 42 | <LaunchAction |
| 45 | 43 | buildConfiguration = "Debug" |
| 46 | 44 | selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" |
| 47 | 45 | selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" |
| 46 | + disableMainThreadChecker = "YES" | |
| 48 | 47 | launchStyle = "0" |
| 49 | 48 | useCustomWorkingDirectory = "NO" |
| 50 | 49 | ignoresPersistentStateOnLaunch = "NO" |
| ... | ... | @@ -61,8 +60,6 @@ |
| 61 | 60 | ReferencedContainer = "container:CNLiveScioLive.xcodeproj"> |
| 62 | 61 | </BuildableReference> |
| 63 | 62 | </BuildableProductRunnable> |
| 64 | - <AdditionalOptions> | |
| 65 | - </AdditionalOptions> | |
| 66 | 63 | </LaunchAction> |
| 67 | 64 | <ProfileAction |
| 68 | 65 | buildConfiguration = "Release" | ... | ... |