google / flatbuffers

FlatBuffers: Memory Efficient Serialization Library
https://flatbuffers.dev/
Apache License 2.0
22.52k stars 3.19k forks source link

Question about installing '24.3.25' CocoaPods in iOS project #8327

Open km-steve-ham opened 4 weeks ago

km-steve-ham commented 4 weeks ago

When I install FlatBuffers with the following in my Podfile:

# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'

target 'HelloWorld2' do
  # Comment the next line if you don't want to use dynamic frameworks
  use_frameworks!

  # Pods for HelloWorld2
  pod 'FlatBuffers'
end

Version 22.9.24 gets installed.

I checked the CocoaPods Specs repository, and 22.9.24 is the highest version available: Specs Repository

However, I noticed that version 24.3.25 exists in the FlatBuffers project on GitHub: FlatBuffers Podspec

Has version 24.3.25 not been pushed to the CocoaPods trunk? Is the actual latest version the one listed on the CocoaPods Specs repository?

Thanks.


Thank you for submitting an issue!

Please make sure you include the names of the affected language(s), compiler version(s), operating system version(s), and FlatBuffers version(s) in your issue title.

This helps us get the correct maintainers to look at your issue. Here are examples of good titles:

Include other details as appropriate.

Thanks!

mustiikhalil commented 4 weeks ago

Hey,

Thanks for opening the issue, I'll take a look at it during the weekend. The latest version is the version shown in the Flatbuffers repository always.