I’ve tried building for different devices. This build window started out on “iPhone SE” when I first got the error to begin with. I’ve switched it to “iPhone 5s” without any effect.
I created a simple “hello” app and tried to run it after posting the above. The app is called “hitest”. It did the same thing:
May 18 23:59:53 Big-Mac-2 CoreSimulatorBridge[11761]: [Common] [FBSSystemService][0x414b] Error handling open request for com.example.hitest: { description = "The request to open "com.example.hitest" failed."; failureReason = "The request was denied by service delegate (SBMainWorkspace) for reason: NotFound ("Application "com.example.hitest" is unknown to FrontBoard")."; underlyingError = { description = "The operation couldn’t be completed. Application "com.example.hitest" is unknown to FrontBoard."; failureReason = "Application "com.example.hitest" is unknown to FrontBoard."; }; } May 18 23:59:53 Big-Mac-2 CoreSimulatorBridge[11761]: Error Launching: Error Domain=FBSOpenApplicationServiceErrorDomain Code=1 "The request to open "com.example.hitest" failed." UserInfo={BSErrorCodeDescription=RequestDenied, NSUnderlyingError=0x7f9fbc6f8780 {Error Domain=FBSOpenApplicationErrorDomain Code=4 "Application "com.example.hitest" is unknown to FrontBoard." UserInfo={BSErrorCodeDescription=NotFound, NSLocalizedFailureReason=Application "com.example.hitest" is unknown to FrontBoard.}}, NSLocalizedDescription=The request to open "com.example.hitest" failed., NSLocalizedFailureReason=The request was denied by service delegate (SBMainWorkspace) for reason: NotFound ("Application "com.example.hitest" is unknown to FrontBoard").} May 18 23:59:53 Big-Mac-2 CoreSimulatorBridge[11761]: Recoverable error launching 'com.example.hitest', will retry. Error was: Error Domain=FBSOpenApplicationServiceErrorDomain Code=1 "The request to open "com.example.hitest" failed." UserInfo={BSErrorCodeDescription=RequestDenied, NSUnderlyingError=0x7f9fbc6f8780 {Error Domain=FBSOpenApplicationErrorDomain Code=4 "Application "com.example.hitest" is unknown to FrontBoard." UserInfo={BSErrorCodeDescription=NotFound, NSLocalizedFailureReason=Application "com.example.hitest" is unknown to FrontBoard.}}, NSLocalizedDescription=The request to open "com.example.hitest" failed., NSLocalizedFailureReason=The request was denied by service delegate (SBMainWorkspace) for reason: NotFound ("Application "com.example.hitest" is unknown to FrontBoard").} May 18 23:59:53 Big-Mac-2 CoreSimulatorBridge[11761]: Launch attempt #1308 for bundle 'com.example.hitest', have been trying to launch for 13977 seconds. Modern launch services = YES May 18 23:59:53 Big-Mac-2 CoreSimulatorBridge[11761]: Failed to get LSBundleProxy for 'com.example.hitest' May 18 23:59:53 Big-Mac-2 CoreSimulatorBridge[11761]: [Common] [FBSSystemService][0xb7c9] Sending request to open "com.example.hitest"
Okay, what is really odd is that I tried running it again this morning and got this:
May 19 10:08:26.681 Copyright (C) 2009-2017 C o r o n a L a b s I n c . Version: 3.0.0 Build: 2017.3068 May 19 10:08:26.872 Loading project from: ~/Documents/hitest May 19 10:08:26.872 May 19 10:08:26.902 Project sandbox folder: ~/Library/Application Support/Corona Simulator/hitest-1A000D642F41374DB7C4F6FA05AF548B Platform: iPhone / x86\_64 / 10.12.5 / NVIDIA GeForce GTX 680MX OpenGL Engine / 2.1 NVIDIA-10.17.5 355.10.05.45f01 / 2017.3068 / en-US | US | en\_US | en May 19 10:08:49.473 Building iOS app for john\_carlson@me.com with 2017.3068 May 19 10:08:56.295 BuildID: 591f0a8573493 May 19 10:08:58.403 Using additional build settings from: build.settings Building: Copying app resources Excluding specified files from build: excluding: \*.d2c excluding: \*.bak Building: Unpacking build from server Creating Info.plist... adding extra plist setting UIStatusBarHidden: true adding extra plist setting UILaunchStoryboardName: LaunchScreen adding extra plist setting CFBundleName: hitest adding extra plist setting CFBundleIconFiles: [] adding extra plist setting CFBundleDisplayName: hitest Application version information: Version: 1.0 [CFBundleShortVersionString] (set in Build dialog) Build: 2017.05.191008 [CFBundleVersion] (set by Simulator) Building: Signing application for Xcode Simulator May 19 10:08:58.403 ERROR: build command failed: /usr/bin/codesign --force --sign - --timestamp=none "/Users/john\_carlson/Desktop/hitest.app" May 19 10:08:58.403 ERROR: with exit code 1 and output: May 19 10:08:58.404 May 19 10:08:58.432 /Users/john\_carlson/Desktop/hitest.app: replacing existing signature /Users/john\_carlson/Desktop/hitest.app: resource fork, Finder information, or similar detritus not allowed BUILD ERROR: ERROR: code signing for Xcode Simulator failed: /Users/john\_carlson/Desktop/hitest.app: replacing existing signature /Users/john\_carlson/Desktop/hitest.app: resource fork, Finder information, or similar detritus not allowed May 19 10:08:58.433 iOS build failed (12) after 5 seconds May 19 10:08:58.746 ERROR: Build Failed: ERROR: code signing for Xcode Simulator failed: /Users/john\_carlson/Desktop/hitest.app: replacing existing signature /Users/john\_carlson/Desktop/hitest.app: resource fork, Finder information, or similar detritus not allowed May 19 10:08:58.747
This is without having changed anything.
The app is very simple and doesn’t use any images. Just these files:
main.lua
build.settings
config.lua
Launch.png
Launch@2x.png
Launch@3x.png
LaunchScreen.storyboardc
I added the launch images last night following directions here:
https://docs.coronalabs.com/guide/distribution/launchFile/index.html
Googling this 2nd error seems to indicate there is something wrong with the png files (http://stackoverflow.com/questions/39652867/code-sign-error-in-macos-sierra-xcode-8-resource-fork-finder-information-or).
Seems like some sort of xcode error/issue, but the fix suggested (eliminating the resource fork) didn’t help.
I think either something is wrong with the xcode setup or I am just doing something dumb.