bradmartin / nativescript-snackbar

:lollipop: :chocolate_bar: NativeScript plugin for Material Design SnackBar
Apache License 2.0
73 stars 12 forks source link

Unable to build for iOS via AppBuilder #11

Closed felixkrautschuk closed 8 years ago

felixkrautschuk commented 8 years ago

Hi,

the snackbar-plugin works fantastic on Android, but unfortunately I am not able to build the NativeScript app for iOS via Telerik AppBuilder.

I get the following message:

Cannot build project because module nativescript-snackbar contains insecure code. Remove the module and try again.

Here is the complete build-log:

ios Build Tooling revision 2016.08.05.3r Build Tooling Hostname administrators-mac-7.local Warning: npm Warning: WARN Warning: package.json @ No description Warning: npm Warning: WARN Warning: package.json Warning: @ No repository field. Warning: npm Warning: WARN package.json @ No README data Warning: npm Warning: WARN Warning: package.json Warning: @ No license field. Error: Cannot build project because module nativescript-snackbar contains insecure code. Remove the module and try again. Error: 'Build failed with error code 2'

I use the following configuration:

Please tell me if you have any hints that can help me. I hope it is not something AppBuilder-specific...

Thank you in advance and best regards.

bradmartin commented 8 years ago

That's an issue with AppBuilder. I'll have to contact the Telerik AppBuilder team and have them whitelist the new contributors to the plugin. All authors/contributors for plugins via AppBuilder must be whitelisted for security purposes with AppBuilder. Pinging them now. Thanks.

matt4446 commented 8 years ago

who can we pester to speed it up ? ;-)

Oddly enough the android version works in appbuilder. It is just the IOS version that doesn't.

bradmartin commented 8 years ago

Yea I forget the specifics with app builder. Think it also has something to do with the cocoapod. I'll try reaching out again to them

On Thu, Aug 18, 2016, 4:13 PM Matthew Green notifications@github.com wrote:

who can we pester to speed it up ? ;-)

Oddly enough the android version works in appbuilder. It is just the IOS version that doesn't.

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/bradmartin/nativescript-snackbar/issues/11#issuecomment-240858624, or mute the thread https://github.com/notifications/unsubscribe-auth/AFulhOoAfDAyeP1KqWnYkSDVF05dZzMRks5qhMrdgaJpZM4JiTUZ .

matt4446 commented 8 years ago

Thanks Brad! By the way these all work fine (build at least) with appbuilder:

"nativescript-cardview": "~1.1.7",
"nativescript-floatingactionbutton": "~2.2.4",
"nativescript-pulltorefresh": "~1.1.4"

Ever need a tester for appbuilder give me a message.

bradmartin commented 8 years ago

Is this working on AppBuilder yet? If not, I'll bug the telerik team again.

felixkrautschuk commented 8 years ago

Hi brad, thanks for asking. Unfortunately there has nothing changed yet :/ Still getting the error message, that the module contains 'insecure code'.

bradmartin commented 8 years ago

Response from team: we are working on improvements in this area and with our next release (at the second part of September), you'll no longer see this error ("insecure code")

felixkrautschuk commented 8 years ago

Thanks for your help ;)

bradmartin commented 8 years ago

@seppel1992 I'm assuming this is good now that the last release was published.

felixkrautschuk commented 8 years ago

@bradmartin Sorry, I forgot to mention it here... yes, the plugin works fine on both platforms since the latest AppBuilder update :) Thanks again for your commitment!