Pod install "Error installing TikTokOpenSDK" v1.1.2
[!] Error installing TikTokOpenSDK v1.1.2 [!] /usr/bin/curl -f -L -o /var/folders/0q/mrz9v4z52rx18zmvrc854w080000gn/T/d20250509-62886-xf2ufl/file.zip https://sf16-muse-va.ibytedtos.com/obj/tiktok-open-platform/TikTokOpenSDK.framework.zip --create-dirs --netrc-optional --retry 2 -A 'CocoaPods/1.15.2 cocoapods-downloader/2.1'
% Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 230 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (56) The requested URL returned error: 403
anyone by chance aware of a workaround for this? I'm unable to deploy a bug fix to our app because of this bug.
Seems old versions don't work via Cocoapod, try to link the SDK manually
https://developers.tiktok.com/doc/getting-started-ios-quickstart-objective-c?enter_method=left_navigation refer to the Via Manual Install section
How to Via Manual Install with Expo
How to Via Manual Install with Expo
Did you experience this issue with Expo SDK?
I got this issue: Code verifier or code challenge is invalid
codeVerifier need to in ios
It looks like this is connected to my problem. The issue appears to be with CocoaPods. During pod install, it tries to access a link that is no longer valid for installing TikTokOpenSDK.
#https://github.com/CocoaPods/Specs/blob/master/Specs/6/1/7/TikTokOpenSDK/5.0.15/TikTokOpenSDK.podspec.json
"source": {
"http": "https://sf16-muse-va.ibytedtos.com/obj/tiktok-open-platform/TikTokOpenSDK.xcframework-5.0.15.zip"
}
I tried unsuccessfully to point to a valid external URL, but I'm not sure if that's the correct way to do it
#Podfile
target 'Project' do
pod 'TikTokOpenSDK', :git => 'https://github.com/bleszerd/TikTokOpenSDK-5.0.15', :branch => 'main'
#...
Any ideas regarding this?
same error