iPhone build error with plugin

plugins =

                        {

                            

                            – key is the name passed to Lua’s ‘require()’

                            [“plugin.zip”] =

                            {

                                – required

                                publisherId = “com.coronalabs”,

                            },

                        }

– I am using zip plugin in my app for download files from cloud.This is working well with Android But Error in making build for iPhone.

– it shows " null! " in pop up after completion of build.

– If i remove plugin table from my build.settings then it will not give error but zip file handling is not working.

– Please give me a solution ,if anyone have successfully implement zip plugin in iPhone.

 

Thank you in advance.

Hi @dev110,

Please supply a build number and iOS version so we (staff) and others can help you further.

Thanks,

Brent

Hi  @Brent Sorrentino

I am using corona sdk 2013.1164, my xcode version is 4.6.3,mac os x- 10.7.5,ios-6.1.3 

Hi @dev110,

Out of curiosity, can you try building with 1137, the most recent public build?

Thanks,

Brent

Yes i tried this. this shows same error,

Hi @dev110,

Since we haven’t heard any other reports of this (not to my recollection), this might be something in your code. When you say you’re “downloading files from cloud”, can you be more specific here? What is your process, and can you show some code and the files you’re dealing with?

Thanks,

Brent

Hi  @Brent Sorrentino

This error is because of plugin in build setting. when i remove it from build.setting it does not show any error,but i can not dowload zip file. i use amazon cloud server for downloading zip file.

What hardware or IOS version, Xcode version required for this?

Thanks 

Hi @dev110,

Please supply a build number and iOS version so we (staff) and others can help you further.

Thanks,

Brent

Hi  @Brent Sorrentino

I am using corona sdk 2013.1164, my xcode version is 4.6.3,mac os x- 10.7.5,ios-6.1.3 

Hi @dev110,

Out of curiosity, can you try building with 1137, the most recent public build?

Thanks,

Brent

Yes i tried this. this shows same error,

Hi @dev110,

Since we haven’t heard any other reports of this (not to my recollection), this might be something in your code. When you say you’re “downloading files from cloud”, can you be more specific here? What is your process, and can you show some code and the files you’re dealing with?

Thanks,

Brent

Hi  @Brent Sorrentino

This error is because of plugin in build setting. when i remove it from build.setting it does not show any error,but i can not dowload zip file. i use amazon cloud server for downloading zip file.

What hardware or IOS version, Xcode version required for this?

Thanks