Wifly Shield not run

Hi everyone

Help me please

Now, i use wifly shield + arduino leonardo. But when i use code exam (Wifly_WebClient )in wifly library ,it not run. Teminal is empty. I try to test. I see Wifly.begin() function not run. Can y help me :((

Sorry for the delayed reply. The problem you are running into is that the Leonardo board does not have SPI communication connected to any of the I/O pins like the Uno does. So unless you are running jumpers from the ICSP header on the Leonardo to the SPI pins on the shield, you will not be able to get the shield to communicate.