Skip to content

fix(apple): fix "unknown keywords" during pod install#1009

Merged
tido64 merged 3 commits intotrunkfrom
tido/fix-pod-unknown-keywords
Jul 25, 2022
Merged

fix(apple): fix "unknown keywords" during pod install#1009
tido64 merged 3 commits intotrunkfrom
tido/fix-pod-unknown-keywords

Conversation

@tido64
Copy link
Copy Markdown
Member

@tido64 tido64 commented Jul 23, 2022

Description

Fixes "unknown keywords" during pod install:

[!] use_flipper is deprecated, use the flipper_configuration option in the use_react_native function
[!] Invalid `Podfile` file: unknown keywords: :turbomodule_enabled, :rta_flipper_versions, :rta_project_root, :rta_target_platform.
 #  from /Users/runner/work/react-native-test-app/react-native-test-app/example/ios/Podfile:13
 #  -------------------------------------------
 #  
 >  use_test_app! options do |target|
 #    target.tests do
 #  -------------------------------------------

See full build log: https://github.com/microsoft/react-native-test-app/runs/7478804395?check_suite_focus=true

Platforms affected

  • Android
  • iOS
  • macOS
  • Windows

Test plan

npm run set-react-version main
yarn
cd example
pod install --project-directory=ios

@tido64 tido64 requested review from afoxman and kelset July 23, 2022 08:34
@github-actions github-actions bot added platform: iOS This affects iOS platform: macOS This affects macOS labels Jul 23, 2022
@tido64 tido64 merged commit 03b17d3 into trunk Jul 25, 2022
@tido64 tido64 deleted the tido/fix-pod-unknown-keywords branch July 25, 2022 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

platform: iOS This affects iOS platform: macOS This affects macOS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants