I get the following error that i can neither understand nor google when archiving for the app store (development deployment on device/emulator is functioning):
The App is in React Native Framework.
It could be related to HockeyApp since that was the last changes that I made developing.
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 ....
Please tell me what additional information I should provide you with.
Regards