Help please.
I think something is broken.
You didnât tell us what you are trying to do.
You didnât tell us what is going wrong.
You didnât tell us what should go wrong.
But you posted 4 photos of random XCode stuff as images. Thatâs impolite.
- We have 2017. Donât post screenshots like this ^^
- You need administrator rights to activate the developer options on macOS
- I think you have used sudo to add the iOs platform. Remove iOS platform and add it again. Donât run npm commands with sudo
- You can ignore the cordovs file warnings.
And you should probably go and hide under your desk, because if it didnât happen already, youâre laptop is going to blow up anytime now!
@Sujan12, @LoLStats, @luukschoen.
Sorry, i tried to do a process but had some problems.
I built the project which i did with Ionic2 and tried to open with xcode but had these problems.
When plugins about to work i receive ( cannot _ plugin) message.
You actually got a message that said â( cannot _ plugin)â? No, right? If you were somebody trying to help you, wouldnât you want to see the exact error message, so that you could copy/paste it into searching for suggestions?
Tried without sudo,
ionic platform add ios
Error: EACCES: permission denied, open â[Path]/platforms.jsonâ ?
Can you paste the result of ls -l
on that platforms.json
file?
platforms.json no file ?
It lives inside your platforms folder.
Yep,
result -> '-rw-r--r-- 1 root staff 22 may 1 21:29 platforms.json'
Thatâs strange that itâs owned by root. Can you sudo chown
it to the user you are trying to build as? Alternatively, I guess you could sudo chmod a+w
. Your choice.
Error: EACCES permission denied.