处理闪退问题

This commit is contained in:
湖北秦九 2026-01-19 17:57:38 +08:00
parent a75dade0aa
commit 3c52021161
6 changed files with 20 additions and 11 deletions

View File

@ -2734,7 +2734,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Fableon/Fableon.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 2;
DEVELOPMENT_TEAM = 6XALB8RSYF;
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
GENERATE_INFOPLIST_FILE = YES;
@ -2777,7 +2777,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Fableon/Fableon.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 2;
DEVELOPMENT_TEAM = 6XALB8RSYF;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = Fableon/Source/Info.plist;

View File

@ -131,7 +131,7 @@ extension SceneDelegate {
if FANetworkMonitor.manager.isReachable == true {
handleOnLine()
FATool.requestIDFAAuthorization(nil)
// FATool.requestIDFAAuthorization(nil)
self.retryHandleOpenAppMessage()
FAIapManager.manager.preloadingProducts()

View File

@ -48,7 +48,7 @@ class FATabBarController: UITabBarController {
}
}
FATool.checkUpdates()
// FATool.requestIDFAAuthorization(nil)
FATool.requestIDFAAuthorization(nil)
}
override var childForStatusBarStyle: UIViewController? {

View File

@ -28,6 +28,6 @@ class FAAdjustStateManager {
func apnsFinish() {
self.apnsAuthorizationFinish = true
FATool.sceneDelegate?.retryHandleOpenAppMessage()
FATool.requestIDFAAuthorization(nil)
// FATool.requestIDFAAuthorization(nil)
}
}

View File

@ -20,7 +20,7 @@ target 'Fableon' do
pod 'YYText'
pod 'Alamofire'
pod 'SmartCodable'
pod 'JXPlayer', '~> 0.1.8'
pod 'JXPlayer', :git => 'https://github.com/zengjuexin/JXPlayer.git', :tag => '0.2.0'
pod 'Kingfisher'
pod 'SnapKit'
pod 'FSPagerView'

View File

@ -50,7 +50,7 @@ PODS:
- IQTextView (1.0.5):
- IQKeyboardToolbar/Placeholderable
- JXPagingView/Paging (2.1.3)
- JXPlayer (0.1.8):
- JXPlayer (0.2.0):
- SJMediaCacheServer (= 2.1.6)
- SJVideoPlayer (= 3.4.3)
- JXSegmentedView (1.4.1)
@ -148,7 +148,7 @@ DEPENDENCIES:
- HWPanModal
- IQKeyboardManagerSwift
- JXPagingView/Paging
- JXPlayer (~> 0.1.8)
- JXPlayer (from `https://github.com/zengjuexin/JXPlayer.git`, tag `0.2.0`)
- JXSegmentedView
- Kingfisher
- LYEmptyView
@ -179,7 +179,6 @@ SPEC REPOS:
- IQTextInputViewNotification
- IQTextView
- JXPagingView
- JXPlayer
- JXSegmentedView
- Kingfisher
- LYEmptyView
@ -198,6 +197,16 @@ SPEC REPOS:
- YYText
- ZLPhotoBrowser
EXTERNAL SOURCES:
JXPlayer:
:git: https://github.com/zengjuexin/JXPlayer.git
:tag: 0.2.0
CHECKOUT OPTIONS:
JXPlayer:
:git: https://github.com/zengjuexin/JXPlayer.git
:tag: 0.2.0
SPEC CHECKSUMS:
Adjust: 010c8b2b582add6ba200469c82c4d8c9e5ddb198
AdjustSignature: d634fc6b66295c38807f3b4e50978c1f72355950
@ -215,7 +224,7 @@ SPEC CHECKSUMS:
IQTextInputViewNotification: 3b9fb27a16e7ee8958cc9092cfb07a1a9e1fd559
IQTextView: ae13b4922f22e6f027f62c557d9f4f236b19d5c7
JXPagingView: afdd2e9af09c90160dd232b970d603cc6e7ddd0e
JXPlayer: 8ca57987b506419cb51a8c84e6196c25043634ca
JXPlayer: 3064f658b71cba7f0db4098e618f11f5d8dce61a
JXSegmentedView: cd73555ce2134d1656db2cb383ba9c2f36fb5078
Kingfisher: ff0d31a1f07bdff6a1ebb3ba08b8e6e567b6500c
LYEmptyView: b6d418cfa38b78df0cf243f9a9c25ccbdc399922
@ -234,6 +243,6 @@ SPEC CHECKSUMS:
YYText: 5c461d709e24d55a182d1441c41dc639a18a4849
ZLPhotoBrowser: d5928f08485c90a0b349a3a1e804e82c83ccf193
PODFILE CHECKSUM: 0d6c1bc4222cac60ce66cfe1a22456b0a9cc1685
PODFILE CHECKSUM: cd32c414c77ca06ddc270e513eb703e621fcdcff
COCOAPODS: 1.16.2