[AC-6104] Hyperloop does not work with Xcode 10.1 and titanium SDK 7.5.0.GA
GitHub Issue | n/a |
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2019-01-15T12:22:39.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Hyperloop |
Labels | Hyperloop, Xcode |
Reporter | Emmanuel Francis |
Assignee | Jan Vennemann |
Created | 2019-01-15T06:02:34.000+0000 |
Updated | 2019-01-15T12:22:39.000+0000 |
Description
With Xcode 10.1, Titanium SDK 7.5.0.GA, Hyperloop 3.1.4 or 3.1.3 I am getting below error:
[ERROR] : ** BUILD FAILED **
[ERROR] : The following build commands failed:
[ERROR] : CompileC myapp.build/Objects-normal/x86_64/healthkit.o /Users/username/Documents/Appcelerator_Studio_Workspace/myapp_app/build/hyperloop/ios/js/healthkit/healthkit.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
[ERROR] : (1 failure)
My App is using HealthKit.
The same code works fine with XCode 9.4.1, Titanium SDK 7.5.0.GA or 7.4.1.GA, Hyperloop 3.1.4 or 3.1.3.
Attachments
Hello, Thanks for sharing this. Are you experiencing this on device or simulator? It would be helpful if you can share your sample test project to reproduce this on our end.
The issue is on both device and simulator. Please find the attached sample code.
This is a known issue (see TIMOB-26483), please check Hyperloop [3.2.0-beta.2](https://github.com/appcelerator-modules/hyperloop-builds/releases/tag/v3.2.0-beta.2) for a patch in the current 7.X branch. The fix will also be included in Hyperloop 4.0.0 GA for SDK 8.0.0.
Thanks, downloaded 3.2.0 beta.2 and its working fine.