diff --git a/website/versioned_docs/version-0.79/turbo-native-modules-ios.md b/website/versioned_docs/version-0.79/turbo-native-modules-ios.md index b6f96aad576..c0c61590558 100644 --- a/website/versioned_docs/version-0.79/turbo-native-modules-ios.md +++ b/website/versioned_docs/version-0.79/turbo-native-modules-ios.md @@ -136,7 +136,7 @@ Modify the `package.json` as it follows: "type": "modules", "jsSrcsDir": "specs", "android": { - "javaPackageName": "com.sampleapp.specs" + "javaPackageName": "com.nativelocalstorage" }, // highlight-add-start "ios": { @@ -155,7 +155,7 @@ At this point, you need to re-install the pods to make sure that codegen runs ag ```bash # from the ios folder bundle exec pod install -open SampleApp.xcworkspace +open TurboModuleExample.xcworkspace ``` If you now build your application from Xcode, you should be able to build successfully. diff --git a/website/versioned_docs/version-0.80/turbo-native-modules-ios.md b/website/versioned_docs/version-0.80/turbo-native-modules-ios.md index b6f96aad576..c0c61590558 100644 --- a/website/versioned_docs/version-0.80/turbo-native-modules-ios.md +++ b/website/versioned_docs/version-0.80/turbo-native-modules-ios.md @@ -136,7 +136,7 @@ Modify the `package.json` as it follows: "type": "modules", "jsSrcsDir": "specs", "android": { - "javaPackageName": "com.sampleapp.specs" + "javaPackageName": "com.nativelocalstorage" }, // highlight-add-start "ios": { @@ -155,7 +155,7 @@ At this point, you need to re-install the pods to make sure that codegen runs ag ```bash # from the ios folder bundle exec pod install -open SampleApp.xcworkspace +open TurboModuleExample.xcworkspace ``` If you now build your application from Xcode, you should be able to build successfully. diff --git a/website/versioned_docs/version-0.81/turbo-native-modules-ios.md b/website/versioned_docs/version-0.81/turbo-native-modules-ios.md index b6f96aad576..c0c61590558 100644 --- a/website/versioned_docs/version-0.81/turbo-native-modules-ios.md +++ b/website/versioned_docs/version-0.81/turbo-native-modules-ios.md @@ -136,7 +136,7 @@ Modify the `package.json` as it follows: "type": "modules", "jsSrcsDir": "specs", "android": { - "javaPackageName": "com.sampleapp.specs" + "javaPackageName": "com.nativelocalstorage" }, // highlight-add-start "ios": { @@ -155,7 +155,7 @@ At this point, you need to re-install the pods to make sure that codegen runs ag ```bash # from the ios folder bundle exec pod install -open SampleApp.xcworkspace +open TurboModuleExample.xcworkspace ``` If you now build your application from Xcode, you should be able to build successfully. diff --git a/website/versioned_docs/version-0.82/turbo-native-modules-ios.md b/website/versioned_docs/version-0.82/turbo-native-modules-ios.md index b6f96aad576..c0c61590558 100644 --- a/website/versioned_docs/version-0.82/turbo-native-modules-ios.md +++ b/website/versioned_docs/version-0.82/turbo-native-modules-ios.md @@ -136,7 +136,7 @@ Modify the `package.json` as it follows: "type": "modules", "jsSrcsDir": "specs", "android": { - "javaPackageName": "com.sampleapp.specs" + "javaPackageName": "com.nativelocalstorage" }, // highlight-add-start "ios": { @@ -155,7 +155,7 @@ At this point, you need to re-install the pods to make sure that codegen runs ag ```bash # from the ios folder bundle exec pod install -open SampleApp.xcworkspace +open TurboModuleExample.xcworkspace ``` If you now build your application from Xcode, you should be able to build successfully. diff --git a/website/versioned_docs/version-0.83/turbo-native-modules-ios.md b/website/versioned_docs/version-0.83/turbo-native-modules-ios.md index b6f96aad576..c0c61590558 100644 --- a/website/versioned_docs/version-0.83/turbo-native-modules-ios.md +++ b/website/versioned_docs/version-0.83/turbo-native-modules-ios.md @@ -136,7 +136,7 @@ Modify the `package.json` as it follows: "type": "modules", "jsSrcsDir": "specs", "android": { - "javaPackageName": "com.sampleapp.specs" + "javaPackageName": "com.nativelocalstorage" }, // highlight-add-start "ios": { @@ -155,7 +155,7 @@ At this point, you need to re-install the pods to make sure that codegen runs ag ```bash # from the ios folder bundle exec pod install -open SampleApp.xcworkspace +open TurboModuleExample.xcworkspace ``` If you now build your application from Xcode, you should be able to build successfully. diff --git a/website/versioned_docs/version-0.84/turbo-native-modules-ios.md b/website/versioned_docs/version-0.84/turbo-native-modules-ios.md index b6f96aad576..c0c61590558 100644 --- a/website/versioned_docs/version-0.84/turbo-native-modules-ios.md +++ b/website/versioned_docs/version-0.84/turbo-native-modules-ios.md @@ -136,7 +136,7 @@ Modify the `package.json` as it follows: "type": "modules", "jsSrcsDir": "specs", "android": { - "javaPackageName": "com.sampleapp.specs" + "javaPackageName": "com.nativelocalstorage" }, // highlight-add-start "ios": { @@ -155,7 +155,7 @@ At this point, you need to re-install the pods to make sure that codegen runs ag ```bash # from the ios folder bundle exec pod install -open SampleApp.xcworkspace +open TurboModuleExample.xcworkspace ``` If you now build your application from Xcode, you should be able to build successfully.