用于在应用商店中存档的错误链接(React Native App)

时间:2018-01-11 16:06:16

标签: ios xcode react-native archive

我收到以下错误,我在申请商店存档时无法理解或谷歌(设备/模拟器上的开发部署正在运行):

该应用程序位于React Native Framework中。

它可能与HockeyApp有关,因为那是我开发的最后一次变化。

Undefined symbols for architecture arm64:
  "_YGFloatIsUndefined", referenced from:
      ___74-[RCTShadowText applyLayoutToChildren:viewsWithNewFrame:absolutePosition:]_block_invoke in libRCTText.a(RCTShadowText.o)
      -[RCTShadowText _attributedStringWithFontFamily:fontSize:fontWeight:fontStyle:letterSpacing:useBackgroundColor:foregroundColor:backgroundColor:opacity:] in libRCTText.a(RCTShadowText.o)
  "_YGNodeGetContext", referenced from:
      _RCTMeasure in libRCTText.a(RCTShadowText.o)
  "_RCTSharedApplication", referenced from:
      -[RCTLinkingManager openURL:resolve:reject:] in libRCTLinking.a(RCTLinkingManager.o)
      -[RCTLinkingManager canOpenURL:resolve:reject:] in libRCTLinking.a(RCTLinkingManager.o)
  "_RCTSizeInPixels", referenced from:
      _RCTDecodeImageWithData in libRCTImage.a(RCTImageUtils.o)
  "_RCTErrorUnspecified", referenced from:
      -[RCTLinkingManager openURL:resolve:reject:] in libRCTLinking.a(RCTLinkingManager.o)
  "_OBJC_CLASS_$_RCTBundleURLProvider", referenced from:
      objc-class-ref in AppDelegate.o
  "_RCTImageFromLocalAssetURL", referenced from:
      ___119-[RCTLocalAssetImageLoader loadImageForURL:size:scale:resizeMode:progressHandler:partialLoadHandler:completionHandler:]_block_invoke in libRCTImage.a(RCTLocalAssetImageLoader.o)
  "_YGNodeStyleGetWidth", referenced from:
      ___74-[RCTShadowText applyLayoutToChildren:viewsWithNewFrame:absolutePosition:]_block_invoke in libRCTText.a(RCTShadowText.o)
      -[RCTShadowText _attributedStringWithFontFamily:fontSize:fontWeight:fontStyle:letterSpacing:useBackgroundColor:foregroundColor:backgroundColor:opacity:] in libRCTText.a(RCTShadowText.o)
  "_YGNodeStyleGetHeight", referenced from:
      ___74-[RCTShadowText applyLayoutToChildren:viewsWithNewFrame:absolutePosition:]_block_invoke in libRCTText.a(RCTShadowText.o)
      -[RCTShadowText _attributedStringWithFontFamily:fontSize:fontWeight:fontStyle:letterSpacing:useBackgroundColor:foregroundColor:backgroundColor:opacity:] in libRCTText.a(RCTShadowText.o)
  "_RCTIsMainQueue", referenced from:
      ___118-[RCTImageLoader _loadImageOrDataWithURLRequest:size:scale:resizeMode:progressBlock:partialLoadBlock:completionBlock:]_block_invoke in libRCTImage.a(RCTImageLoader.o)
      ___80-[RCTImageLoader decodeImageData:size:scale:clipped:resizeMode:completionBlock:]_block_invoke_2 in libRCTImage.a(RCTImageLoader.o)
  "_YGNodeSetMeasureFunc", referenced from:
      -[RCTShadowText init] in libRCTText.a(RCTShadowText.o)
  "_RCTIsLocalAssetURL", referenced from:
      -[RCTLocalAssetImageLoader canLoadImageURL:] in libRCTImage.a(RCTLocalAssetImageLoader.o)
      -[RCTFileRequestHandler canHandleRequest:] in libRCTNetwork.a(RCTFileRequestHandler.o)
  "_RCTPresentedViewController", referenced from:
      -[RCTActionSheetManager showActionSheetWithOptions:callback:] in libRCTActionSheet.a(RCTActionSheetManager.o)
      -[RCTActionSheetManager showShareActionSheetWithOptions:failureCallback:successCallback:] in libRCTActionSheet.a(RCTActionSheetManager.o)
      ___47-[ImagePickerManager ....

请告诉我我应该为您提供哪些其他信息。

此致

0 个答案:

没有答案