cordova-ios Questions
3
Solved
I have an ionic cordova app. Apple is now requiring us to provide reasons for certain API access in our privacy-manifest.
I need to add "CA92.1" as the reason for NSPrivacyAccessedAPICate...
Tabshey asked 5/4, 2024 at 15:48
7
Solved
In the release notes of cordova-android 6.3.0 (https://cordova.apache.org/announcements/2017/09/27/android-release.html) it's written down that cordova-plugin-compat has to be removed
If I try
co...
Jeri asked 3/10, 2017 at 18:51
2
Solved
In the past I was able to run my Ionic Cordova app onto my iPhone and plug it into my Mac, then open Safari on my Mac and go to Develop -> PHONE_NAME -> localhost to inspect my app.
Currently...
Clarendon asked 8/6, 2023 at 17:39
9
Solved
I'm trying to build a cordova ios app but not having much luck and getting strange errors.
Using this version of Cordova with older version of cordova-ios is
deprecated. Upgrade to [email pro...
Aphyllous asked 18/5, 2017 at 8:36
1
@ionic/angular: 6.0.1 &
cordova-ios: 6.2.0
Hey there,
I just got my new M1 Macbook Pro setup and I'm trying to run the command
ionic cordova build ios
It's failing with
building for iOS Simula...
Marienbad asked 20/1, 2022 at 15:52
2
Solved
I have an existing application built with Angular 8 and its code is shared by a website and 2 mobile applications for Android and IOS, bundled with the help of Cordova.
It is working fine but Apple...
Protestant asked 22/1, 2020 at 18:50
2
Solved
Cordova IOS app shows white screen in IOS 14. But app is working below IOS 14 version. I updated my Xcode to Version 12.0. Cordova IOS platform version is 6.1.0. Cordova version is 10.0.0. Below ar...
Trespass asked 30/9, 2020 at 16:7
2
Solved
Running cordova build ios --device --release leaves me with:
...
CodeSign /Users/birowsky/Library/Developer/Xcode/DerivedData/мојЧоек-eihflkqaiafhhrgatfbnarfxvrlb/Build/Intermediates.noindex/Arch...
Apivorous asked 7/3, 2019 at 21:5
3
Im develop a project on Cordova CLI and compile the APP on physical iPhone but in the console have a error with Access Control Origin.
This is the message:
[Error] Origin null is not allowed by Acc...
Dayle asked 25/9, 2020 at 8:9
6
Solved
I removed my ios platform and tried to add it back again, but now it says there is a problem and it needs package.json.
How do I fix ios platform so it has a package.json?
Running 8.1.2 (also tri...
Bis asked 11/10, 2018 at 9:55
0
I have an ionic app and I'm trying to run this:
ionic cordova build ios
Compilation succeeds, but I see these errors just before it succeeds:
RegisterExecutionPolicyException /Users/moblizeit/L...
Steib asked 4/11, 2019 at 3:9
1
I have a cordova app built on Angular 1.6 and Ionic v1. I'm facing a terrible issue on iOS and I don't even know what's going wrong. I'll explain the problem and what I've tried so far, hopefully s...
Cloninger asked 18/12, 2018 at 7:51
2
Solved
The goal is to open a foreign url within the webview when the app starts.
I create fresh Cordova project:
cordova create test
cd test
cordova platform add ios
cordova plugin add cordova-plugin-in...
Pentadactyl asked 12/11, 2017 at 19:40
0
I am running an ionic v1 project and i have just recently updated my cordova-ios to 4.5.0. My cordova, node and ionic versions are as follows
cordova version 6.4.0
node version 6.9.0
ionic versio...
Missing asked 5/6, 2017 at 7:37
2
Solved
I had a really weird bug where deviceready event would not fire in an iOS device until the user interacted with the OS itself, this is, pressing the front button, show the notification center with ...
Hurty asked 18/6, 2015 at 14:42
1
Between builds (I am unsure what changed to trigger this), an application went from the following behavior in iOS.
A main webview loads index.html, and has an iframe that has many anchors in it
A...
Heathcote asked 12/4, 2016 at 12:10
1
Solved
I'm working on creating an application that uses both PhoneGap to build the app and CocoaPods to manage external dependencies. Up front, this works fine -- PhoneGap generates the project on the fir...
Mlle asked 28/1, 2014 at 16:12
2
I am trying to:
cordova platform add ios
However I always receive the following error:
Failed to install 'cordova-plugin-whitelist':CordovaError: Plugin doesn't support this project's cordova-i...
Outrange asked 7/6, 2015 at 17:8
1
© 2022 - 2025 — McMap. All rights reserved.