我在运行run-ios
命令时遇到了问题。在此之前,该应用程序启动良好,但现在我在应用程序甚至完成捆绑之前运行到此屏幕。
以下是我调试问题所采取的一些步骤:
npm start --reset-cache
node_modules
文件夹0.40.0
*这是在使用chrome进行检查时发生错误的行:
global = DedicatedWorkerGlobalScope {console: Object, __fbBatchedBridgeConfig: Object, __DEV_
我已经在许多问题上尝试过多种解决方案,但无法找到合适的解决方案。
这里有一些可能相关的信息:
run-ios
启动日志:
Found Xcode project TipHiveMobile.xcodeproj
Launching iPhone 6 (iOS 10.2)...
Building using "xcodebuild -project TipHiveMobile.xcodeproj - configuration Debug -scheme TipHiveMobile -destination id=DDBF9D1C-CB3F- 4FCF-B9B6-C7AF372B7F3E -derivedDataPath build"
User defaults from command line:
IDEDerivedDataPathOverride = /Users/tylerreckart/Code/tiphive/TipHiveMobile/ios/build
=== BUILD TARGET RNVectorIcons OF PROJECT RNVectorIcons WITH CONFIGURATION Debug ===
重新加载时输出 log-ios
Jan 18 10:45:05 Nosferatu logd[30752] <Notice>: metadata shared cached uuid is null (using logd's shared cache info) nsurlstoraged (39014)
Jan 18 10:45:05 Nosferatu logd[30752] <Notice>: Failed to harvest strings for pathless uuid '00000000-0000-0000-0000-000000000000'
Jan 18 10:45:15 Nosferatu TipHiveMobile[31100] <Notice>: Initializing <RCTBatchedBridge: 0x608000199300> (parent: <RCTBridge: 0x6000000a28e0>, executor: RCTWebSocketExecutor)
Jan 18 10:45:15 Nosferatu TipHiveMobile[31100] <Warning>: Required dispatch_sync to load constants for RCTSourceCode. This may lead to deadlocks
Jan 18 10:50:33 Nosferatu routined[30747] <Error>: CoreLocation: Error occurred while trying to retrieve motion state update: CMErrorDomain Code:104
答案 0 :(得分:2)
似乎我们有一个类似的列表,当你无法运行react-native app时我们会经历这些事情。
我会尝试另外一件事:
这是我尝试的最后一件事,但它在过去对我有用。
答案 1 :(得分:0)
嗯,我觉得自己是一个完全白痴,但这里的解决方案就是重启我的电脑。必须有一个剩余的进程正在干扰捆绑的方式。
为了您的娱乐:https://media.giphy.com/media/F7yLXA5fJ5sLC/giphy.gif