Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS Build Error on Telerik AppBuilder #24

Closed
tsaboin opened this issue May 8, 2016 · 6 comments
Closed

iOS Build Error on Telerik AppBuilder #24

tsaboin opened this issue May 8, 2016 · 6 comments

Comments

@tsaboin
Copy link

tsaboin commented May 8, 2016

Getting the following error on the Telerik AppBuilder when trying to build a project.

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

@bradmartin
Copy link
Collaborator

Hi, thanks for reporting. I'm unfamiliar with the AppBuilder, I only use
the CLI. Is there anymore information from the error? A line number or
file? Without that I don't think I'll be able to help you out any. The iOS
version does use a cocoapod for the component. Which I'm not sure how
AppBuilder handles cocoapods. That might be part of the issue. Hopefully
you have some more information for the error.

Thanks 😄

On Sun, May 8, 2016, 12:48 PM tsaboin notifications@github.com wrote:

Getting the following error on the Telerik AppBuilder when trying to build
a project.

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


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
#24

@tsaboin
Copy link
Author

tsaboin commented May 8, 2016

Thanks @bradmartin,

Here is my entire log:
[2016-05-08 20:06:24.402] Log (Info,None): Project "test.tmp.proj" (default targets):
ios Build Tooling revision 2016.05.03.3r
Warning: npm
Warning: WARN
Warning: package.json
Warning: @ No description
Warning: npm
Warning: WARN
Warning: package.json
Warning: @ No repository field.
Warning: npm
Warning: WARN
Warning: package.json @ No README data
Warning: npm
Warning: WARN
Warning: package.json
Warning: @ No license field.
Error: Cannot build project because module nativescript-floatingactionbutton contains insecure code. Remove the module and try again.
Error: 'Build failed with error code 2'
Done building project "test.tmp.proj" -- FAILED.

Hopefully it makes sense to you.

@bradmartin
Copy link
Collaborator

Just found out it's a security measure by AppBuilder. First time I've had
anyone report the issue. Plugin authors have to be verified if the plugin
uses a cocoapod. So once I'm added my plugins with pods should all work
with AppBuilder.

On Sun, May 8, 2016, 2:08 PM tsaboin notifications@github.com wrote:

Thanks @bradmartin https://github.com/bradmartin,

Here is my entire log:
[2016-05-08 20:06:24.402] Log (Info,None): Project "test.tmp.proj"
(default targets):
ios Build Tooling revision 2016.05.03.3r
Warning: npm
Warning: WARN
Warning: package.json
Warning: @ No description
Warning: npm
Warning: WARN
Warning: package.json
Warning: @ No repository field.
Warning: npm
Warning: WARN
Warning: package.json @ No README data
Warning: npm
Warning: WARN
Warning: package.json
Warning: @ No license field.

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

Error: 'Build failed with error code 2'
Done building project "test.tmp.proj" -- FAILED.

Hopefully it makes sense to you.


You are receiving this because you were mentioned.

Reply to this email directly or view it on GitHub
#24 (comment)

@tsaboin
Copy link
Author

tsaboin commented May 11, 2016

Yea, I read that somewhere too and the author is required to submit the app for verification. Good plugin by the way. Saves a lot of time.

@bradmartin
Copy link
Collaborator

Okay, I heard back from the Telerik AppBuilder team. They actually review plugin author's github account to make sure they are legit and not doing anything shady to compromise the integrity of AppBuilder. I've been white listed and when the next release of AppBuilder happens the plugin shouldn't throw this error anymore.

@tsaboin
Copy link
Author

tsaboin commented May 12, 2016

Good job @bradmartin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants