-
Notifications
You must be signed in to change notification settings - Fork 72
Description
Hello there. Have a problem - after build for ios, and run project from xcode app start launching and crash
error
Error loading /var/containers/Bundle/Application/8F874351-C01D-4DAC-BB48-D949000A5D77/ZeroToHero.app/Frameworks/UnityFramework.framework/UnityFramework (137): dlopen(/var/containers/Bundle/Application/8F874351-C01D-4DAC-BB48-D949000A5D77/ZeroToHero.app/Frameworks/UnityFramework.framework/UnityFramework, 0x0109): Library not loaded: @rpath/AdjustSigSdk.framework/AdjustSigSdk Referenced from: <A37584CD-2FE2-3342-89A6-E89573C543CE> /private/var/containers/Bundle/Application/8F874351-C01D-4DAC-BB48-D949000A5D77/ZeroToHero.app/Frameworks/UnityFramework.framework/UnityFramework Reason: tried: '/usr/lib/swift/AdjustSigSdk.framework/AdjustSigSdk' (no such file, not in dyld cache), '/private/preboot/Cryptexes/OS/usr/lib/swift/AdjustSigSdk.framework/AdjustSigSdk' (no such file), '/private/var/containers/Bundle/Application/8F874351-C01D-4DAC-BB48-D949000A5D77/ZeroToHero.app/Frameworks/AdjustSigSdk.framework/AdjustSigSdk' (no such file), '/usr/lib/swift/AdjustSigSdk.framework/AdjustSigSdk' (no such file, not in dyld cache), '/private/preboot/Cryptexes/OS/usr/lib/swift/AdjustSigSdk.framework/AdjustSigSdk' (no such file), '/private/var/containers/Bundle/Application/8F874351-C01D-4DAC-BB48-D949000A5D77/ZeroToHero.app/Frameworks/AdjustSigSdk.framework/AdjustSigSdk' (no such file), '/private/var/containers/Bundle/Application/8F874351-C01D-4DAC-BB48-D949000A5D77/ZeroToHero.app/Frameworks/AdjustSigSdk.framework/AdjustSigSdk' (no such file)
Podfile
source 'https://cdn.cocoapods.org/'
platform :ios, '13.0'
target 'UnityFramework' do
pod 'Adjust', '5.4.1'
pod 'AppLovinMediationBidMachineAdapter', '3.2.1.0.0'
pod 'AppLovinMediationFacebookAdapter', '6.17.1.0'
pod 'AppLovinMediationFyberAdapter', '8.3.6.0'
pod 'AppLovinMediationGoogleAdapter', '12.2.0.0'
pod 'AppLovinMediationIronSourceAdapter', '8.8.0.0.0'
pod 'AppLovinMediationMintegralAdapter', '7.7.7.0.0'
pod 'AppLovinMediationMyTargetAdapter', '5.28.0.0'
pod 'AppLovinMediationUnityAdsAdapter', '4.14.1.0'
pod 'AppLovinMediationVungleAdapter', '7.4.5.1'
pod 'AppLovinSDK', '13.2.0'
pod 'FBSDKCoreKit', '~> 16.0'
pod 'FBSDKCoreKit_Basics', '~> 16.0'
pod 'FBSDKGamingServicesKit', '~> 16.0'
pod 'FBSDKLoginKit', '~> 16.0'
pod 'FBSDKShareKit', '~> 16.0'
pod 'Firebase/Analytics', '10.22.0'
pod 'Firebase/Core', '10.22.0'
pod 'Firebase/Crashlytics', '10.22.0'
end
use_frameworks! :linkage => :static
Podfile.lock
- Adjust (5.4.1):
- Adjust/Adjust (= 5.4.1)
- Adjust/Adjust (5.4.1):
- AdjustSignature (= 3.47.0)
- AdjustSignature (3.47.0)
- AppLovinMediationBidMachineAdapter (3.2.1.0.0):
- AppLovinSDK (>= 13.0.0)
- BidMachine (= 3.2.1)
- AppLovinMediationFacebookAdapter (6.17.1.0):
- AppLovinSDK (>= 13.0.0)
- FBAudienceNetwork (= 6.17.1)
- AppLovinMediationFyberAdapter (8.3.6.0):
- AppLovinSDK (>= 13.0.0)
- Fyber_Marketplace_SDK (= 8.3.6)
- AppLovinMediationGoogleAdapter (12.2.0.0):
- AppLovinSDK (>= 13.0.0)
- Google-Mobile-Ads-SDK (= 12.2.0)
- AppLovinMediationIronSourceAdapter (8.8.0.0.0):
- AppLovinSDK (>= 13.0.0)
- IronSourceSDK (= 8.8.0.0)
- AppLovinMediationMintegralAdapter (7.7.7.0.0):
- AppLovinSDK (>= 13.0.0)
- MintegralAdSDK (= 7.7.7)
- MintegralAdSDK/BidSplashAd (= 7.7.7)
- AppLovinMediationMyTargetAdapter (5.28.0.0):
- AppLovinSDK (>= 13.0.0)
- myTargetSDK (= 5.28.0)
- AppLovinMediationUnityAdsAdapter (4.14.1.0):
- AppLovinSDK (>= 13.0.0)
- UnityAds (= 4.14.1)
- AppLovinMediationVungleAdapter (7.4.5.1):
- AppLovinSDK (>= 13.0.0)
- VungleAds (= 7.4.5)
- AppLovinSDK (13.2.0)
- BidMachine (3.2.1):
- BidMachine/Static (= 3.2.1)
- BidMachine/Static (3.2.1):
- StackModules/Static (~> 3.2.0)
- FBAEMKit (16.3.1):
- FBSDKCoreKit_Basics (= 16.3.1)
- FBAudienceNetwork (6.17.1)
- FBSDKCoreKit (16.3.1):
- FBAEMKit (= 16.3.1)
- FBSDKCoreKit_Basics (= 16.3.1)
- FBSDKCoreKit_Basics (16.3.1)
- FBSDKGamingServicesKit (16.3.1):
- FBSDKCoreKit (= 16.3.1)
- FBSDKCoreKit_Basics (= 16.3.1)
- FBSDKShareKit (= 16.3.1)
- FBSDKLoginKit (16.3.1):
- FBSDKCoreKit (= 16.3.1)
- FBSDKShareKit (16.3.1):
- FBSDKCoreKit (= 16.3.1)
- Firebase/Analytics (10.22.0):
- Firebase/Core
- Firebase/Core (10.22.0):
- Firebase/CoreOnly
- FirebaseAnalytics (~> 10.22.0)
- Firebase/CoreOnly (10.22.0):
- FirebaseCore (= 10.22.0)
- Firebase/Crashlytics (10.22.0):
- Firebase/CoreOnly
- FirebaseCrashlytics (~> 10.22.0)
- FirebaseAnalytics (10.22.0):
- FirebaseAnalytics/AdIdSupport (= 10.22.0)
- FirebaseCore (~> 10.0)
- FirebaseInstallations (~> 10.0)
- GoogleUtilities/AppDelegateSwizzler (~> 7.11)
- GoogleUtilities/MethodSwizzler (~> 7.11)
- GoogleUtilities/Network (~> 7.11)
- "GoogleUtilities/NSData+zlib (~> 7.11)"
- nanopb (< 2.30911.0, >= 2.30908.0)
- FirebaseAnalytics/AdIdSupport (10.22.0):
- FirebaseCore (~> 10.0)
- FirebaseInstallations (~> 10.0)
- GoogleAppMeasurement (= 10.22.0)
- GoogleUtilities/AppDelegateSwizzler (~> 7.11)
- GoogleUtilities/MethodSwizzler (~> 7.11)
- GoogleUtilities/Network (~> 7.11)
- "GoogleUtilities/NSData+zlib (~> 7.11)"
- nanopb (< 2.30911.0, >= 2.30908.0)
- FirebaseCore (10.22.0):
- FirebaseCoreInternal (~> 10.0)
- GoogleUtilities/Environment (~> 7.12)
- GoogleUtilities/Logger (~> 7.12)
- FirebaseCoreExtension (10.29.0):
- FirebaseCore (~> 10.0)
- FirebaseCoreInternal (10.29.0):
- "GoogleUtilities/NSData+zlib (~> 7.8)"
- FirebaseCrashlytics (10.22.0):
- FirebaseCore (~> 10.5)
- FirebaseInstallations (~> 10.0)
- FirebaseSessions (~> 10.5)
- GoogleDataTransport (~> 9.2)
- GoogleUtilities/Environment (~> 7.8)
- nanopb (< 2.30911.0, >= 2.30908.0)
- PromisesObjC (~> 2.1)
- FirebaseInstallations (10.29.0):
- FirebaseCore (~> 10.0)
- GoogleUtilities/Environment (~> 7.8)
- GoogleUtilities/UserDefaults (~> 7.8)
- PromisesObjC (~> 2.1)
- FirebaseSessions (10.29.0):
- FirebaseCore (~> 10.5)
- FirebaseCoreExtension (~> 10.0)
- FirebaseInstallations (~> 10.0)
- GoogleDataTransport (~> 9.2)
- GoogleUtilities/Environment (~> 7.13)
- GoogleUtilities/UserDefaults (~> 7.13)
- nanopb (< 2.30911.0, >= 2.30908.0)
- PromisesSwift (~> 2.1)
- Fyber_Marketplace_SDK (8.3.6)
- Google-Mobile-Ads-SDK (12.2.0):
- GoogleUserMessagingPlatform (>= 1.1)
- GoogleAppMeasurement (10.22.0):
- GoogleAppMeasurement/AdIdSupport (= 10.22.0)
- GoogleUtilities/AppDelegateSwizzler (~> 7.11)
- GoogleUtilities/MethodSwizzler (~> 7.11)
- GoogleUtilities/Network (~> 7.11)
- "GoogleUtilities/NSData+zlib (~> 7.11)"
- nanopb (< 2.30911.0, >= 2.30908.0)
- GoogleAppMeasurement/AdIdSupport (10.22.0):
- GoogleAppMeasurement/WithoutAdIdSupport (= 10.22.0)
- GoogleUtilities/AppDelegateSwizzler (~> 7.11)
- GoogleUtilities/MethodSwizzler (~> 7.11)
- GoogleUtilities/Network (~> 7.11)
- "GoogleUtilities/NSData+zlib (~> 7.11)"
- nanopb (< 2.30911.0, >= 2.30908.0)
- GoogleAppMeasurement/WithoutAdIdSupport (10.22.0):
- GoogleUtilities/AppDelegateSwizzler (~> 7.11)
- GoogleUtilities/MethodSwizzler (~> 7.11)
- GoogleUtilities/Network (~> 7.11)
- "GoogleUtilities/NSData+zlib (~> 7.11)"
- nanopb (< 2.30911.0, >= 2.30908.0)
- GoogleDataTransport (9.4.1):
- GoogleUtilities/Environment (~> 7.7)
- nanopb (< 2.30911.0, >= 2.30908.0)
- PromisesObjC (< 3.0, >= 1.2)
- GoogleUserMessagingPlatform (3.0.0)
- GoogleUtilities/AppDelegateSwizzler (7.13.3):
- GoogleUtilities/Environment
- GoogleUtilities/Logger
- GoogleUtilities/Network
- GoogleUtilities/Privacy
- GoogleUtilities/Environment (7.13.3):
- GoogleUtilities/Privacy
- PromisesObjC (< 3.0, >= 1.2)
- GoogleUtilities/Logger (7.13.3):
- GoogleUtilities/Environment
- GoogleUtilities/Privacy
- GoogleUtilities/MethodSwizzler (7.13.3):
- GoogleUtilities/Logger
- GoogleUtilities/Privacy
- GoogleUtilities/Network (7.13.3):
- GoogleUtilities/Logger
- "GoogleUtilities/NSData+zlib"
- GoogleUtilities/Privacy
- GoogleUtilities/Reachability
- "GoogleUtilities/NSData+zlib (7.13.3)":
- GoogleUtilities/Privacy
- GoogleUtilities/Privacy (7.13.3)
- GoogleUtilities/Reachability (7.13.3):
- GoogleUtilities/Logger
- GoogleUtilities/Privacy
- GoogleUtilities/UserDefaults (7.13.3):
- GoogleUtilities/Logger
- GoogleUtilities/Privacy
- IronSourceSDK (8.8.0.0)
- MintegralAdSDK (7.7.7):
- MintegralAdSDK/BannerAd (= 7.7.7)
- MintegralAdSDK/BidBannerAd (= 7.7.7)
- MintegralAdSDK/BidInterstitialVideoAd (= 7.7.7)
- MintegralAdSDK/BidNativeAd (= 7.7.7)
- MintegralAdSDK/BidNewInterstitialAd (= 7.7.7)
- MintegralAdSDK/BidRewardVideoAd (= 7.7.7)
- MintegralAdSDK/InterstitialVideoAd (= 7.7.7)
- MintegralAdSDK/NativeAd (= 7.7.7)
- MintegralAdSDK/NewInterstitialAd (= 7.7.7)
- MintegralAdSDK/RewardVideoAd (= 7.7.7)
- MintegralAdSDK/BannerAd (7.7.7):
- MintegralAdSDK/NativeAd
- MintegralAdSDK/BidBannerAd (7.7.7):
- MintegralAdSDK/BannerAd
- MintegralAdSDK/BidNativeAd
- MintegralAdSDK/BidInterstitialVideoAd (7.7.7):
- MintegralAdSDK/BidNativeAd
- MintegralAdSDK/InterstitialVideoAd
- MintegralAdSDK/BidNativeAd (7.7.7):
- MintegralAdSDK/NativeAd
- MintegralAdSDK/BidNewInterstitialAd (7.7.7):
- MintegralAdSDK/BidNativeAd
- MintegralAdSDK/NewInterstitialAd
- MintegralAdSDK/BidRewardVideoAd (7.7.7):
- MintegralAdSDK/BidNativeAd
- MintegralAdSDK/RewardVideoAd
- MintegralAdSDK/BidSplashAd (7.7.7):
- MintegralAdSDK/BidNativeAd
- MintegralAdSDK/SplashAd
- MintegralAdSDK/InterstitialVideoAd (7.7.7):
- MintegralAdSDK/NativeAd
- MintegralAdSDK/NativeAd (7.7.7)
- MintegralAdSDK/NewInterstitialAd (7.7.7):
- MintegralAdSDK/InterstitialVideoAd
- MintegralAdSDK/NativeAd
- MintegralAdSDK/RewardVideoAd (7.7.7):
- MintegralAdSDK/NativeAd
- MintegralAdSDK/SplashAd (7.7.7):
- MintegralAdSDK/NativeAd
- myTargetSDK (5.28.0):
- myTrackerSDK (~> 3.2.0)
- myTrackerSDK (3.2.1)
- nanopb (2.30910.0):
- nanopb/decode (= 2.30910.0)
- nanopb/encode (= 2.30910.0)
- nanopb/decode (2.30910.0)
- nanopb/encode (2.30910.0)
- OMSDK_Appodeal (1.5.4)
- PromisesObjC (2.4.0)
- PromisesSwift (2.4.0):
- PromisesObjC (= 2.4.0)
- StackModules/Core-Static (3.2.1)
- StackModules/ProductPresentation-Static (3.2.1):
- StackModules/Core-Static
- StackModules/Rendering-Static (3.2.1):
- OMSDK_Appodeal (~> 1.5.4)
- StackModules/Core-Static
- StackModules/ProductPresentation-Static
- StackModules/Static (3.2.1):
- StackModules/Core-Static
- StackModules/ProductPresentation-Static
- StackModules/Rendering-Static
- UnityAds (4.14.1)
- VungleAds (7.4.5)
DEPENDENCIES:
- Adjust (= 5.4.1)
- AppLovinMediationBidMachineAdapter (= 3.2.1.0.0)
- AppLovinMediationFacebookAdapter (= 6.17.1.0)
- AppLovinMediationFyberAdapter (= 8.3.6.0)
- AppLovinMediationGoogleAdapter (= 12.2.0.0)
- AppLovinMediationIronSourceAdapter (= 8.8.0.0.0)
- AppLovinMediationMintegralAdapter (= 7.7.7.0.0)
- AppLovinMediationMyTargetAdapter (= 5.28.0.0)
- AppLovinMediationUnityAdsAdapter (= 4.14.1.0)
- AppLovinMediationVungleAdapter (= 7.4.5.1)
- AppLovinSDK (= 13.2.0)
- FBSDKCoreKit (~> 16.0)
- FBSDKCoreKit_Basics (~> 16.0)
- FBSDKGamingServicesKit (~> 16.0)
- FBSDKLoginKit (~> 16.0)
- FBSDKShareKit (~> 16.0)
- Firebase/Analytics (= 10.22.0)
- Firebase/Core (= 10.22.0)
- Firebase/Crashlytics (= 10.22.0)
SPEC REPOS:
trunk:
- Adjust
- AdjustSignature
- AppLovinMediationBidMachineAdapter
- AppLovinMediationFacebookAdapter
- AppLovinMediationFyberAdapter
- AppLovinMediationGoogleAdapter
- AppLovinMediationIronSourceAdapter
- AppLovinMediationMintegralAdapter
- AppLovinMediationMyTargetAdapter
- AppLovinMediationUnityAdsAdapter
- AppLovinMediationVungleAdapter
- AppLovinSDK
- BidMachine
- FBAEMKit
- FBAudienceNetwork
- FBSDKCoreKit
- FBSDKCoreKit_Basics
- FBSDKGamingServicesKit
- FBSDKLoginKit
- FBSDKShareKit
- Firebase
- FirebaseAnalytics
- FirebaseCore
- FirebaseCoreExtension
- FirebaseCoreInternal
- FirebaseCrashlytics
- FirebaseInstallations
- FirebaseSessions
- Fyber_Marketplace_SDK
- Google-Mobile-Ads-SDK
- GoogleAppMeasurement
- GoogleDataTransport
- GoogleUserMessagingPlatform
- GoogleUtilities
- IronSourceSDK
- MintegralAdSDK
- myTargetSDK
- myTrackerSDK
- nanopb
- OMSDK_Appodeal
- PromisesObjC
- PromisesSwift
- StackModules
- UnityAds
- VungleAds
SPEC CHECKSUMS:
Adjust: 1ff981e84ae1306f8cce30e0661b3997dad1b85c
AdjustSignature: d634fc6b66295c38807f3b4e50978c1f72355950
AppLovinMediationBidMachineAdapter: c460a322e8d71bf957264935871b98401f1b08d1
AppLovinMediationFacebookAdapter: 413c7188e2a21e4c9256aa2b096ddc27240b1443
AppLovinMediationFyberAdapter: c75e18b1b65dcf194ff23822262ea9823a6a8acd
AppLovinMediationGoogleAdapter: 0d6dad9666ad53ee8e72ce561497404f48d04726
AppLovinMediationIronSourceAdapter: 77406f18fbb4efc4c0476666dc2b85f51a7b07cb
AppLovinMediationMintegralAdapter: ad62f2526190100c1bb6dda43b1dc07d9638d534
AppLovinMediationMyTargetAdapter: 3a6d1d22c706235c9db596ca31735a0aea014211
AppLovinMediationUnityAdsAdapter: 5be40deb046081cdd36c988c466136129fd8734c
AppLovinMediationVungleAdapter: 0212c121e9a86a2e149a79c365bd24529fd60315
AppLovinSDK: 1eb88a82b4feea9f3696ce9cc1e3343c4997ee12
BidMachine: 48529ae35f438e48708882e08426b907434eeee9
FBAEMKit: 6c7b5eb77c96861bb59e040842c6e55bf39512ce
FBAudienceNetwork: eb3ffbf2b35df25e21e163657044ffef66616a40
FBSDKCoreKit: 5e4dd478947ab1bcc887e8cfadeae0727af1a942
FBSDKCoreKit_Basics: cd7b5f5d1e8868c26706917919d058999ca672c3
FBSDKGamingServicesKit: fb0dcf086e8ca51f5a0074908edb783dba286af0
FBSDKLoginKit: 572cca0bc6c90067ef197187697cb3b584310c52
FBSDKShareKit: d9269157b4e9620f0bc1a461c5ead35a65cede9a
Firebase: 797fd7297b7e1be954432743a0b3f90038e45a71
FirebaseAnalytics: 8d0ff929c63b7f72260f332b86ccf569776b75d3
FirebaseCore: 0326ec9b05fbed8f8716cddbf0e36894a13837f7
FirebaseCoreExtension: 705ca5b14bf71d2564a0ddc677df1fc86ffa600f
FirebaseCoreInternal: df84dd300b561c27d5571684f389bf60b0a5c934
FirebaseCrashlytics: e568d68ce89117c80cddb04073ab9018725fbb8c
FirebaseInstallations: 913cf60d0400ebd5d6b63a28b290372ab44590dd
FirebaseSessions: dbd14adac65ce996228652c1fc3a3f576bdf3ecc
Fyber_Marketplace_SDK: 231146f679a38b29fe40c855b51c2a7dc085c116
Google-Mobile-Ads-SDK: 1dfb0c3cb46c7e2b00b0f4de74a1e06d9ea25d67
GoogleAppMeasurement: ccefe3eac9b0aa27f96066809fb1a7fe4b462626
GoogleDataTransport: 6c09b596d841063d76d4288cc2d2f42cc36e1e2a
GoogleUserMessagingPlatform: f8d0cdad3ca835406755d0a69aa634f00e76d576
GoogleUtilities: ea963c370a38a8069cc5f7ba4ca849a60b6d7d15
IronSourceSDK: ff0b14630899756847f7608a75182f10f022e5ef
MintegralAdSDK: 190c6cd3d83b31b51833e3341857c58dc430da2e
myTargetSDK: a61199b9bcdf2c40011a2076687cb29efd1e00da
myTrackerSDK: 5b4e009f9f87a8febdbf2742b2a02559aeb56849
nanopb: 438bc412db1928dac798aa6fd75726007be04262
OMSDK_Appodeal: 9ed58fc8cabfbe31637cd267b35c1f86d227c49d
PromisesObjC: f5707f49cb48b9636751c5b2e7d227e43fba9f47
PromisesSwift: 9d77319bbe72ebf6d872900551f7eeba9bce2851
StackModules: e2f19291e90a7f7ce502153d61936f66d18d6a35
UnityAds: b79991b34b0fc648f3b6052274ac8a0a3463cd4f
VungleAds: 1da221690dd1a8710d0b6a4c7aeac14cb12d31ab
PODFILE CHECKSUM: aac6ed9494cf7982dfec92d226734877172289d1
COCOAPODS: 1.16.2```