1

I'm learning to use vueJs/Capacitor to build an app for Android & IOS. I succeed to build the Android version, but I'm blocked with the IOS version. I tried to many way since yesterday ....

enter image description here

I'm working under Window 11 & vmWare - MacOS 12.

Under W11 :

  • npm install @capacitor/ios
  • npx cap add ios
  • npm run build
  • npx cap sync
  • copy the ./myProject/ios folder to the shared folder

Under MacOS :

  • opened App.xcworkspace
  • launched build and got the bellow error

If somebody is able to help :)

Edit :

npx cap doctor (under Windows 11)
Latest Dependencies:

  @capacitor/cli: 3.3.3
  @capacitor/core: 3.3.3
  @capacitor/android: 3.3.3
  @capacitor/ios: 3.3.3

Installed Dependencies:

  @capacitor/cli: 3.3.3
  @capacitor/ios: 3.3.3
  @capacitor/core: 3.3.3
  @capacitor/android: 3.3.3

[success] Android looking great! 
[error] Xcode is not installed
Slayes
  • 395
  • 1
  • 5
  • 15
  • Can you run `npx cap doctor` and share the results? – johnborges Jan 05 '22 at 15:54
  • Why are you copying to the shared folder? Can you share your Capacitor.config.ts and your angular.json? – richlira Jan 05 '22 at 16:03
  • Thanks for you reply. I edited the original post to be more readable. I'm working with vueJS and some capacitor modules, I don't have the files Capacitor.config.ts and your angular.json. I copied to a shared folder because I'm working under Windows 11 and I'm using vmWare (MacOS) to build an IOS version with XCode. – Slayes Jan 05 '22 at 17:35

1 Answers1

0

Issue resolved by :

Slayes
  • 395
  • 1
  • 5
  • 15