-
Notifications
You must be signed in to change notification settings - Fork 25.1k
fix packager start for XCode #23342
Copy link
Copy link
Closed
Labels
BugPlatform: iOSiOS applications.iOS applications.Priority: MidResolution: LockedThis issue was locked by the bot.This issue was locked by the bot.Tech: Bundler 📦This issue is related to the bundler (Metro, Haul, etc) used.This issue is related to the bundler (Metro, Haul, etc) used.Tool: Xcode
Metadata
Metadata
Assignees
Labels
BugPlatform: iOSiOS applications.iOS applications.Priority: MidResolution: LockedThis issue was locked by the bot.This issue was locked by the bot.Tech: Bundler 📦This issue is related to the bundler (Metro, Haul, etc) used.This issue is related to the bundler (Metro, Haul, etc) used.Tool: Xcode
Type
Fields
Give feedbackNo fields configured for issues without a type.
Running App from XCode didn't work anymore. All paths which
bable resolver pluginuse are broken.Running App from CLI with
react-native start ios --reset-cacheworks.Reason: packager.js will be started from wrong path.
Detail-Description & Solution
Environment
Thanks to @emusgrave for figuring this out.