[TIMOB-1151] iTunes gives error 0xe8008001 when installing application using custom module
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2011-04-15T02:45:16.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | code, error, ios, iphone, itunes, library, linking, mobile, module, signing, titanium |
Reporter | Gyozo Kudor |
Assignee | Reggie Seagraves |
Created | 2011-04-15T02:45:15.000+0000 |
Updated | 2017-03-09T21:24:26.000+0000 |
Description
Hello, here is my problem.
I wanted to make a titanium module that uses the http://www.pjsip.org/" title="Lighthouse">pjsip libraries for
voice over ip. If I use these libraries in a normal iPhone app
written in XCode everything works fine, i can make calls. But when
I link these libraries to the titanium module, and make an app
using this module the following happens.
- Titanium doesn't ask me whether to code sign the app or not
- In iTunes it gives me error 0xe8008001 and doesn't sync my app.
Any advice would be helpful. Thanks.
Comments
- Jeff Haynie 2011-04-15
not sure if you're building off head or what ... the module SDK has undergone some changes in upcoming 1.4 release.
- Gyozo Kudor 2011-04-15
I'm sorry, i don't know what building off head means.
- Blain Hamon 2011-04-15
This is a codesigning issue, in that the end dev needs to make sure their identity and mobile provision match.
- Lee Morris 2017-03-09 Closing ticket as invalid.