You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given a podspec supporting multiple platforms but also with a platform-specific depa like s.ios.dependency 'SomeiOSSpecificDep', pod gen won't generate a podfile that has that platform information in it. Running pod gen will produce an error similar to
Generating MyLib in `gen/`
[!] The platform of the target `App-macOS` (macOS 10.11) is not compatible with `SomeiOSSpecificDep (1.0)`, which does not support `osx`.
The text was updated successfully, but these errors were encountered:
Given a podspec supporting multiple platforms but also with a platform-specific depa like
s.ios.dependency 'SomeiOSSpecificDep'
, pod gen won't generate a podfile that has that platform information in it. Running pod gen will produce an error similar toThe text was updated successfully, but these errors were encountered: