Closed Bug 1364210 Opened 7 years ago Closed 7 years ago

BB build fails with AutocompleteTextField library

Categories

(Focus-iOS :: General, defect)

Other
iOS
defect
Not set
critical

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: njpark, Unassigned)

Details

Currently BuddyBuild fails the Focus build with following issue:

    ✗ Undefined symbols for architecture arm64
126
    ✗ AutocompleteTextField.AutocompleteTextField.highlightColor.setter : __ObjC.UIColor
127
    »       _OBJC_CLASS_$__TtC13Firefox_FocusP33_84F3566C7FCE440F0D856A80C4A8A1BF12URLTextField in URLBar.o
128
    ✗ AutocompleteTextField.AutocompleteTextField.completionSource.setter : weak AutocompleteTextField.AutocompleteTextFieldCompletionSource?
129
    »       _OBJC_CLASS_$__TtC13Firefox_FocusP33_84F3566C7FCE440F0D856A80C4A8A1BF12URLTextField in URLBar.o
130
    ✗ AutocompleteTextField.AutocompleteTextField.highlightColor.materializeForSet : __ObjC.UIColor
131
    »       _OBJC_CLASS_$__TtC13Firefox_FocusP33_84F3566C7FCE440F0D856A80C4A8A1BF12URLTextField in URLBar.o
132
    ✗ AutocompleteTextField.AutocompleteTextField.completionSource.materializeForSet : weak AutocompleteTextField.AutocompleteTextFieldCompletionSource?
133
    »       _OBJC_CLASS_$__TtC13Firefox_FocusP33_84F3566C7FCE440F0D856A80C4A8A1BF12URLTextField in URLBar.o
134
    ✗ AutocompleteTextField.AutocompleteTextField.autocompleteDelegate.setter : weak AutocompleteTextField.AutocompleteTextFieldDelegate?
135
    »       _OBJC_CLASS_$__TtC13Firefox_FocusP33_84F3566C7FCE440F0D856A80C4A8A1BF12URLTextField in URLBar.o
136
    ✗ AutocompleteTextField.AutocompleteTextField.autocompleteDelegate.materializeForSet : weak AutocompleteTextField.AutocompleteTextFieldDelegate?
137
    »       _OBJC_CLASS_$__TtC13Firefox_FocusP33_84F3566C7FCE440F0D856A80C4A8A1BF12URLTextField in URLBar.o
138
    ✗ AutocompleteTextField.AutocompleteTextField.highlightColor.getter : __ObjC.UIColor
139
    »       _OBJC_CLASS_$__TtC13Firefox_FocusP33_84F3566C7FCE440F0D856A80C4A8A1BF12URLTextField in URLBar.o
140
    ✗ AutocompleteTextField.AutocompleteTextField.completionSource.getter : weak AutocompleteTextField.AutocompleteTextFieldCompletionSource?
141
    »       _OBJC_CLASS_$__TtC13Firefox_FocusP33_84F3566C7FCE440F0D856A80C4A8A1BF12URLTextField in URLBar.o
142
    ✗ AutocompleteTextField.AutocompleteTextField.text.materializeForSet : Swift.String?
143
    »       _OBJC_CLASS_$__TtC13Firefox_FocusP33_84F3566C7FCE440F0D856A80C4A8A1BF12URLTextField in URLBar.o
144
    ✗ AutocompleteTextField.AutocompleteTextField.autocompleteDelegate.getter : weak AutocompleteTextField.AutocompleteTextFieldDelegate?
145
    »       _OBJC_CLASS_$__TtC13Firefox_FocusP33_84F3566C7FCE440F0D856A80C4A8A1BF12URLTextField in URLBar.o
146
    ✗ AutocompleteTextField.AutocompleteTextField.text.getter : Swift.String?
147
    »       _OBJC_CLASS_$__TtC13Firefox_FocusP33_84F3566C7FCE440F0D856A80C4A8A1BF12URLTextField in URLBar.o
148
    ✗ ld: symbol(s) not found for architecture arm64
149
    ✗ clang: error: linker command failed with exit code 1 (use -v to see invocation)
150
    ** BUILD FAILED **
151
    The following build commands failed:
152
    	Ld /tmp/sandbox/57e688e27ab06d0100686760/bbbuild/Build/Products/FocusEnterprise-iphoneos/Firefox\ Focus.app/Firefox\ Focus normal arm64
153
    (1 failure)

Seems to be that we shouldn't build for amd64 config in iOS..  Locally it builds fine after running checkout.sh.
Clearing old bug, seems resolved now.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.