spencercarli / react-native-meteor-boilerplate

MIT License
628 stars 139 forks source link

Failed to release in iOS #74

Closed nicknikw closed 7 years ago

nicknikw commented 7 years ago

I got this error message:

Apr 5 10:39:00 logd[479] : metadata shared cached uuid is null (using logd's shared cache info) RNApp (14844) Apr 5 10:39:00 logd[479] : Failed to harvest strings for pathless uuid '00000000-0000-0000-0000-000000000000' Apr 5 10:39:00 RNApp[14844] : assertion failed: 16D32 14C89: libxpc.dylib + 62677 [0339A402-6531-30E9-8BC2-589C463CD6D6]: 0x7d Apr 5 10:39:00 Unknown[14844] : Apr 5 10:39:02 com.apple.CoreSimulator.SimDevice.6DB11D3C-EC9C-424A-8D19-380FD6A1B3D1.launchd_sim[465] (UIKitApplication:org.reactjs.native.example.RNApp[0x6968][14844]) : Service exited due to Abort trap: 6 Apr 5 10:39:02 SpringBoard[485] : [KeyboardArbiter] HW kbd: Failed to set (null) as keyboard focus Apr 5 10:39:02 backboardd[488] : [Common] Unable to get short BSD proc info for 14844: No such process Apr 5 10:39:02 backboardd[488] : [Common] Unable to get proc info for 14844: No such process Apr 5 10:39:02 assertiond[492] : notify_suspend_pid() failed with error 7

I cloned project and it's fine to run on ios in debug mode. However, it force closed when I run on release configuration with this command react-native run-ios --configuration Release

nicknikw commented 7 years ago

I found out the reason. It just missed production environment config at all.