GitHub Issue | n/a |
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2019-09-11T18:57:10.000+0000 |
Affected Version/s | Release 8.1.0 |
Fix Version/s | Release 8.2.0, Hyperloop 4.0.4 |
Components | Hyperloop |
Labels | engSchedule |
Reporter | Keerthi Mahalingam |
Assignee | Jan Vennemann |
Created | 2019-08-28T21:47:08.000+0000 |
Updated | 2019-09-11T18:57:10.000+0000 |
**Steps To Reproduce:**
1.import Hyperloop example
2.Run on iOS simulator 13
*Expected:*
Hyperloop should be installed and launch fine
*Actual:*
throws error
[WARN] [Hyperloop] CocoaPods 2019-08-28 16:10:45.042 xcodebuild[36945:2593098] DTDeviceKit: deviceType from aa9928797e2fd58e6dce8e858e5e8afcbce393bf was NULL
[WARN] [Hyperloop] CocoaPods 2019-08-28 16:10:45.085 xcodebuild[36945:2593092] DTDeviceKit: deviceType from aa9928797e2fd58e6dce8e858e5e8afcbce393bf was NULL
[TRACE] [Hyperloop] CocoaPods note: Using new build system
[WARN] [Hyperloop] CocoaPods 2019-08-28 16:10:45.387 xcodebuild[36945:2593095] unable to create build operation: Error Domain=com.apple.xcbuild Code=1 "unknown error while handling message: missingTarget(guid: "345a28d23c8e4235945c90e2e6ffcfba1a6c203c29e67926a1f49846b3a914d9")" UserInfo={NSLocalizedDescription=unknown error while handling message: missingTarget(guid: "345a28d23c8e4235945c90e2e6ffcfba1a6c203c29e67926a1f49846b3a914d9")}
[WARN] [Hyperloop] CocoaPods ** BUILD FAILED **
[ERROR] An error occurred during build after 5s 671ms
[ERROR] the xcodebuild failed running from /Users/kmahalingam/Documents/Appcelerator_Studio_Workspace/hyperloop-examples2/Pods
Note:
on Xcode 10 it is hyperloop example works fine with cocoa pod version less that 1.6
on Xcode 11 it throws the error
https://github.com/appcelerator/hyperloop.next/pull/325
The above PR only fixes a part of the Xcode 11 issue. There are some new types in iOS 13 that our metabase parser cannot properly handle. I'm currently working on fixing those.
Another note: The
CLCalendarView
pod that causes the initial build error seems to be incompatible with Xcode 11 / iOS 13. We need to update the hyperloop-examples app too once the other build issues are fixed.FR done. Waiting for final CR.
[~jvennemann], I guess we will also need a TIMOB PR to update the hyperloop module link in modules.json ?
[~lchoudhary], i created TIMOB-27390 for the SDK update.
FR Passed. PR's merged.
Verified the fix on sdk 8.3.0.v20190910211847 and 8.2.0.v20190911070321.hyperloop 4.0.4 is installed with sdk. Test Environment: