[TIMOB-25354] Hyperloop: iOS - Building hyperloop-examples app fails with Hyperloop 2.2.0
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | None |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2017-09-27T17:37:12.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Hyperloop 2.2.0 |
| Components | Hyperloop, iOS |
| Labels | n/a |
| Reporter | Jan Vennemann |
| Assignee | Jan Vennemann |
| Created | 2017-09-27T15:31:15.000+0000 |
| Updated | 2017-10-04T21:18:09.000+0000 |
Description
Trying to build the hyperloop-examples project fails during the last xcodebuild phase with the following error:
[TRACE] /Users/jvennemann/Development/appc/hyperloop-examples/build/hyperloop/ios/js/myframework/myframework.m:7:9: fatal error: 'MyFramework/MyFramework.h' file not found
[TRACE] #import <MyFramework/MyFramework.h>
[TRACE] ^~~~~~~~~~~~~~~~~~~~~~~~~~~
[TRACE] 1 error generated.
[TRACE]
[ERROR] ** BUILD FAILED **
[ERROR] The following build commands failed:
[ERROR] CompileC build/Intermediates/Hyperloop_Sample.build/Debug-iphonesimulator/Hyperloop_Sample.build/Objects-normal/x86_64/myframework.o /Users/jvennemann/Development/appc/hyperloop-examples/build/hyperloop/ios/js/myframework/myframework.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
[ERROR] (1 failure)
PR (master): https://github.com/appcelerator/hyperloop.next/pull/216 PR (2_2_X): https://github.com/appcelerator/hyperloop.next/pull/217
Verified fixed in Hyperloop 2.2.0. I am able to build and run the Hyperloop-examples app when using the 2.2.0 module and plugin.