jasonkneen / ti-html2as

HTML 2 AttributedString converter for Titanium
Other
64 stars 24 forks source link

Error: module conflicts with native iOS module #32

Open skypanther opened 8 years ago

skypanther commented 8 years ago

I've been using your widget, and knowing that you made changes to this project I just re-installed from Gittio. On building the project, the following is output to the console and the build is halted. Suggestions?

[ERROR] There is a project resource "nl.fokkezb.html2as.js" that conflicts with a native iOS module
[ERROR] Please rename the file, then rebuild

Ti SDK: 5.2.0.GA Alloy: 1.7.33 OS X

FokkeZB commented 8 years ago

Weird... I assume you don't have a native iOS module with that name? I also don't see any different (except for the script itself) in the packaged module. I assume you did a clean build?

Could you hack your _build.js and see what jsFiles has here?

https://github.com/appcelerator/titanium_mobile/blob/6fa557a07dc723c135704bc86810468900bd381b/iphone/cli/commands/_build.js#L4328