[TIMOB-28154] Build failing on 9.2.0 with Hyperloop
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2020-10-06T18:25:39.000+0000 |
Affected Version/s | Release 9.2.0 |
Fix Version/s | Release 9.2.1 |
Components | Hyperloop |
Labels | n/a |
Reporter | kaypro |
Assignee | Jan Vennemann |
Created | 2020-09-24T15:41:16.000+0000 |
Updated | 2020-10-06T18:25:39.000+0000 |
Description
Upgrading a classic App from 9.0.1 to 9.2.0. Using Hyperloop 6.0.1 with podfile as below and getting error:
[INFO] Creating assets image set
[INFO] Writing bootstrap json
[INFO] Writing i18n files
[INFO] Processing Titanium symbols
[INFO] Removing files
[INFO] Starting Hyperloop assembly
[WARN] Unable to detect framework umbrella header for ti.identity.
[WARN] Unable to detect framework umbrella header for hyperloop.
2020-09-24T15:45:48.916Z | ERROR | An uncaught exception was thrown!
(buildSettings.LD_RUNPATH_SEARCH_PATHS || "").replace is not a function
2020-09-24T15:45:48.916Z | ERROR | (buildSettings.LD_RUNPATH_SEARCH_PATHS || "").replace is not a function
Process exited with 1
The terminal process terminated with exit code: 1.
Podfile:
install! 'cocoapods',
:integrate_targets => false
use_frameworks!
platform :ios, '10.0'
target 'Test' do
pod 'FSCalendar'
pod 'Stripe'
pod 'EDHexColor'
end
Tried downgrading to Hyperloop 5.0.3 with same result. Reverting back to 9.0.1 builds fine.
Confirmed this on my end! This seems to happen without liveview. With liveview it seems to not cause any issues. To reproduce, just add both a module and hyperloop to tiapp, then require in your app.
Then compile the app to iOS. Also does not seem to happen on Android
Thanks Rene. Just FYI that on my end this error occurs with or without liveview enabled.
Good addition. For me it only happens runtime, and not while building. Did you clean your project before compiling?
Getting a similar behavior here. Building for iOS simulator, without liveview, Ti is throwing the following log:
I'm using Xcode 12, SDK 9.2.0, node 12.X. App builds, but when it starts, it crashes with log above.
Also, here it seems to be erratic with liveview: SOmetimes it runs fine, sometimes it crashes with the same log.
Yes. Clean build each time. Thanks.
having the same issue. both new versions of Ti.Map and Hyperloop has error.
I'm also experiencing this when building to device with the Facebook module and Hyperloop
Hi all, this issue will happen for many modules and Hyperloop enabled. Right now the workaround is xcode 11 + SDK 9.1.x until this fix is merged.
FR Passed.
hyperloop 6.0.2 merged to master and 9_2_X (for 9.2.1 target)
Verified the fix with SDK 9.2.1.v20201005155347. Closing.