[TIMOB-26582] IOS: Build fails for simulator/device with SOASTA
GitHub Issue | n/a |
Type | Bug |
Priority | Critical |
Status | Resolved |
Resolution | Won't Fix |
Resolution Date | 2018-12-11T23:13:58.000+0000 |
Affected Version/s | Release 8.0.0 |
Fix Version/s | n/a |
Components | iOS |
Labels | IOS |
Reporter | Keerthi Mahalingam |
Assignee | Vijay Singh |
Created | 2018-11-19T21:17:25.000+0000 |
Updated | 2019-01-31T23:48:10.000+0000 |
Description
*Steps to reproduce:*
1.Create a classic sample app
2.run against IOS device or emulator
*Expected:*
App should successfully built and installed on ios device
*Actual:*
Throws the following error
[TRACE] : ld: symbol(s) not found for architecture x86_64
[TRACE] : clang: error: linker command failed with exit code 1 (use -v to see invocation)
[ERROR] : ** BUILD FAILED **
[ERROR] : The following build commands failed:
[ERROR] : Ld /Users/kmahalingam/Documents/Appcelerator_Studio_Workspace/Htest/build/iphone/build/Products/Debug-iphonesimulator/Htest.app/Htest normal x86_64
[ERROR] : (1 failure)
Attachments
[~kmahalingam] I tried at my end using 8.0.0 but it is working fine for me. Is this issue happening to other people as well? What Xcode version you are using? I can see an old Jira ticket TIMOB-25079 (fixed) with same error message. But it was related to hyperloop.
[~vijaysingh] yes, I checked with [~lchoudhary].he is also getting it. Xcode version im using is Xcode 10.0 Build version 10A255
I am using Xcode 10.1 and it is working fine. [~jvennemann] [~gmathews] any suggestion?
Please post a complete log with trace log level. That way we can see the actual error that caused the linker to fail.
Adding logs [^ioserrorlogs.rtf]
As per log com.soasta.touchtest module is giving problem. Discussed with [~kmahalingam] and she verified by removing that module, it is building successfully.
We need to provide a new iOS module that contains X86_64 slices: https://github.com/appcelerator/make_app_touch_testable/tree/master/MakeAppTouchTestable/titanium
With SDK 7.5.0.GA it is working fine. It is failing on SDK 8.0.0. [~gmathews] Is there any way we can rebuild Soasta module? I can not see any iOS target file. Even the Soasta documentation link mentioned in README is also broken.
We do not have source code of Soasta module. So we are unable to build. Removing it out of 8.0.0.