Skip to content
New issue

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

Issue with FluctSDK/Pangle #8

Open
Felixinjapan33 opened this issue Oct 18, 2022 · 0 comments
Open

Issue with FluctSDK/Pangle #8

Felixinjapan33 opened this issue Oct 18, 2022 · 0 comments

Comments

@Felixinjapan33
Copy link

Felixinjapan33 commented Oct 18, 2022

Hi,
My team is switching from 'AdfurikunSDK-iOS/Pangle' to FluctSDK/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

# 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant