my react-native builds fine on xcode simulator and android simulator. However, whenever I try to build on my iphone, I get the following codesign error. When I build from xcode, the build succeeds without problem but nothing happens. When I build from command line, the following error occurs.
/Users/chooseongmin/Desktop/dustNotifier/ios/build/Build/Products/Debug-iphoneos/dustNotifier.app: resource fork, Finder information, or similar detritus not allowed
Command CodeSign failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed: CodeSign /Users/chooseongmin/Desktop/dustNotifier/ios/build/Build/Products/Debug-iphoneos/dustNotifier.app (1 failure)