Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-27362] Hyperloop example with Xcode 11 throws error on pod

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2019-09-11T18:57:10.000+0000
Affected Version/sRelease 8.1.0
Fix Version/sRelease 8.2.0, Hyperloop 4.0.4
ComponentsHyperloop
LabelsengSchedule
ReporterKeerthi Mahalingam
AssigneeJan Vennemann
Created2019-08-28T21:47:08.000+0000
Updated2019-09-11T18:57:10.000+0000

Description

**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

Attachments

FileDateSize
Screen Shot 2019-08-28 at 2.31.43 PM.png2019-08-28T21:46:32.000+00001918890

Comments

  1. Jan Vennemann 2019-09-02

    https://github.com/appcelerator/hyperloop.next/pull/325
  2. Jan Vennemann 2019-09-03

    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.
  3. Jan Vennemann 2019-09-03

    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.
  4. Lokesh Choudhary 2019-09-10

    FR done. Waiting for final CR.
  5. Lokesh Choudhary 2019-09-10

    [~jvennemann], I guess we will also need a TIMOB PR to update the hyperloop module link in modules.json ?
  6. Jan Vennemann 2019-09-10

    [~lchoudhary], i created TIMOB-27390 for the SDK update.
  7. Lokesh Choudhary 2019-09-10

    FR Passed. PR's merged.
  8. Keerthi Mahalingam 2019-09-11

    Verified the fix on sdk 8.3.0.v20190910211847 and 8.2.0.v20190911070321.hyperloop 4.0.4 is installed with sdk. Test Environment:
    Name                        = Mac OS X
         Version                     = 10.14.5
         Architecture                = 64bit
       Node.js
         Node.js Version             = 10.16.2
         npm Version                 = 6.9.0
       Titanium CLI
         CLI Version                 = 5.2.1
       Titanium SDK
         SDK Version                 = 8.3.0.v20190910211847 
       Device - iPhone XR  iOS 13,iphone x iOS 11
       Simulator-iphone 11 IOS 13, iPhone 8 iOS 13,iphone 6 iOS 11

JSON Source