[AC-830] Can't build IOS project converted from Titanium to Appcelerator
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Resolved |
Resolution | Needs more info |
Resolution Date | 2015-09-30T06:09:44.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Studio, Titanium SDK & CLI |
Labels | ios |
Reporter | Flo Cha |
Assignee | Shak Hossain |
Created | 2015-08-25T21:10:18.000+0000 |
Updated | 2016-03-08T07:37:06.000+0000 |
Description
I had a project running on Android and IOS.
On my windows computer, I imported the projet from Titanium to Appcelerator studio and it was fine. I can build the project for Android.
Now I want to build it on my Mac for IOS. I imported the "converted" project from github and always get the same error :
{{[INFO] : Processing JavaScript files
[INFO] : Processing Titanium namespace resources
[INFO] : Compiling localization files
[INFO] : Checking for Splash Screen localization
[INFO] : Invoking xcodebuild
[ERROR] : ** BUILD FAILED **
[ERROR] : The following build commands failed:
[ERROR] : Ld build/Perigym.build/Debug-iphonesimulator/Perigym-universal.build/Objects-normal/i386/Perigym normal i386
[ERROR] : (1 failure)
TRACE | titanium exited with exit code 1
ERROR | Error: ti run exited with error code 1
at ChildProcess. (/Users/florencec/.appcelerator/install/4.1.2/package/node_modules/appc-cli-titanium/plugins/run.js:84:66)
at ChildProcess.emit (events.js:117:20)
at Process.ChildProcess._handle.onexit (child_process.js:820:12)
}}
It's fine when I run a sample project.
I have no idea what's wrong...
Flo.
Hello, I tested the issue you reported. But migrated project is built here successfully. So I recommend you 1. Upgrade studio and SDK to the latest build. 2. Check your tiapp.xml file and compare it to the default one. Alos check this migration link: https://web.appcelerator.com/product/migrate-app If anything does not work, you can replace your "App" or "Resource" folder to the new project. Then let us know if you get the error again. Thanks.
anything new here ? I can't build my app.... should I create a new project from scratch ? I'm just afraid apple won't recognize the former app to be the same.