Skip to content

Publishable podspec source and 1.3.1 - #3

Merged
wf9a5m75 merged 1 commit into
mainfrom
release/1.3.1
Aug 16, 2026
Merged

Publishable podspec source and 1.3.1#3
wf9a5m75 merged 1 commit into
mainfrom
release/1.3.1

Conversation

@wf9a5m75

Copy link
Copy Markdown
Contributor

s.source = { :path => __dir__ } points at a local directory. CocoaPods trunk
needs a source it can fetch from a public URL, so the podspec could never be
pushed — which is why nothing has ever been published (pod trunk me reports
no pods).

Point s.source at the repository with :tag => s.version.to_s, taken from the
s.homepage already declared here, and bump to 1.3.1 to match android-sdk.

Local development is unaffected: react-sdk's Podfile passes :path, which takes
precedence over s.source. Verified by rebuilding the React Native sample on a
physical iPad (0 errors) and running a map UI test against it.

`s.source = { :path => __dir__ }` points at a local directory. CocoaPods trunk
needs a source it can fetch from a public URL, so the podspec could never be
pushed — which is why nothing has ever been published (`pod trunk me` reports
no pods).

Point `s.source` at the repository with `:tag => s.version.to_s`, taken from the
`s.homepage` already declared here, and bump to 1.3.1 to match android-sdk.

Local development is unaffected: react-sdk's Podfile passes `:path`, which takes
precedence over `s.source`. Verified by rebuilding the React Native sample on a
physical iPad (0 errors) and running a map UI test against it.
@wf9a5m75
wf9a5m75 merged commit 1d2603b into main Aug 16, 2026
1 check passed
@wf9a5m75
wf9a5m75 deleted the release/1.3.1 branch August 16, 2026 18:00
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

Successfully merging this pull request may close these issues.

1 participant