Closed
Bug 1199981
Opened 10 years ago
Closed 10 years ago
Cannot launch due to dynamic loading error.
Categories
(Firefox for iOS :: Build & Test, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: mzpppp, Assigned: mzpppp)
Details
Attachments
(1 file)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/600.8.9 (KHTML, like Gecko) Version/8.0.8 Safari/600.8.9
Steps to reproduce:
1. Checkout master(2fafdf5).
2. Change bundle identifier and disable all capability because I don't own org.mozilla.ios.Fennec app id.
3. Build Client scheme.
4. Launch on physical device via Xcode.
Actual results:
dyld: Library not loaded: @rpath/SQLite.framework/SQLite
Referenced from: /var/mobile/Containers/Bundle/Application/CA6C7B3B-4010-49F8-906D-D0F151C2C107/Client.app/Client
Reason: image not found
Expected results:
Launch successfully.
Summary: sqlite → Cannot launch due to dynamic loading error.
Attachment #8654567 -
Flags: review?
Updated•10 years ago
|
Attachment #8654567 -
Flags: review? → review?(rnewman)
Updated•10 years ago
|
Attachment #8654567 -
Flags: review?(rnewman) → review?(sleroux)
Comment 2•10 years ago
|
||
Thanks for the fix! Looks good :)
Updated•10 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Attachment #8654567 -
Flags: review?(sleroux) → review+
Updated•10 years ago
|
Assignee: nobody → mzpppp
Comment 3•10 years ago
|
||
Hmm, I'm still seeing these errors when running on my iPod touch (iOS 9).
Status: RESOLVED → REOPENED
Ever confirmed: true
Resolution: FIXED → ---
Comment 4•10 years ago
|
||
Something may have gone awry with a merge. Fixed again via 5af6800.
Status: REOPENED → RESOLVED
Closed: 10 years ago → 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•