when i try to run ionic cordova run ios
the splash screen appear and then a web page in safari browser appeared
i tried to use anther address by using
ionic cordova run ios --address <my Address>
nothing changeany help please
thanks in advance
when i try to run ionic cordova run ios
the splash screen appear and then a web page in safari browser appeared
ionic cordova run ios --address <my Address>
nothing change“192.168.1.14” is you local computer’s IP?
no , but i tried with my local address and nothing happens
Yeah, I’m trying to find out what this IP is.
What is your ionic info
output?
Does this IP appear anywhere in your code?
it’s finally work the ip was in config.xml
<content src="index" ref="192.168.14:8100'>
when i removed this line every thing run perfect
thank you for your help