Anyone here successfully developing on an M1-based Apple Silicon Mac using Ionic V1?
When I build and run the sample tabs app, it crashes when run on, say, on iPhone X simulator but works fine on an iPhone 12 simulator.
E.g.:
- ionic start m1App tabs --type ionic1
- cd m1App
- ionic cordova platform add ios
- ionic cordova build ios
- open Xcode, Build, Run on iPhone X simulator , the app will crash
latest Xcode, version 12.4 (not run in Rosetta mode)
Error occurs in CDVWKWebViewEngine.m, pluginInitialize
I wonder if I am doing something wrong?
My ionic info:
Ionic:
Ionic CLI : 5.4.16 (/Users/markwatkins/.nvm/versions/node/v10.23.1/lib/node_modules/ionic)
Ionic Framework : ionic1 1.3.4
@ionic/v1-toolkit : 1.0.22
Cordova:
Cordova CLI : 10.0.0
Cordova Platforms : ios 6.2.0
Cordova Plugins : cordova-plugin-ionic-keyboard 2.2.0, cordova-plugin-ionic-webview 4.2.1, (and 4 other plugins)
Utility:
cordova-res (update available: 0.15.3) : 0.15.2
native-run : 1.3.0
System:
Android SDK Tools : 26.1.1 (/Users/markwatkins/Library/Android/sdk)
ios-deploy : 1.11.4
ios-sim : 8.0.2
NodeJS : v10.23.1 (/Users/markwatkins/.nvm/versions/node/v10.23.1/bin/node)
npm : 6.14.10
OS : macOS Big Sur
Xcode : Xcode 12.4 Build version 12D4e