[TIMOB-27648] iOS: Cannot build a project to iOS device with latest master build
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Critical |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2020-01-07T15:25:18.000+0000 |
| Affected Version/s | Release 9.0.0 |
| Fix Version/s | Release 9.0.0 |
| Components | iOS |
| Labels | engSchedule, regression |
| Reporter | Satyam Sekhri |
| Assignee | Vijay Singh |
| Created | 2019-12-11T19:50:29.000+0000 |
| Updated | 2020-01-07T15:25:18.000+0000 |
Description
Cannot build a classic or alloy project to iOS device with the latest build on master branch.
Build to iOS simulator works fine.
Steps to Reproduce:
1. Create a default alloy/classic project
2. Build to iOS device
Actual Result:
The build fails with error as follows:
[ERROR] : The following build commands failed:
[ERROR] : CompileC /Users/satyamsekhri/Downloads/navbarissue/build/iphone/build/Intermediates/navbarissue.build/Debug-iphoneos/navbarissue.build/Objects-normal/armv7/TiNetworkBonjourServiceProxy.o /Users/satyamsekhri/Downloads/navbarissue/build/iphone/Classes/TiNetworkBonjourServiceProxy.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
[ERROR] : (1 failure)
Expected Result:
The project should build successfully
This is regression due to this [PR](https://github.com/appcelerator/titanium_mobile/pull/11362).
PR - https://github.com/appcelerator/titanium_mobile/pull/11389
FR Passed. Project builds successfully to iOS device and simulator.
Closing ticket, fix verified in SDK version
9.0.0.v20200103081513. Test and other information can be found at: https://github.com/appcelerator/titanium_mobile/pull/11389