Error in Xcode after build, no logs being generated

I found an old article on this, that indicated a build issue. I’ve tried this on a couple of recent builds with no success. (3154/3162)

Once the build is complete and the simulator opens, I get these errors in the console.

Oct 28 23:26:10.765: iOS build succeeded in 13 seconds Oct 28 23:26:10.997: Running '/Users/grahamscott/Documents/Corona Built Apps/Forms.app' on Xcode iOS Simulator - iPhone 6s / iOS 11.0 (857C3C20-B2CE-410C-AD48-649240140555) Oct 28 23:26:25.362: Xcode iOS Simulator installation: Restarting Xcode Simulator ... No matching processes belonging to you were found Forms: 44539 Oct 28 23:26:25.362: ---------- Device Log Starts ---------- [iOS Simulator] objc[44539]: Class VCWeakObjectHolder is implemented in both /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AVConference.framework/Frameworks/ViceroyTrace.framework/ViceroyTrace (0x126c90490) and /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AVConference.framework/AVConference (0x126b1a120). One of the two will be used. Which one is undefined.

Is it me?

Unfortunately I can’t continue since I can’t debug whats not working :frowning:

Thoughts?

**EDIT: I suspect this may be caused by an error in a plugin. I’ve followed up there first.

Attached the build settings to pre-empt the request. :slight_smile:

Of possible interest, I ran Scotts example, and had a similar issue.

This is running his code verbatim from https://github.com/scottrules44/pdfImageConverter-demo

"[iOS Simulator] objc[45303]: Class VCWeakObjectHolder is implemented in both /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AVConference.framework/Frameworks/ViceroyTrace.framework/ViceroyTrace (0x120f6f490) and /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AVConference.framework/AVConference (0x120df9120). One of the two will be used. Which one is undefined.

"

Building for iPhone 6s on IOS 11

I’ll PM Scott, and if necessary, log a bug report. 

(PS: The guidelines in the bug report screen is a broken link :slight_smile:  )

OK, very odd., Ran the exact same code this morning without rebooting, restarting or anything and it worked just fine…

Both versions suddenly worked.

The things that make you go Hmmmm

Attached the build settings to pre-empt the request. :slight_smile:

Of possible interest, I ran Scotts example, and had a similar issue.

This is running his code verbatim from https://github.com/scottrules44/pdfImageConverter-demo

"[iOS Simulator] objc[45303]: Class VCWeakObjectHolder is implemented in both /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AVConference.framework/Frameworks/ViceroyTrace.framework/ViceroyTrace (0x120f6f490) and /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AVConference.framework/AVConference (0x120df9120). One of the two will be used. Which one is undefined.

"

Building for iPhone 6s on IOS 11

I’ll PM Scott, and if necessary, log a bug report. 

(PS: The guidelines in the bug report screen is a broken link :slight_smile:  )

OK, very odd., Ran the exact same code this morning without rebooting, restarting or anything and it worked just fine…

Both versions suddenly worked.

The things that make you go Hmmmm