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
After installing the dependency:
npx expo install asatools-expo
with this deployment target;
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