ionic-team / ionic-team/ionic-cli
problem when compile to ios on Mac M1
- Langage dominant
- TypeScript
- Étoiles
- 2k
- Forks
- 682
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
Hi,
I have a macbook pro with M1 CPU. If you install, on mac with same specs, my dependencies, you will see the problem. Basically, when i run " ionic capacitor build ios --prod" with my dependencies installed, the xcode never opens. It don't return a error, but the process stay blocked on updating plugins phase and never terminate. If you need i can send a video.
Rui
Ionic Info Output:
ionic info
Ionic:
Ionic CLI : 6.20.1 (/opt/homebrew/lib/node_modules/@ionic/cli)
Ionic Framework : @ionic/angular 6.1.14
@angular-devkit/build-angular : 14.0.6
@angular-devkit/schematics : 14.0.6
@angular/cli : 14.0.6
@ionic/angular-toolkit : 6.1.0
Capacitor:
Capacitor CLI : 3.6.0
@capacitor/android : 3.6.0
@capacitor/core : 3.6.0
@capacitor/ios : 3.6.0
Utility:
cordova-res : not installed globally
native-run : 1.6.0
System:
NodeJS : v18.4.0 (/opt/homebrew/Cellar/node/18.4.0/bin/node)
npm : 8.13.2
OS : macOS Monterey
my package.json:
{
"name": "",
"version": "0.0.1",
"author": "",
"homepage": "",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/common": "~14.0.6",
"@angular/core": "~14.0.6",
"@angular/forms": "~14.0.6",
"@angular/platform-browser": "~14.0.6",
"@angular/platform-browser-dynamic": "~14.0.6",
"@angular/router": "~14.0.6",
"@awesome-cordova-plugins/calendar": "^5.44.0",
"@awesome-cordova-plugins/in-app-browser": "^5.44.0",
"@capacitor-community/apple-sign-in": "^1.0.1",
"@capacitor-community/contacts": "^1.1.3",
"@capacitor-community/facebook-login": "^3.4.0",
"@capacitor-community/stripe": "^3.8.2",
"@capacitor/android": "3.6.0",
"@capacitor/app": "^1.1.1",
"@capacitor/camera": "^1.3.1",
"@capacitor/core": "^3.6.0",
"@capacitor/device": "^1.1.2",
"@capacitor/filesystem": "^1.1.0",
"@capacitor/ios": "3.6.0",
"@capacitor/keyboard": "^1.2.3",
"@capacitor/network": "^1.0.7",
"@capacitor/push-notifications": "^1.0.9",
"@capacitor/share": "^1.1.2",
"@capacitor/splash-screen": "^1.2.2",
"@capacitor/storage": "^1.2.5",
"@fortawesome/angular-fontawesome": "^0.11.1",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-brands-svg-icons": "^6.1.1",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@ionic/angular": "^6.1.14",
"@ionic/angular-toolkit": "^6.1.0",
"@ionic/cli": "^6.20.1",
"@ionic/pwa-elements": "^3.1.1",
"@ngx-translate/core": "^14.0.0",
"@ngx-translate/http-loader": "^7.0.0",
"@pantrist/capacitor-firebase-dynamic-links": "^1.1.2",
"cordova-plugin-calendar": "^5.1.6",
"cordova-plugin-inappbrowser": "^5.0.0",
"ionic-cordova-oauth": "0.0.9",
"ionic2-calendar": "^0.6.9",
"native-run": "^1.6.0",
"rxjs": "~7.5.6",
"tslib": "^2.4.0",
"zone.js": "~0.11.6"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.0.6",
"@angular/cli": "14.0.6",
"@angular/compiler": "~14.0.6",
"@angular/compiler-cli": "~14.0.6",
"@angular/language-service": "~14.0.6",
"@capacitor/cli": "^3.6.0",
"@ionic/lab": "3.2.13",
"@types/jasmine": "~4.0.3",
"jasmine-core": "~4.2.0",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.1",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.0.0",
"protractor": "~7.0.0",
"ts-node": "~10.9.1",
"tslint": "~6.1.3",
"typescript": "~4.7.4"
},
"description": "Uma prenda à distância de um click",
"cordova": {
"plugins": {},
"platforms": []
}
}
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.