fastlane: ❌ ld: framework not found -- How to explicitly link a framework in Gym?
New Issue Checklist
- [ x ] Updated fastlane to the latest version
- [ x ] I have read the Contribution Guidelines
Issue Description
*Explicit linking in Gym? *
I want to build the pod https://github.com/smore-inc/react-native-segment-io-analytics and link the framework Analytics, but linking fails. Workspace builds fine in xcode.
Edit: Still struggling with this after a few days. I would love some feedback on where to begin approaching this. Thanks!
▸ Linking SpaceStation
❌ ld: framework not found Analytics
❌ clang: error: linker command failed with exit code 1 (use -v to see invocation)
Complete output when running fastlane, including the stack trace and command used
\[11:36:40]: -------------------------------------------------
[11:36:40]: --- Step: Verifying required fastlane version ---
[11:36:40]: -------------------------------------------------
[11:36:40]: fastlane version valid
[11:36:40]: ------------------------------
[11:36:40]: --- Step: default_platform ---
[11:36:40]: ------------------------------
^R
[11:36:40]: Driving the lane 'dev' 🚀
[11:36:40]: -------------------
[11:36:40]: --- Step: match ---
[11:36:40]: -------------------
+-----------------------+-----------------------------------------------------+
| Summary for match 0.4.0 |
+-----------------------+-----------------------------------------------------+
| type | development |
| git_url | <removed> |
| shallow_clone | false |
| app_identifier | <removed> |
| username | <removed> |
| keychain_name | login.keychain |
| readonly | false |
| team_id | <removed> |
| verbose | false |
| force | false |
| force_for_new_devices | false |
| skip_docs | false |
+-----------------------+-----------------------------------------------------+
[11:36:40]: Cloning remote git repo...
[11:36:41]: 🔓 Successfully decrypted certificates repo
[11:36:41]: Verifying that the certificate and profile are still valid on the Dev Portal...
[11:36:44]: Installing certificate...
[11:36:45]: Installing provisioning profile...
+----------------------+------------------------------------------+
| Installed Provisioning Profile |
+----------------------+------------------------------------------+
| App Identifier | <removed> |
| Type | development |
| UUID | <removed> |
| Environment Variable | <removed>t |
+----------------------+------------------------------------------+
[11:36:46]: All required keys, certificates and provisioning profiles are installed 🙌
[11:36:46]: 🔒 Successfully encrypted certificates repo
[11:36:46]: Setting Provisioning Profile type to 'development'
[11:36:46]: ------------------------------------------------------
[11:36:46]: --- Step: pod install --project-directory="../ios" ---
[11:36:46]: ------------------------------------------------------
[11:36:46]: $ pod install --project-directory="../ios"
[11:36:46]: ▸ Updating local specs repositories
[11:36:48]: ▸ CocoaPods 1.0.0.beta.6 is available.
[11:36:48]: ▸ To update use: `gem install cocoapods --pre`
[11:36:48]: ▸ [!] This is a test version we'd love you to try.
[11:36:48]: ▸ For more information see http://blog.cocoapods.org
[11:36:48]: ▸ and the CHANGELOG for this version http://git.io/BaH8pQ.
[11:36:48]: ▸ Analyzing dependencies
[11:36:48]: ▸ Downloading dependencies
[11:36:48]: ▸ Using Analytics (3.0.7)
[11:36:48]: ▸ Generating Pods project
[11:36:48]: ▸ Integrating client project
[11:36:49]: ▸ Sending stats
[11:36:49]: ▸ Pod installation complete! There is 1 dependency from the Podfile and 1 total pod installed.
[11:36:49]: -----------------
[11:36:49]: --- Step: gym ---
[11:36:49]: -----------------
[11:36:49]: xcrun xcodebuild -list -project './ios/SpaceStation.xcodeproj'
+----------------------+------------------------------+
| Summary for gym 1.6.2 |
+----------------------+------------------------------+
| scheme | Debug |
| project | ./ios/SpaceStation.xcodeproj |
| clean | true |
| export_method | development |
| destination | generic/platform=iOS |
| output_name | SpaceStation |
| output_directory | . |
| silent | false |
| use_legacy_build_api | false |
| buildlog_path | ~/Library/Logs/gym |
+----------------------+------------------------------+
[11:36:52]: $ set -o pipefail && xcodebuild -scheme 'Debug' -project './ios/SpaceStation.xcodeproj' -destination 'generic/platform=iOS' -archivePath '/Users/eklein/Library/Developer/Xcode/Archives/2016-04-14/SpaceStation 2016-04-14 11.36.52.xcarchive' clean archive | tee /Users/eklein/Library/Logs/gym/SpaceStation-Debug.log | xcpretty
[11:36:52]: ▸ Check Dependencies
[11:36:52]: ▸ Cleaning RCTSettings/RCTSettings [Debug]
[11:36:52]: ▸ Check Dependencies
[11:36:52]: ▸ Cleaning RCTVibration/RCTVibration [Debug]
[11:36:52]: ▸ Check Dependencies
[11:36:52]: ▸ Cleaning RCTWebSocket/RCTWebSocket [Debug]
[11:36:52]: ▸ Check Dependencies
[11:36:52]: ▸ Cleaning RNOverlay/RNOverlay [Debug]
[11:36:52]: ▸ Check Dependencies
[11:36:52]: ▸ Cleaning RCTActionSheet/RCTActionSheet [Debug]
[11:36:52]: ▸ Check Dependencies
[11:36:52]: ▸ Cleaning RNSegmentIOAnalytics/RNSegmentIOAnalytics [Debug]
[11:36:52]: ▸ Check Dependencies
[11:36:52]: ▸ Cleaning RCTLinking/RCTLinking [Debug]
[11:36:52]: ▸ Check Dependencies
[11:36:52]: ▸ Cleaning React/React [Debug]
[11:36:52]: ▸ Check Dependencies
[11:36:53]: ▸ Cleaning RNBlur/RNBlur [Debug]
[11:36:53]: ▸ Check Dependencies
[11:36:53]: ▸ Cleaning RCTGeolocation/RCTGeolocation [Debug]
[11:36:53]: ▸ Check Dependencies
[11:36:53]: ▸ Cleaning RCTText/RCTText [Debug]
[11:36:53]: ▸ Check Dependencies
[11:36:53]: ▸ Cleaning RCTNetwork/RCTNetwork [Debug]
[11:36:53]: ▸ Check Dependencies
[11:36:53]: ▸ Cleaning RCTImage/RCTImage [Debug]
[11:36:53]: ▸ Check Dependencies
[11:36:53]: ▸ Cleaning RNSearchBar/RNSearchBar [Debug]
[11:36:53]: ▸ Check Dependencies
[11:36:53]: ▸ Cleaning RNDeviceInfo/RNDeviceInfo [Debug]
[11:36:53]: ▸ Check Dependencies
[11:36:53]: ▸ Cleaning SpaceStation/SpaceStation [Debug]
[11:36:53]: ▸ Check Dependencies
[11:36:53]: ▸ Clean Succeeded
[11:36:53]: ▸ Building RCTWebSocket/RCTWebSocket [Debug]
[11:36:53]: ▸ Check Dependencies
[11:37:00]: ▸ Building library libRCTWebSocket.a
[11:37:01]: ▸ Building library libRCTWebSocket.a
[11:37:04]: ▸ Check Dependencies
[11:37:04]: ▸ Running script 'Run Script'
[11:37:04]: ▸ Building RCTImage/RCTImage [Debug]
[11:37:04]: ▸ Check Dependencies
[11:37:04]: ▸ Analyzing
[11:37:04]: ▸ Analyzing
[11:37:04]: ▸ Analyzing
[11:37:04]: ▸ Analyzing
[11:37:04]: ▸ Analyzing
[11:37:04]: ▸ Analyzing
[11:37:04]: ▸ Analyzing
[11:37:04]: ▸ Analyzing
[11:37:04]: ▸ Analyzing
[11:37:04]: ▸ Analyzing
[11:37:04]: ▸ Analyzing
[11:37:04]: ▸ Building library libRCTImage.a
[11:37:04]: ▸ Building library libRCTImage.a
[11:37:09]: ▸ Building RCTText/RCTText [Debug]
[11:37:09]: ▸ Check Dependencies
[11:37:09]: ▸ Analyzing
[11:37:09]: ▸ Analyzing
[11:37:09]: ▸ Analyzing
[11:37:09]: ▸ Analyzing
[11:37:09]: ▸ Analyzing
[11:37:09]: ▸ Analyzing
[11:37:09]: ▸ Analyzing
[11:37:09]: ▸ Analyzing
[11:37:09]: ▸ Analyzing
[11:37:09]: ▸ Building library libRCTText.a
[11:37:09]: ▸ Building library libRCTText.a
[11:37:09]: ▸ Building RCTActionSheet/RCTActionSheet [Debug]
[11:37:09]: ▸ Check Dependencies
[11:37:09]: ▸ Analyzing
[11:37:09]: ▸ Building library libRCTActionSheet.a
[11:37:09]: ▸ Building library libRCTActionSheet.a
[11:37:09]: ▸ Building RNSearchBar/RNSearchBar [Debug]
[11:37:09]: ▸ Check Dependencies
[11:37:09]: ▸ ⚠️ /Users/eklein/Code/ss-mobile/node_modules/react-native-search-bar/RNSearchBar.m:10:17: method override for the designated initializer of the superclass '-initWithFrame:' not found [-Wobjc-designated-initializers]
[11:37:09]: ▸ @implementation RNSearchBar
[11:37:09]: ▸ ^
[11:37:09]: ▸ ⚠️ /Users/eklein/Code/ss-mobile/node_modules/react-native-search-bar/RNSearchBar.m:10:17: method override for the designated initializer of the superclass '-initWithCoder:' not found [-Wobjc-designated-initializers]
[11:37:09]: ▸ @implementation RNSearchBar
[11:37:09]: ▸ ^
[11:37:09]: ▸ ⚠️ /Users/eklein/Code/ss-mobile/node_modules/react-native-search-bar/RNSearchBar.m:10:17: method override for the designated initializer of the superclass '-initWithFrame:' not found [-Wobjc-designated-initializers]
[11:37:09]: ▸ @implementation RNSearchBar
[11:37:09]: ▸ ^
[11:37:09]: ▸ ⚠️ /Users/eklein/Code/ss-mobile/node_modules/react-native-search-bar/RNSearchBar.m:10:17: method override for the designated initializer of the superclass '-initWithCoder:' not found [-Wobjc-designated-initializers]
[11:37:09]: ▸ @implementation RNSearchBar
[11:37:09]: ▸ ^
[11:37:09]: ▸ Building library libRNSearchBar.a
[11:37:09]: ▸ Building library libRNSearchBar.a
[11:37:09]: ▸ Building RNOverlay/RNOverlay [Debug]
[11:37:09]: ▸ Check Dependencies
[11:37:09]: ▸ Building library libRNOverlay.a
[11:37:09]: ▸ Building library libRNOverlay.a
[11:37:09]: ▸ Building RCTSettings/RCTSettings [Debug]
[11:37:09]: ▸ Check Dependencies
[11:37:09]: ▸ Building library libRCTSettings.a
[11:37:09]: ▸ Building library libRCTSettings.a
[11:37:09]: ▸ Building React/React [Debug]
[11:37:09]: ▸ Check Dependencies
[11:37:09]: ▸ Running script 'Run Script'
[11:37:09]: ▸ Compiling RCTConvert+MapKit.m
[11:37:09]: ▸ Compiling RCTStatusBarManager.m
[11:37:09]: ▸ Compiling RCTSourceCode.m
[11:37:09]: ▸ Compiling RCTJSCProfiler.m
[11:37:09]: ▸ Compiling RCTDatePicker.m
[11:37:09]: ▸ Compiling RCTFrameUpdate.m
[11:37:09]: ▸ Compiling RCTAlertManager.m
[11:37:09]: ▸ Compiling RCTConvert.m
[11:37:09]: ▸ Compiling RCTSegmentedControl.m
[11:37:09]: ▸ Compiling RCTRootView.m
[11:37:09]: ▸ Compiling RCTExceptionsManager.m
[11:37:09]: ▸ Compiling RCTMapAnnotation.m
[11:37:09]: ▸ Compiling RCTDevMenu.m
[11:37:09]: ▸ Compiling RCTModuleMethod.m
[11:37:09]: ▸ Compiling RCTBorderDrawing.m
[11:37:09]: ▸ Compiling RCTAssert.m
[11:37:09]: ▸ Compiling RCTSlider.m
[11:37:09]: ▸ Compiling RCTKeyboardObserver.m
[11:37:09]: ▸ Compiling RCTAsyncLocalStorage.m
[11:37:09]: ▸ Compiling Layout.c
[11:37:09]: ▸ Compiling RCTProgressViewManager.m
[11:37:09]: ▸ Compiling RCTFPSGraph.m
[11:37:09]: ▸ Compiling RCTSwitch.m
[11:37:09]: ▸ Compiling RCTSwitchManager.m
[11:37:09]: ▸ Compiling RCTActivityIndicatorViewManager.m
[11:37:09]: ▸ Compiling RCTViewManager.m
[11:37:09]: ▸ Compiling RCTImageSource.m
[11:37:09]: ▸ Compiling RCTDatePickerManager.m
[11:37:09]: ▸ Compiling RCTPerfMonitor.m
[11:37:09]: ▸ Compiling RCTScrollViewManager.m
[11:37:09]: ▸ Compiling RCTJavaScriptLoader.m
[11:37:09]: ▸ Compiling RCTTabBarManager.m
[11:37:09]: ▸ Compiling RCTWrapperViewController.m
[11:37:09]: ▸ Compiling RCTScrollView.m
[11:37:09]: ▸ Compiling RCTAccessibilityManager.m
[11:37:09]: ▸ Compiling RCTDevLoadingView.m
[11:37:09]: ▸ Compiling RCTTiming.m
[11:37:09]: ▸ Compiling RCTAppState.m
[11:37:09]: ▸ Compiling RCTJSCExecutor.m
[11:37:09]: ▸ Compiling RCTBatchedBridge.m
[11:37:09]: ▸ Compiling UIView+React.m
[11:37:09]: ▸ Compiling RCTSliderManager.m
[11:37:09]: ▸ Compiling RCTClipboard.m
[11:37:09]: ▸ Compiling RCTModuleData.m
[11:37:10]: ▸ Compiling RCTPerformanceLogger.m
[11:37:10]: ▸ Compiling RCTTouchHandler.m
[11:37:10]: ▸ Compiling RCTLog.m
[11:37:10]: ▸ Compiling RCTNavItemManager.m
[11:37:10]: ▸ Compiling RCTParserUtils.m
[11:37:10]: ▸ Compiling RCTView.m
[11:37:10]: ▸ Compiling RCTMapOverlay.m
[11:37:10]: ▸ Compiling RCTConvert+CoreLocation.m
[11:37:10]: ▸ Compiling RCTTabBarItemManager.m
[11:37:10]: ▸ Compiling RCTKeyCommands.m
[11:37:10]: ▸ Compiling RCTUtils.m
[11:37:11]: ▸ Compiling RCTMapManager.m
[11:37:11]: ▸ Compiling RCTRefreshControl.m
[11:37:11]: ▸ Compiling RCTWebView.m
[11:37:11]: ▸ Compiling RCTBridge.m
[11:37:17]: ▸ Compiling RCTWebViewManager.m
[11:37:17]: ▸ Compiling RCTPicker.m
[11:37:17]: ▸ Compiling RCTTabBarItem.m
[11:37:17]: ▸ Compiling RCTModalHostView.m
[11:37:17]: ▸ Compiling RCTShadowView.m
[11:37:17]: ▸ Compiling RCTSegmentedControlManager.m
[11:37:17]: ▸ Compiling RCTPickerManager.m
[11:37:17]: ▸ Compiling RCTRefreshControlManager.m
[11:37:17]: ▸ Compiling RCTNavigator.m
[11:37:17]: ▸ Compiling RCTTabBar.m
[11:37:17]: ▸ Compiling RCTRedBox.m
[11:37:17]: ▸ Compiling RCTModalHostViewController.m
[11:37:17]: ▸ Compiling RCTMap.m
[11:37:17]: ▸ Compiling RCTNavItem.m
[11:37:17]: ▸ Compiling RCTEventDispatcher.m
[11:37:17]: ▸ Compiling RCTModalHostViewManager.m
[11:37:17]: ▸ Compiling RCTUIManager.m
[11:37:17]: ▸ Compiling RCTTouchEvent.m
[11:37:17]: ▸ Compiling RCTProfile.m
[11:37:17]: ▸ Compiling RCTComponentData.m
[11:37:17]: ▸ Compiling RCTNavigatorManager.m
[11:37:17]: ▸ Compiling RCTConvert+MapKit.m
[11:37:17]: ▸ Compiling RCTStatusBarManager.m
[11:37:17]: ▸ Compiling RCTSourceCode.m
[11:37:17]: ▸ Compiling RCTJSCProfiler.m
[11:37:17]: ▸ Compiling RCTDatePicker.m
[11:37:17]: ▸ Compiling RCTFrameUpdate.m
[11:37:17]: ▸ Compiling RCTAlertManager.m
[11:37:17]: ▸ Compiling RCTConvert.m
[11:37:17]: ▸ Compiling RCTSegmentedControl.m
[11:37:17]: ▸ Compiling RCTRootView.m
[11:37:17]: ▸ Compiling RCTExceptionsManager.m
[11:37:17]: ▸ Compiling RCTMapAnnotation.m
[11:37:17]: ▸ Compiling RCTDevMenu.m
[11:37:17]: ▸ Compiling RCTModuleMethod.m
[11:37:17]: ▸ Compiling RCTBorderDrawing.m
[11:37:17]: ▸ Compiling RCTAssert.m
[11:37:17]: ▸ Compiling RCTSlider.m
[11:37:17]: ▸ Compiling RCTKeyboardObserver.m
[11:37:17]: ▸ Compiling RCTAsyncLocalStorage.m
[11:37:17]: ▸ Compiling Layout.c
[11:37:17]: ▸ Compiling RCTProgressViewManager.m
[11:37:17]: ▸ Compiling RCTFPSGraph.m
[11:37:17]: ▸ Compiling RCTSwitch.m
[11:37:17]: ▸ Compiling RCTSwitchManager.m
[11:37:17]: ▸ Compiling RCTActivityIndicatorViewManager.m
[11:37:17]: ▸ Compiling RCTViewManager.m
[11:37:17]: ▸ Compiling RCTImageSource.m
[11:37:17]: ▸ Compiling RCTDatePickerManager.m
[11:37:17]: ▸ Compiling RCTPerfMonitor.m
[11:37:17]: ▸ Compiling RCTScrollViewManager.m
[11:37:17]: ▸ Compiling RCTJavaScriptLoader.m
[11:37:17]: ▸ Compiling RCTTabBarManager.m
[11:37:17]: ▸ Compiling RCTWrapperViewController.m
[11:37:17]: ▸ Compiling RCTScrollView.m
[11:37:17]: ▸ Compiling RCTAccessibilityManager.m
[11:37:17]: ▸ Compiling RCTDevLoadingView.m
[11:37:17]: ▸ Compiling RCTTiming.m
[11:37:17]: ▸ Compiling RCTAppState.m
[11:37:17]: ▸ Compiling RCTJSCExecutor.m
[11:37:17]: ▸ Compiling RCTBatchedBridge.m
[11:37:17]: ▸ Compiling UIView+React.m
[11:37:17]: ▸ Compiling RCTSliderManager.m
[11:37:17]: ▸ Compiling RCTClipboard.m
[11:37:17]: ▸ Compiling RCTModuleData.m
[11:37:17]: ▸ Compiling RCTPerformanceLogger.m
[11:37:17]: ▸ Compiling RCTTouchHandler.m
[11:37:17]: ▸ Compiling RCTLog.m
[11:37:17]: ▸ Compiling RCTNavItemManager.m
[11:37:17]: ▸ Compiling RCTParserUtils.m
[11:37:17]: ▸ Compiling RCTView.m
[11:37:17]: ▸ Compiling RCTMapOverlay.m
[11:37:17]: ▸ Compiling RCTConvert+CoreLocation.m
[11:37:17]: ▸ Compiling RCTTabBarItemManager.m
[11:37:17]: ▸ Compiling RCTKeyCommands.m
[11:37:17]: ▸ Compiling RCTUtils.m
[11:37:18]: ▸ Compiling RCTMapManager.m
[11:37:18]: ▸ Compiling RCTRefreshControl.m
[11:37:18]: ▸ Compiling RCTWebView.m
[11:37:18]: ▸ Compiling RCTBridge.m
[11:37:18]: ▸ Compiling RCTWebViewManager.m
[11:37:18]: ▸ Compiling RCTPicker.m
[11:37:18]: ▸ Compiling RCTTabBarItem.m
[11:37:18]: ▸ Compiling RCTModalHostView.m
[11:37:18]: ▸ Compiling RCTShadowView.m
[11:37:18]: ▸ Compiling RCTSegmentedControlManager.m
[11:37:18]: ▸ Compiling RCTPickerManager.m
[11:37:18]: ▸ Compiling RCTRefreshControlManager.m
[11:37:18]: ▸ Compiling RCTNavigator.m
[11:37:18]: ▸ Compiling RCTTabBar.m
[11:37:18]: ▸ Compiling RCTRedBox.m
[11:37:18]: ▸ Compiling RCTModalHostViewController.m
[11:37:18]: ▸ Compiling RCTMap.m
[11:37:18]: ▸ Compiling RCTNavItem.m
[11:37:18]: ▸ Compiling RCTEventDispatcher.m
[11:37:19]: ▸ Compiling RCTModalHostViewManager.m
[11:37:19]: ▸ Compiling RCTUIManager.m
[11:37:19]: ▸ Compiling RCTTouchEvent.m
[11:37:25]: ▸ Compiling RCTProfile.m
[11:37:25]: ▸ Compiling RCTComponentData.m
[11:37:25]: ▸ Compiling RCTNavigatorManager.m
[11:37:25]: ▸ Analyzing RCTConvert+MapKit.m
[11:37:25]: ▸ Analyzing RCTStatusBarManager.m
[11:37:25]: ▸ Analyzing RCTSourceCode.m
[11:37:25]: ▸ Analyzing RCTJSCProfiler.m
[11:37:25]: ▸ Analyzing RCTDatePicker.m
[11:37:25]: ▸ Analyzing RCTFrameUpdate.m
[11:37:25]: ▸ Analyzing RCTAlertManager.m
[11:37:25]: ▸ Analyzing RCTConvert.m
[11:37:25]: ▸ Analyzing RCTSegmentedControl.m
[11:37:25]: ▸ Analyzing RCTRootView.m
[11:37:25]: ▸ Analyzing RCTExceptionsManager.m
[11:37:25]: ▸ Analyzing RCTMapAnnotation.m
[11:37:25]: ▸ Analyzing RCTDevMenu.m
[11:37:25]: ▸ Analyzing RCTModuleMethod.m
[11:37:25]: ▸ Analyzing RCTBorderDrawing.m
[11:37:25]: ▸ Analyzing RCTAssert.m
[11:37:25]: ▸ Analyzing RCTSlider.m
[11:37:25]: ▸ Analyzing RCTKeyboardObserver.m
[11:37:25]: ▸ Analyzing RCTAsyncLocalStorage.m
[11:37:25]: ▸ Analyzing
[11:37:25]: ▸ Analyzing RCTProgressViewManager.m
[11:37:25]: ▸ Analyzing RCTFPSGraph.m
[11:37:25]: ▸ Analyzing RCTSwitch.m
[11:37:25]: ▸ Analyzing RCTSwitchManager.m
[11:37:25]: ▸ Analyzing RCTActivityIndicatorViewManager.m
[11:37:25]: ▸ Analyzing RCTViewManager.m
[11:37:25]: ▸ Analyzing RCTImageSource.m
[11:37:25]: ▸ Analyzing RCTDatePickerManager.m
[11:37:25]: ▸ Analyzing RCTPerfMonitor.m
[11:37:25]: ▸ Analyzing RCTScrollViewManager.m
[11:37:25]: ▸ Analyzing RCTJavaScriptLoader.m
[11:37:25]: ▸ Analyzing RCTTabBarManager.m
[11:37:25]: ▸ Analyzing RCTWrapperViewController.m
[11:37:25]: ▸ Analyzing RCTScrollView.m
[11:37:25]: ▸ Analyzing RCTAccessibilityManager.m
[11:37:25]: ▸ Analyzing RCTDevLoadingView.m
[11:37:25]: ▸ Analyzing RCTTiming.m
[11:37:25]: ▸ Analyzing RCTAppState.m
[11:37:25]: ▸ Analyzing RCTBatchedBridge.m
[11:37:27]: ▸ Analyzing RCTJSCExecutor.m
[11:37:27]: ▸ Analyzing UIView+React.m
[11:37:27]: ▸ Analyzing RCTSliderManager.m
[11:37:27]: ▸ Analyzing RCTClipboard.m
[11:37:27]: ▸ Analyzing RCTModuleData.m
[11:37:27]: ▸ Analyzing RCTPerformanceLogger.m
[11:37:27]: ▸ Analyzing RCTTouchHandler.m
[11:37:27]: ▸ Analyzing RCTLog.m
[11:37:27]: ▸ Analyzing RCTNavItemManager.m
[11:37:27]: ▸ Analyzing RCTParserUtils.m
[11:37:27]: ▸ Analyzing RCTView.m
[11:37:27]: ▸ Analyzing RCTMapOverlay.m
[11:37:27]: ▸ Analyzing RCTConvert+CoreLocation.m
[11:37:27]: ▸ Analyzing RCTTabBarItemManager.m
[11:37:27]: ▸ Analyzing RCTKeyCommands.m
[11:37:27]: ▸ Analyzing RCTUtils.m
[11:37:27]: ▸ Analyzing RCTMapManager.m
[11:37:27]: ▸ Analyzing RCTRefreshControl.m
[11:37:27]: ▸ Analyzing RCTWebView.m
[11:37:27]: ▸ Analyzing RCTBridge.m
[11:37:27]: ▸ Analyzing RCTWebViewManager.m
[11:37:27]: ▸ Analyzing RCTPicker.m
[11:37:27]: ▸ Analyzing RCTTabBarItem.m
[11:37:27]: ▸ Analyzing RCTModalHostView.m
[11:37:27]: ▸ Analyzing RCTShadowView.m
[11:37:27]: ▸ Analyzing RCTSegmentedControlManager.m
[11:37:27]: ▸ Analyzing RCTPickerManager.m
[11:37:27]: ▸ Analyzing RCTRefreshControlManager.m
[11:37:27]: ▸ Analyzing RCTNavigator.m
[11:37:27]: ▸ Analyzing RCTTabBar.m
[11:37:27]: ▸ Analyzing RCTRedBox.m
[11:37:27]: ▸ Analyzing RCTModalHostViewController.m
[11:37:27]: ▸ Analyzing RCTMap.m
[11:37:27]: ▸ Analyzing RCTNavItem.m
[11:37:27]: ▸ Analyzing RCTEventDispatcher.m
[11:37:27]: ▸ Analyzing RCTModalHostViewManager.m
[11:37:27]: ▸ Analyzing RCTUIManager.m
[11:37:31]: ▸ ⚠️ /Users/eklein/Code/ss-mobile/node_modules/react-native/React/Modules/RCTUIManager.m:707:6: Conversion from value of type 'NSMutableDictionary<NSNumber *,id<RCTComponent>> *' to incompatible type 'NSMutableDictionary<NSNumber *,UIView *> *'
[11:37:31]: ▸ [(NSMutableDictionary<NSNumber *, UIView *> *)viewRegistry removeObjectForKey:rootReactTag];
[11:37:31]: ▸ ^
[11:37:31]: ▸ Analyzing RCTTouchEvent.m
[11:37:31]: ▸ Analyzing RCTProfile.m
[11:37:31]: ▸ Analyzing RCTComponentData.m
[11:37:31]: ▸ Analyzing RCTNavigatorManager.m
[11:37:31]: ▸ Building library libReact.a
[11:37:32]: ▸ Building library libReact.a
[11:37:32]: ▸ Running script 'Run Script'
[11:37:37]: ▸ Building RCTGeolocation/RCTGeolocation [Debug]
[11:37:37]: ▸ Check Dependencies
[11:37:37]: ▸ Analyzing
[11:37:37]: ▸ Building library libRCTGeolocation.a
[11:37:37]: ▸ Building library libRCTGeolocation.a
[11:37:37]: ▸ Building RNDeviceInfo/RNDeviceInfo [Debug]
[11:37:37]: ▸ Check Dependencies
[11:37:37]: ▸ Compiling RNDeviceInfo.m
[11:37:37]: ▸ Compiling RNDeviceInfo.m
[11:37:37]: ▸ Building library libRNDeviceInfo.a
[11:37:37]: ▸ Building library libRNDeviceInfo.a
[11:37:37]: ▸ Copying RNDeviceInfo/RNDeviceInfo.h
[11:37:37]: ▸ Building RNBlur/RNBlur [Debug]
[11:37:37]: ▸ Check Dependencies
[11:37:37]: ▸ Building library libRNBlur.a
[11:37:37]: ▸ Building library libRNBlur.a
[11:37:37]: ▸ Building RNSegmentIOAnalytics/RNSegmentIOAnalytics [Debug]
[11:37:37]: ▸ Check Dependencies
[11:37:37]: ▸ Building library libRNSegmentIOAnalytics.a
[11:37:37]: ▸ Building library libRNSegmentIOAnalytics.a
[11:37:37]: ▸ Building RCTNetwork/RCTNetwork [Debug]
[11:37:37]: ▸ Check Dependencies
[11:37:37]: ▸ Analyzing
[11:37:37]: ▸ Analyzing
[11:37:37]: ▸ Analyzing
[11:37:37]: ▸ Analyzing
[11:37:37]: ▸ Analyzing
[11:37:37]: ▸ Analyzing
[11:37:37]: ▸ Building library libRCTNetwork.a
[11:37:37]: ▸ Building library libRCTNetwork.a
[11:37:37]: ▸ Building RCTVibration/RCTVibration [Debug]
[11:37:37]: ▸ Check Dependencies
[11:37:37]: ▸ Analyzing
[11:37:37]: ▸ Building library libRCTVibration.a
[11:37:37]: ▸ Building library libRCTVibration.a
[11:37:37]: ▸ Building RCTLinking/RCTLinking [Debug]
[11:37:37]: ▸ Check Dependencies
[11:37:37]: ▸ Building library libRCTLinking.a
[11:37:37]: ▸ Building library libRCTLinking.a
[11:37:37]: ▸ Building SpaceStation/SpaceStation [Debug]
[11:37:37]: ▸ Check Dependencies
[11:37:37]: ▸ Preprocessing App/Info.plist
[11:37:37]: ▸ Running script 'Check Pods Manifest.lock'
[11:37:37]: ▸ Compiling RNGoogleSignin.m
[11:37:38]: ▸ Compiling AppDelegate.m
[11:37:38]: ▸ ⚠️ /Users/eklein/Code/ss-mobile/ios/App/AppDelegate.m:31:6: "DEBUG DEVICE" [-W#warnings]
[11:37:38]: ▸ #warning "DEBUG DEVICE"
[11:37:38]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[11:37:38]: ▸ Compiling main.m
[11:37:38]: ▸ Compiling RNEnvironmentManagerIOS.m
[11:37:38]: ▸ Compiling AppDelegate.m
[11:37:38]: ▸ ⚠️ /Users/eklein/Code/ss-mobile/ios/App/AppDelegate.m:31:6: "DEBUG DEVICE" [-W#warnings]
[11:37:38]: ▸ #warning "DEBUG DEVICE"
[11:37:38]: ▸ ^
[11:37:38]: ▸ Compiling RNGoogleSignin.m
[11:37:38]: ▸ Compiling RNEnvironmentManagerIOS.m
[11:37:38]: ▸ Compiling main.m
[11:37:38]: ▸ Linking SpaceStation
[11:37:38]: ▸ ❌ ld: framework not found Analytics
[11:37:38]: ▸ ❌ clang: error: linker command failed with exit code 1 (use -v to see invocation)
[11:37:38]: ▸ Linking SpaceStation
[11:37:38]: ▸ ❌ ld: framework not found Analytics
[11:37:38]: ▸ ❌ clang: error: linker command failed with exit code 1 (use -v to see invocation)
[11:37:38]: ▸ ** ARCHIVE FAILED **
[11:37:38]: ▸ The following commands produced analyzer issues:
[11:37:38]: ▸ Analyze Modules/RCTUIManager.m
[11:37:38]: ▸ (1 command with analyzer issues)
[11:37:38]: ▸ The following build commands failed:
[11:37:38]: ▸ Ld /Users/eklein/Library/Developer/Xcode/DerivedData/SpaceStation-filkfhqcbygjcjctcztpfgxkmghv/Build/Intermediates/ArchiveIntermediates/Debug/IntermediateBuildFilesPath/SpaceStation.build/Debug-iphoneos/SpaceStation.build/Objects-normal/armv7/SpaceStation normal armv7
[11:37:38]: ▸ Ld /Users/eklein/Library/Developer/Xcode/DerivedData/SpaceStation-filkfhqcbygjcjctcztpfgxkmghv/Build/Intermediates/ArchiveIntermediates/Debug/IntermediateBuildFilesPath/SpaceStation.build/Debug-iphoneos/SpaceStation.build/Objects-normal/arm64/SpaceStation normal arm64
[11:37:38]: ▸ (2 failures)
▸ Check Dependencies
▸ Cleaning RCTSettings/RCTSettings [Debug]
▸ Check Dependencies
▸ Cleaning RCTVibration/RCTVibration [Debug]
▸ Check Dependencies
▸ Cleaning RCTWebSocket/RCTWebSocket [Debug]
▸ Check Dependencies
▸ Cleaning RNOverlay/RNOverlay [Debug]
▸ Check Dependencies
▸ Cleaning RCTActionSheet/RCTActionSheet [Debug]
▸ Check Dependencies
▸ Cleaning RNSegmentIOAnalytics/RNSegmentIOAnalytics [Debug]
▸ Check Dependencies
▸ Cleaning RCTLinking/RCTLinking [Debug]
▸ Check Dependencies
▸ Cleaning React/React [Debug]
▸ Check Dependencies
▸ Cleaning RNBlur/RNBlur [Debug]
▸ Check Dependencies
▸ Cleaning RCTGeolocation/RCTGeolocation [Debug]
▸ Check Dependencies
▸ Cleaning RCTText/RCTText [Debug]
▸ Check Dependencies
▸ Cleaning RCTNetwork/RCTNetwork [Debug]
▸ Check Dependencies
▸ Cleaning RCTImage/RCTImage [Debug]
▸ Check Dependencies
▸ Cleaning RNSearchBar/RNSearchBar [Debug]
▸ Check Dependencies
▸ Cleaning RNDeviceInfo/RNDeviceInfo [Debug]
▸ Check Dependencies
▸ Cleaning SpaceStation/SpaceStation [Debug]
▸ Check Dependencies
▸ Clean Succeeded
▸ Building RCTWebSocket/RCTWebSocket [Debug]
▸ Check Dependencies
▸ Building library libRCTWebSocket.a
▸ Building library libRCTWebSocket.a
▸ Check Dependencies
▸ Running script 'Run Script'
▸ Building RCTImage/RCTImage [Debug]
▸ Check Dependencies
▸ Analyzing
▸ Analyzing
▸ Analyzing
▸ Analyzing
▸ Analyzing
▸ Analyzing
▸ Analyzing
▸ Analyzing
▸ Analyzing
▸ Analyzing
▸ Analyzing
▸ Building library libRCTImage.a
▸ Building library libRCTImage.a
▸ Building RCTText/RCTText [Debug]
▸ Check Dependencies
▸ Analyzing
▸ Analyzing
▸ Analyzing
▸ Analyzing
▸ Analyzing
▸ Analyzing
▸ Analyzing
▸ Analyzing
▸ Analyzing
▸ Building library libRCTText.a
▸ Building library libRCTText.a
▸ Building RCTActionSheet/RCTActionSheet [Debug]
▸ Check Dependencies
▸ Analyzing
▸ Building library libRCTActionSheet.a
▸ Building library libRCTActionSheet.a
▸ Building RNSearchBar/RNSearchBar [Debug]
▸ Check Dependencies
⚠️ /Users/eklein/Code/ss-mobile/node_modules/react-native-search-bar/RNSearchBar.m:10:17: method override for the designated initializer of the superclass '-initWithFrame:' not found [-Wobjc-designated-initializers]
@implementation RNSearchBar
^
⚠️ /Users/eklein/Code/ss-mobile/node_modules/react-native-search-bar/RNSearchBar.m:10:17: method override for the designated initializer of the superclass '-initWithCoder:' not found [-Wobjc-designated-initializers]
@implementation RNSearchBar
^
⚠️ /Users/eklein/Code/ss-mobile/node_modules/react-native-search-bar/RNSearchBar.m:10:17: method override for the designated initializer of the superclass '-initWithFrame:' not found [-Wobjc-designated-initializers]
@implementation RNSearchBar
^
⚠️ /Users/eklein/Code/ss-mobile/node_modules/react-native-search-bar/RNSearchBar.m:10:17: method override for the designated initializer of the superclass '-initWithCoder:' not found [-Wobjc-designated-initializers]
@implementation RNSearchBar
^
▸ Building library libRNSearchBar.a
▸ Building library libRNSearchBar.a
▸ Building RNOverlay/RNOverlay [Debug]
▸ Check Dependencies
▸ Building library libRNOverlay.a
▸ Building library libRNOverlay.a
▸ Building RCTSettings/RCTSettings [Debug]
▸ Check Dependencies
▸ Building library libRCTSettings.a
▸ Building library libRCTSettings.a
▸ Building React/React [Debug]
▸ Check Dependencies
▸ Running script 'Run Script'
▸ Compiling RCTConvert+MapKit.m
▸ Compiling RCTStatusBarManager.m
▸ Compiling RCTSourceCode.m
▸ Compiling RCTJSCProfiler.m
▸ Compiling RCTDatePicker.m
▸ Compiling RCTFrameUpdate.m
▸ Compiling RCTAlertManager.m
▸ Compiling RCTConvert.m
▸ Compiling RCTSegmentedControl.m
▸ Compiling RCTRootView.m
▸ Compiling RCTExceptionsManager.m
▸ Compiling RCTMapAnnotation.m
▸ Compiling RCTDevMenu.m
▸ Compiling RCTModuleMethod.m
▸ Compiling RCTBorderDrawing.m
▸ Compiling RCTAssert.m
▸ Compiling RCTSlider.m
▸ Compiling RCTKeyboardObserver.m
▸ Compiling RCTAsyncLocalStorage.m
▸ Compiling Layout.c
▸ Compiling RCTProgressViewManager.m
▸ Compiling RCTFPSGraph.m
▸ Compiling RCTSwitch.m
▸ Compiling RCTSwitchManager.m
▸ Compiling RCTActivityIndicatorViewManager.m
▸ Compiling RCTViewManager.m
▸ Compiling RCTImageSource.m
▸ Compiling RCTDatePickerManager.m
▸ Compiling RCTPerfMonitor.m
▸ Compiling RCTScrollViewManager.m
▸ Compiling RCTJavaScriptLoader.m
▸ Compiling RCTTabBarManager.m
▸ Compiling RCTWrapperViewController.m
▸ Compiling RCTScrollView.m
▸ Compiling RCTAccessibilityManager.m
▸ Compiling RCTDevLoadingView.m
▸ Compiling RCTTiming.m
▸ Compiling RCTAppState.m
▸ Compiling RCTJSCExecutor.m
▸ Compiling RCTBatchedBridge.m
▸ Compiling UIView+React.m
▸ Compiling RCTSliderManager.m
▸ Compiling RCTClipboard.m
▸ Compiling RCTModuleData.m
▸ Compiling RCTPerformanceLogger.m
▸ Compiling RCTTouchHandler.m
▸ Compiling RCTLog.m
▸ Compiling RCTNavItemManager.m
▸ Compiling RCTParserUtils.m
▸ Compiling RCTView.m
▸ Compiling RCTMapOverlay.m
▸ Compiling RCTConvert+CoreLocation.m
▸ Compiling RCTTabBarItemManager.m
▸ Compiling RCTKeyCommands.m
▸ Compiling RCTUtils.m
▸ Compiling RCTMapManager.m
▸ Compiling RCTRefreshControl.m
▸ Compiling RCTWebView.m
▸ Compiling RCTBridge.m
▸ Compiling RCTWebViewManager.m
▸ Compiling RCTPicker.m
▸ Compiling RCTTabBarItem.m
▸ Compiling RCTModalHostView.m
▸ Compiling RCTShadowView.m
▸ Compiling RCTSegmentedControlManager.m
▸ Compiling RCTPickerManager.m
▸ Compiling RCTRefreshControlManager.m
▸ Compiling RCTNavigator.m
▸ Compiling RCTTabBar.m
▸ Compiling RCTRedBox.m
▸ Compiling RCTModalHostViewController.m
▸ Compiling RCTMap.m
▸ Compiling RCTNavItem.m
▸ Compiling RCTEventDispatcher.m
▸ Compiling RCTModalHostViewManager.m
▸ Compiling RCTUIManager.m
▸ Compiling RCTTouchEvent.m
▸ Compiling RCTProfile.m
▸ Compiling RCTComponentData.m
▸ Compiling RCTNavigatorManager.m
▸ Compiling RCTConvert+MapKit.m
▸ Compiling RCTStatusBarManager.m
▸ Compiling RCTSourceCode.m
▸ Compiling RCTJSCProfiler.m
▸ Compiling RCTDatePicker.m
▸ Compiling RCTFrameUpdate.m
▸ Compiling RCTAlertManager.m
▸ Compiling RCTConvert.m
▸ Compiling RCTSegmentedControl.m
▸ Compiling RCTRootView.m
▸ Compiling RCTExceptionsManager.m
▸ Compiling RCTMapAnnotation.m
▸ Compiling RCTDevMenu.m
▸ Compiling RCTModuleMethod.m
▸ Compiling RCTBorderDrawing.m
▸ Compiling RCTAssert.m
▸ Compiling RCTSlider.m
▸ Compiling RCTKeyboardObserver.m
▸ Compiling RCTAsyncLocalStorage.m
▸ Compiling Layout.c
▸ Compiling RCTProgressViewManager.m
▸ Compiling RCTFPSGraph.m
▸ Compiling RCTSwitch.m
▸ Compiling RCTSwitchManager.m
▸ Compiling RCTActivityIndicatorViewManager.m
▸ Compiling RCTViewManager.m
▸ Compiling RCTImageSource.m
▸ Compiling RCTDatePickerManager.m
▸ Compiling RCTPerfMonitor.m
▸ Compiling RCTScrollViewManager.m
▸ Compiling RCTJavaScriptLoader.m
▸ Compiling RCTTabBarManager.m
▸ Compiling RCTWrapperViewController.m
▸ Compiling RCTScrollView.m
▸ Compiling RCTAccessibilityManager.m
▸ Compiling RCTDevLoadingView.m
▸ Compiling RCTTiming.m
▸ Compiling RCTAppState.m
▸ Compiling RCTJSCExecutor.m
▸ Compiling RCTBatchedBridge.m
▸ Compiling UIView+React.m
▸ Compiling RCTSliderManager.m
▸ Compiling RCTClipboard.m
▸ Compiling RCTModuleData.m
▸ Compiling RCTPerformanceLogger.m
▸ Compiling RCTTouchHandler.m
▸ Compiling RCTLog.m
▸ Compiling RCTNavItemManager.m
▸ Compiling RCTParserUtils.m
▸ Compiling RCTView.m
▸ Compiling RCTMapOverlay.m
▸ Compiling RCTConvert+CoreLocation.m
▸ Compiling RCTTabBarItemManager.m
▸ Compiling RCTKeyCommands.m
▸ Compiling RCTUtils.m
▸ Compiling RCTMapManager.m
▸ Compiling RCTRefreshControl.m
▸ Compiling RCTWebView.m
▸ Compiling RCTBridge.m
▸ Compiling RCTWebViewManager.m
▸ Compiling RCTPicker.m
▸ Compiling RCTTabBarItem.m
▸ Compiling RCTModalHostView.m
▸ Compiling RCTShadowView.m
▸ Compiling RCTSegmentedControlManager.m
▸ Compiling RCTPickerManager.m
▸ Compiling RCTRefreshControlManager.m
▸ Compiling RCTNavigator.m
▸ Compiling RCTTabBar.m
▸ Compiling RCTRedBox.m
▸ Compiling RCTModalHostViewController.m
▸ Compiling RCTMap.m
▸ Compiling RCTNavItem.m
▸ Compiling RCTEventDispatcher.m
▸ Compiling RCTModalHostViewManager.m
▸ Compiling RCTUIManager.m
▸ Compiling RCTTouchEvent.m
▸ Compiling RCTProfile.m
▸ Compiling RCTComponentData.m
▸ Compiling RCTNavigatorManager.m
▸ Analyzing RCTConvert+MapKit.m
▸ Analyzing RCTStatusBarManager.m
▸ Analyzing RCTSourceCode.m
▸ Analyzing RCTJSCProfiler.m
▸ Analyzing RCTDatePicker.m
▸ Analyzing RCTFrameUpdate.m
▸ Analyzing RCTAlertManager.m
▸ Analyzing RCTConvert.m
▸ Analyzing RCTSegmentedControl.m
▸ Analyzing RCTRootView.m
▸ Analyzing RCTExceptionsManager.m
▸ Analyzing RCTMapAnnotation.m
▸ Analyzing RCTDevMenu.m
▸ Analyzing RCTModuleMethod.m
▸ Analyzing RCTBorderDrawing.m
▸ Analyzing RCTAssert.m
▸ Analyzing RCTSlider.m
▸ Analyzing RCTKeyboardObserver.m
▸ Analyzing RCTAsyncLocalStorage.m
▸ Analyzing
▸ Analyzing RCTProgressViewManager.m
▸ Analyzing RCTFPSGraph.m
▸ Analyzing RCTSwitch.m
▸ Analyzing RCTSwitchManager.m
▸ Analyzing RCTActivityIndicatorViewManager.m
▸ Analyzing RCTViewManager.m
▸ Analyzing RCTImageSource.m
▸ Analyzing RCTDatePickerManager.m
▸ Analyzing RCTPerfMonitor.m
▸ Analyzing RCTScrollViewManager.m
▸ Analyzing RCTJavaScriptLoader.m
▸ Analyzing RCTTabBarManager.m
▸ Analyzing RCTWrapperViewController.m
▸ Analyzing RCTScrollView.m
▸ Analyzing RCTAccessibilityManager.m
▸ Analyzing RCTDevLoadingView.m
▸ Analyzing RCTTiming.m
▸ Analyzing RCTAppState.m
▸ Analyzing RCTBatchedBridge.m
▸ Analyzing RCTJSCExecutor.m
▸ Analyzing UIView+React.m
▸ Analyzing RCTSliderManager.m
▸ Analyzing RCTClipboard.m
▸ Analyzing RCTModuleData.m
▸ Analyzing RCTPerformanceLogger.m
▸ Analyzing RCTTouchHandler.m
▸ Analyzing RCTLog.m
▸ Analyzing RCTNavItemManager.m
▸ Analyzing RCTParserUtils.m
▸ Analyzing RCTView.m
▸ Analyzing RCTMapOverlay.m
▸ Analyzing RCTConvert+CoreLocation.m
▸ Analyzing RCTTabBarItemManager.m
▸ Analyzing RCTKeyCommands.m
▸ Analyzing RCTUtils.m
▸ Analyzing RCTMapManager.m
▸ Analyzing RCTRefreshControl.m
▸ Analyzing RCTWebView.m
▸ Analyzing RCTBridge.m
▸ Analyzing RCTWebViewManager.m
▸ Analyzing RCTPicker.m
▸ Analyzing RCTTabBarItem.m
▸ Analyzing RCTModalHostView.m
▸ Analyzing RCTShadowView.m
▸ Analyzing RCTSegmentedControlManager.m
▸ Analyzing RCTPickerManager.m
▸ Analyzing RCTRefreshControlManager.m
▸ Analyzing RCTNavigator.m
▸ Analyzing RCTTabBar.m
▸ Analyzing RCTRedBox.m
▸ Analyzing RCTModalHostViewController.m
▸ Analyzing RCTMap.m
▸ Analyzing RCTNavItem.m
▸ Analyzing RCTEventDispatcher.m
▸ Analyzing RCTModalHostViewManager.m
▸ Analyzing RCTUIManager.m
⚠️ /Users/eklein/Code/ss-mobile/node_modules/react-native/React/Modules/RCTUIManager.m:707:6: Conversion from value of type 'NSMutableDictionary<NSNumber *,id<RCTComponent>> *' to incompatible type 'NSMutableDictionary<NSNumber *,UIView *> *'
[(NSMutableDictionary<NSNumber *, UIView *> *)viewRegistry removeObjectForKey:rootReactTag];
^
▸ Analyzing RCTTouchEvent.m
▸ Analyzing RCTProfile.m
▸ Analyzing RCTComponentData.m
▸ Analyzing RCTNavigatorManager.m
▸ Building library libReact.a
▸ Building library libReact.a
▸ Running script 'Run Script'
▸ Building RCTGeolocation/RCTGeolocation [Debug]
▸ Check Dependencies
▸ Analyzing
▸ Building library libRCTGeolocation.a
▸ Building library libRCTGeolocation.a
▸ Building RNDeviceInfo/RNDeviceInfo [Debug]
▸ Check Dependencies
▸ Compiling RNDeviceInfo.m
▸ Compiling RNDeviceInfo.m
▸ Building library libRNDeviceInfo.a
▸ Building library libRNDeviceInfo.a
▸ Copying RNDeviceInfo/RNDeviceInfo.h
▸ Building RNBlur/RNBlur [Debug]
▸ Check Dependencies
▸ Building library libRNBlur.a
▸ Building library libRNBlur.a
▸ Building RNSegmentIOAnalytics/RNSegmentIOAnalytics [Debug]
▸ Check Dependencies
▸ Building library libRNSegmentIOAnalytics.a
▸ Building library libRNSegmentIOAnalytics.a
▸ Building RCTNetwork/RCTNetwork [Debug]
▸ Check Dependencies
▸ Analyzing
▸ Analyzing
▸ Analyzing
▸ Analyzing
▸ Analyzing
▸ Analyzing
▸ Building library libRCTNetwork.a
▸ Building library libRCTNetwork.a
▸ Building RCTVibration/RCTVibration [Debug]
▸ Check Dependencies
▸ Analyzing
▸ Building library libRCTVibration.a
▸ Building library libRCTVibration.a
▸ Building RCTLinking/RCTLinking [Debug]
▸ Check Dependencies
▸ Building library libRCTLinking.a
▸ Building library libRCTLinking.a
▸ Building SpaceStation/SpaceStation [Debug]
▸ Check Dependencies
▸ Preprocessing App/Info.plist
▸ Running script 'Check Pods Manifest.lock'
▸ Compiling RNGoogleSignin.m
▸ Compiling AppDelegate.m
⚠️ /Users/eklein/Code/ss-mobile/ios/App/AppDelegate.m:31:6: "DEBUG DEVICE" [-W#warnings]
#warning "DEBUG DEVICE"
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
▸ Compiling main.m
▸ Compiling RNEnvironmentManagerIOS.m
▸ Compiling AppDelegate.m
⚠️ /Users/eklein/Code/ss-mobile/ios/App/AppDelegate.m:31:6: "DEBUG DEVICE" [-W#warnings]
#warning "DEBUG DEVICE"
^
▸ Compiling RNGoogleSignin.m
▸ Compiling RNEnvironmentManagerIOS.m
▸ Compiling main.m
▸ Linking SpaceStation
❌ ld: framework not found Analytics
❌ clang: error: linker command failed with exit code 1 (use -v to see invocation)
▸ Linking SpaceStation
❌ ld: framework not found Analytics
❌ clang: error: linker command failed with exit code 1 (use -v to see invocation)
** ARCHIVE FAILED **
The following commands produced analyzer issues:
Analyze Modules/RCTUIManager.m
(1 command with analyzer issues)
The following build commands failed:
Ld /Users/eklein/Library/Developer/Xcode/DerivedData/SpaceStation-filkfhqcbygjcjctcztpfgxkmghv/Build/Intermediates/ArchiveIntermediates/Debug/IntermediateBuildFilesPath/SpaceStation.build/Debug-iphoneos/SpaceStation.build/Objects-normal/armv7/SpaceStation normal armv7
Ld /Users/eklein/Library/Developer/Xcode/DerivedData/SpaceStation-filkfhqcbygjcjctcztpfgxkmghv/Build/Intermediates/ArchiveIntermediates/Debug/IntermediateBuildFilesPath/SpaceStation.build/Debug-iphoneos/SpaceStation.build/Objects-normal/arm64/SpaceStation normal arm64
(2 failures)
[11:37:38]: Exit status: 65
[11:37:38]: Variable Dump:
[11:37:38]: {:DEFAULT_PLATFORM=>:ios, :PLATFORM_NAME=>nil, :LANE_NAME=>"dev", :SIGH_PROFILE_TYPE=>"development"}
[11:37:38]: Error building the application - see the log above
+------+------------------------------------------+-------------+
| fastlane summary |
+------+------------------------------------------+-------------+
| Step | Action | Time (in s) |
+------+------------------------------------------+-------------+
| 1 | Verifying required fastlane version | 0 |
| 2 | default_platform | 0 |
| 3 | match | 5 |
| 4 | pod install --project-directory="../ios" | 3 |
| 5 | gym | 49 |
+------+------------------------------------------+-------------+
[11:37:38]: fastlane finished with errors
[!] Error building the application - see the log above
Configuration Files
Please copy the complete content of your Fastfile
and any other configuration files you use below:
Fastfile:
fastlane_version "1.81.0"
default_platform :ios
lane :dev do
match(type: "development")
sh "pod install --project-directory=\"../ios\""
gym(
scheme: "Debug",
project: './ios/SpaceStation.xcodeproj',
clean: true
)
end
Podfile:
platform :ios, '8.0'
use_frameworks!
pod "Analytics"
Installation Instructions for Framework Analytics (how to translate this into Gym?)
* Download and install the npm package by running npm install --save react-native-segment-io-analytics
In your Podfile, add pod "Analytics" to your project.
* Inside Xcode, go to the project navigator and right click Libraries -> Add Files to [your project's name] Go to node_modules -> react-native-segment-io-analytics -> and choose the RNSegmentIOAnalytics.xcodeproj file
* Make sure your project links to libAnalytics.a and libRNSegmentIOAnalytics.a (The libraries should be listed under "Build Phases -> Link Binary With Libraries").
Environment
fastlane version (fastlane 1.81.0
):
Do you use bundler to execute fastlane (nope – fastlane dev
)?
Do you use a Ruby environment manager (rvm
)?
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 31
will do!