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

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

Open
km-steve-ham opened this issue Jun 5, 2024 · 1 comment
Open

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

km-steve-ham opened this issue Jun 5, 2024 · 1 comment

Comments

@km-steve-ham
Copy link

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:

  • Crash when accessing FlatBuffer [C++, gcc 4.8, OS X, master]
  • Flatc converts a protobuf 'bytes' field to 'string' in fbs schema file [all languages, FlatBuffers 1.4]

Include other details as appropriate.

Thanks!

@mustiikhalil
Copy link
Collaborator

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.

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

2 participants