xcode 6.1 crash after build application succeeded - ios

Xcode is crashing without any error after build application succeeded
when I run my app on device. It does this every time.
I'm using Xcode 6.1 on OS X 10.10.

Related

Failed to prepare device for development error when deploying app

I am trying to run my app on a physical device. The applicaiton builds but it doesnt deploy my app to the device.
I get this following error:
This operation can fail if the version of the OS on the device is incompatible with the installed version of Xcode. You may also need to restart your mac and device in order to correctly detect compatibility.
Details:
I have xcode version 13.2.1
device is iphone 11 pro max with ios version 15.6 installed.
I tried to upgrade my xcode to 13.4.1 but on app store there is no button that indicates that i can upgrade.
Things I have tried:
restarting mac
restarting iphone device
closing and reopening xcode
cleaning project and rebuilding.
Any help will be appreciated.
Download xCode 13.4.1 directly using the link
https://download.developer.apple.com/Developer_Tools/Xcode_13.4.1/Xcode_13.4.1.xip

Xcode 12.3 couldn't install app on iOS 14.3

I've updated my iPhone to iOS 14.3 and it required me to update Xcode to 12.3 too. But Xcode now gives me the following error whenever trying to run/debug the app through the device.
Errors were encountered while preparing your device for development. Please check the Devices and Simulators Window.
I tried restarting Xcode, reconnecting the device, changing deployment target etc. with no luck.
if you updated you iOS to latest beta version, you should also use latest Xcode beta version.
Or else restart your device.

Facebook review build must work on Xcode 7.3 simulator?

Facebook has rejected a simulator build created with Xcode 9.4.1, targeting iOS 11+, that was submitted for review with the message:
Please ensure that the Simulator Build provided works with Xcode Version 7.3, as this is the software our team uses in review. More information about creating simulator builds can be found here.
Is it possible to create such a build with Xcode 9?
I have tried installing the build I submitted on the Xcode 7.3.1 simulator like this:
DEVELOPER_DIR=/path/to/Xcode-7.3.1.app/Contents/Developer\
&&\
xcrun simctl install booted \
/Path/to/Xcode/DerivedData/App-Identifier/Build/Products/Release-iphonesimulator/App.app
but when I try to launch the app it crashes immediately, leaving an assertion failed: message with some hex digits in the system log. I suspect this is because it does not support iOS 9.3, which the simulator is running, but there could have been other changes to the simulator that are causing it to fail.
The link facebook provided says to run in the Xcode iPhone 5 simulator, but my version of Xcode only seems to have simulators going back to the 5s.
Do I need to make my app run under iOS 9.3? Or re-write it in swift 2.2 so I can build it using xcode 7.3?

ios app works on device but not in the simulator

I rename the iOS project, after rename I update the Mac OS 10.11 to 10.12, Xcode 8.2 to 8.3. Now I run the project in device which is works fine with new app name. Where as it fails in simulator, simulator remains in booting process long time. Please suggest any solution.

Unable to app run on my simulator: macOS Sierra

I am unable to launch my app on simulator using Xcode 7.3.1 iPhone 5s simulator. I am getting an error message in Xcode is "DTAssetProviderService could not start DTXConnection"
Build app
The app will still install on the simulator, even with the error
Launch the app manually on the simulator
Go to Xcode
Click Debug > Attach to Process > Your App Name

Resources