Skip to content

This plugin only supports Objective-C/C++ #1

Description

@onurural

After installing the dependency:

npx expo install asatools-expo

with this deployment target;

      "ios": {
        "deploymentTarget": "15.1"
      }

and added to plugins array

{
"plugins": [
["asatools-expo", {"apiKey": "your_api_key_here"}]
]
}

and did run this command:

cd ios && pod-install --repo-update && cd ..

I got the following error while building the iOS folder:

npx expo prebuild
✔ Created native directories | reusing /android, /ios
› Using react-native@0.79.2 instead of recommended react-native@0.79.6.
✔ Updated package.json | no changes
✖ Prebuild failed
Error: [ios.appDelegate]: withIosAppDelegateBaseMod: AppDelegate not in Objective-C/C++. This plugin only supports Objective-C/C++. Current language: swift
Error: [ios.appDelegate]: withIosAppDelegateBaseMod: AppDelegate not in Objective-C/C++. This plugin only supports Objective-C/C++. Current language: swift
at **/node_modules/asatools-expo/plugin/withASATools.js:71:13

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions