We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, My team is switching from 'AdfurikunSDK-iOS/Pangle' to FluctSDK/Pangle and we are having trouble with it.
'AdfurikunSDK-iOS/Pangle'
FluctSDK/Pangle
Error messages when we compile on xcode ld: library not found for -lboringssl_asm OneKit-Pangle not found
ld: library not found for -lboringssl_asm
OneKit-Pangle not found
Error message when we do processing the post-install hook
# Strip alpha/beta, HEAD notations from build numbers post_install do |installer| plist_buddy = "/usr/libexec/PlistBuddy" installer.pods_project.targets.each do |target| plist = "Pods/Target Support Files/#{target}/Info.plist" version = `#{plist_buddy} -c "Print CFBundleShortVersionString" "#{plist}"`.strip stripped_version = /([\d\.]+)/.match(version).captures[0]
[!] An error occurred while processing the post-install hook of the Podfile. undefined method 'captures' for nil:NilClass
Environment Xcode Version 13.3 (13E113) ruby 3.0.0p0 cocoapods 1.11.3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
My team is switching from
'AdfurikunSDK-iOS/Pangle'
toFluctSDK/Pangle
and we are having trouble with it.Error messages when we compile on xcode
ld: library not found for -lboringssl_asm
OneKit-Pangle not found
Error message when we do processing the post-install hook
[!] An error occurred while processing the post-install hook of the Podfile. undefined method 'captures' for nil:NilClass
Environment
Xcode Version 13.3 (13E113)
ruby 3.0.0p0
cocoapods 1.11.3
The text was updated successfully, but these errors were encountered: