Skip to content

Issue with FluctSDK/Pangle #8

Open
@Felixinjapan33

Description

@Felixinjapan33

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions