Closed
Bug 1295959
Opened 9 years ago
Closed 9 years ago
Cannot build project in a non-beta Xcode 7.2 due to many frameworks missing
Categories
(Firefox for iOS :: Build & Test, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: shyamalc, Unassigned)
Details
Attachments
(1 file)
419.04 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36
Steps to reproduce:
1. I followed the instructions in the github README.txt and started building the Client.xcodeproj.
Actual results:
1. Xcode complained that the frameworks, including Deffered, are missing.
Expected results:
1. Xcode should have built the code and ran it on the iOS simulator.
Comment 1•9 years ago
|
||
> 1. Xcode complained that the frameworks, including Deffered, are missing.
It usually complains about missing the Deferred framework if you haven't run the ./bootstrap.sh script. Make sure to run that prior to build. Also, I believe the latest release we support is 7.3 so it might be worth upgrading to that as well.
Updated•9 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•