wordpress-mobile / gutenberg-mobile

Mobile version of Gutenberg - native iOS and Android
GNU General Public License v2.0
245 stars 56 forks source link

'RNTAztecView/RNTAztecView.h' file not found #6825

Closed IslamRustam closed 3 months ago

IslamRustam commented 5 months ago

Describe the bug Launching project in xcode fails due to 'RNTAztecView/RNTAztecView.h' file not found, Could not build Objective-C module 'RNTAztecView'

To Reproduce Steps to reproduce the behavior:

  1. Install @wordpress/react-native-aztec, @wordpress/react-native-bridge
  2. Run app in XCode

Expected behavior App should launch without errors

Screenshots

Screenshot 2024-04-23 at 14 03 38

Smartphone (please complete the following information): iOS Emulator

Additional context I'm trying to embed aztec text input into my application, not running it in gutenberg-mobile

geriux commented 5 months ago

Hey there 👋

I'm trying to embed aztec text input into my application, not running it in gutenberg-mobile

If you wish to use Aztec in a Text Input, you should use AztecEditor-iOS directly.

Let us know if that addresses your issue. Thanks!