[TIMOB-2280] iOS using iOS sdk 4.2 and 1.4.1.1 mobile sdk app crashes on launch in simulator with warning
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Trivial |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2011-04-15T03:15:32.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Backlog |
Components | iOS |
Labels | 4.2, ios |
Reporter | Thomas Huelbert |
Assignee | Blain Hamon |
Created | 2011-04-15T03:15:31.000+0000 |
Updated | 2017-03-02T19:27:22.000+0000 |
Description
xcode 3.5.4 ios sdk 4.2, mobile sdk 1.4.1.1
1.use the iOS sdk 4.2 and ti mobile 1.4.1.1
2.target the 4.2 sim and launch
results, crash with:
Detected an attempt to call a symbol in system libraries that is
not present on the iPhone:
mmap$UNIX2003 called from function _Z20TCMalloc_SystemAllocmPmm in
image OldTiJSCore.
If you are encountering this problem running a simulator binary
within gdb, make sure you 'set start-with-shell off' first.
this will be invalidated by the new tiJsCore
Comments
- Blain Hamon 2011-04-15
New TiJSCore, named 1.4.2, solves this. Do not use 1.4.1.1 or earlier on 4.2. Apple changed things without warning.
- Lee Morris 2017-03-02 Closed as invalid.