You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, when I archive Application, build is success, but when application is launched, it crash with error
Termination Description: DYLD, dyld: Using shared cache: 42E6D1CB-BF6C-359D-A3D8-AD0D179BC8B6 | dependent dylib '@rpath/TCSDK.framework/TCSDK' not found for '/private/var/containers/Bundle/Application/384ED5B8-DFFF-4479-809A-3E9871D70FF3/Fortuneo.app/Fortuneo'. could not use '/private/var/containers/Bundle/Application/384ED5B8-DFFF-4479-809A-3E9871D70FF3/Fortuneo.app/Frameworks/TCSDK.framework/TCSDK' because it was not built for platform iOS Highlighted by Thread: 0
First question: Does that mean that you solved the "import swift" issue?
Second question: Can you check that inside the XCFramework you have the right architectures (arm74/armv7) for iOS.
Third question: which version of cocoapod are you using? Is it compatible with XCFrameworks? (should be 1.10.1+ I think)
Hello, when I archive Application, build is success, but when application is launched, it crash with error
Termination Description: DYLD, dyld: Using shared cache: 42E6D1CB-BF6C-359D-A3D8-AD0D179BC8B6 | dependent dylib '@rpath/TCSDK.framework/TCSDK' not found for '/private/var/containers/Bundle/Application/384ED5B8-DFFF-4479-809A-3E9871D70FF3/Fortuneo.app/Fortuneo'. could not use '/private/var/containers/Bundle/Application/384ED5B8-DFFF-4479-809A-3E9871D70FF3/Fortuneo.app/Frameworks/TCSDK.framework/TCSDK' because it was not built for platform iOS Highlighted by Thread: 0
Dependancies in POD :
pod 'TCCore', :podspec => 'https://raw.githubusercontent.com/TagCommander/pods/master/TCCore/4/7/5/TCCore.podspec', :configuration => ['Debug', 'E2E', 'Recette', 'Validation', 'Preprod', 'Production'] pod 'TCSDK', :podspec => 'https://raw.githubusercontent.com/TagCommander/pods/master/TCSDK/4/6/4/TCSDK.podspec', :configuration => ['Debug', 'E2E','Recette', 'Validation', 'Preprod', 'Production'] pod 'TCPrivacy', :podspec => 'https://raw.githubusercontent.com/TagCommander/pods/master/TCPrivacy/4/8/4/TCPrivacy.podspec', :configuration => ['Debug','E2E','Recette', 'Validation', 'Preprod', 'Production']
Compilation with :
XCode 12.5
Swift version : Apple Swift version 5.4 (swiftlang-1205.0.26.9 clang-1205.0.19.55)
Target: x86_64-apple-darwin20.3.0
The text was updated successfully, but these errors were encountered: