Netvent/storyly-sdk

ios build error

Closed this issue · 1 comments

Issue tracker is ONLY used for reporting React Native SDK related bugs.

Environment Details

Storyly SDK Version: "storyly-react-native": "^1.27.0",
React Native SDK Version: "react-native": "0.64.2",
Platform:

  • Android
  • [x ] iOS

Current Behavior

When runing our pipeline for build app getting error.

❌ /Users/runner/work/1/s/node_modules/storyly-react-native/ios/STStorylyManager.swift:20:21: value of type 'RCTBridge' has no member 'uiManager'

    self.bridge.uiManager.addUIBlock { uiManager, viewRegistry in
                                                       ^

❌ /Users/runner/work/1/s/node_modules/storyly-react-native/ios/STStorylyManager.swift:33:21: value of type 'RCTBridge' has no member 'uiManager'

    self.bridge.uiManager.addUIBlock { uiManager, viewRegistry in
    ~~~~~~~~~~~ ^~~~~~~~~

❌ /Users/runner/work/1/s/node_modules/storyly-react-native/ios/STStorylyManager.swift:46:21: value of type 'RCTBridge' has no member 'uiManager'

    self.bridge.uiManager.addUIBlock { uiManager, viewRegistry in
    ~~~~~~~~~~~ ^~~~~~~~~

❌ /Users/runner/work/1/s/node_modules/storyly-react-native/ios/STStorylyManager.swift:59:21: value of type 'RCTBridge' has no member 'uiManager'

    self.bridge.uiManager.addUIBlock { uiManager, viewRegistry in
    ~~~~~~~~~~~ ^~~~~~~~~

❌ /Users/runner/work/1/s/node_modules/storyly-react-native/ios/STStorylyManager.swift:71:21: value of type 'RCTBridge' has no member 'uiManager'

Hello @yasinugrl ,

We've released storyly-react-native@1.27.1 version that contains the fix for this issue.

Thanks,