Search results for

build disappears

49,237 results found

Post

Replies

Boosts

Views

Activity

Common iOS Simulator Error Messages
There are a couple error messages that developers have seen when using the iOS Simulator. We can certainly do better to make these error messages less cryptic in future releases, but for now, hopefully this post will help you out. Note that this information (likely a more condensed form of it since I am quite verbose here) should appear in Xcode release notes.1) Unable to boot the iOS SimulatorThis error message will appear in iOS Simulator, and if hitting Build&Run from Xcode, you will likely get an (Domain = DTiPhoneSimulatorErrorDomain, Code = 2) error there as well. With iOS 7 and later, the simulator runtime gained its own bootstrap server (launchd_sim) rather than relying on the host's launchd. In Xcode 6.0 and 6.1, this error message is only displayed in the event that launchd_sim crashes upon launch before the simulator can checkin with it. The only known cause of this issue is from the installation of 3rd party software which alters the behavior of OS X in unsupported ways by setting DYL
0
0
4.3k
Jun ’15
Cannot select new build after uploading new version. Rejected still listed.
Hi all,We had a version rejected from the App Store. Problem fixed, and we created a new version. Old version was 2.0.1, new version is 2.1. So, ITC has the 2.0.1 rejected version under Versions. No problem. I upload the new version from Xcode, it shows up in the ITC Pre-release tab, I change the app description and the manual version number, but under Build, it shows 2.0.1, not 2.1. There's no way to change it to 2.1. From what I read, there's supposed to be a + next to builds to allow me to select the build to be tested, but it's not there. I put a note in the developer's note section explaining the problem, but I'm a bit nervous that we're going to wait a week only to be told that there was a problem when I did everything (seemingly) correctly. Anyone else know what to do about this?
1
0
4.1k
Jun ’15
linker command failed with exit code 1 (use -v to see invocation)
Ld /Users/nathan/Library/Developer/Xcode/DerivedData/ExampleApp-adsgjtlrzvwdjxbdymykwbukmfch/Build/Products/Debug-iphonesimulator/ExampleApp.app/ExampleApp normal i386 cd /Users/nathan/Desktop/Xcode App/ExampleApp1/ExampleApp export IPHONEOS_DEPLOYMENT_TARGET=9.0 export PATH=/Volumes/Xcode/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Volumes/Xcode/Xcode-beta.app/Contents/Developer/usr/bin:/Volumes/Xcode/Xcode-beta.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin /Volumes/Xcode/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch i386 -isysroot /Volumes/Xcode/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -L/Users/nathan/Library/Developer/Xcode/DerivedData/ExampleApp-adsgjtlrzvwdjxbdymykwbukmfch/Build/Products/Debug-iphonesimulator -F/Users/nathan/Library/Developer/Xcode/DerivedData/ExampleApp-adsgjtlrzvwdjxbdymykwbukmfch/Build/Produc
14
0
16k
Jun ’15
Lots of Mail issues
The Smart Mailboxes that I'd created under Yosemite disappeared, and Smart Mailboxes don't seem to be working anyway. All my Rules were reset - the Rule is still there, and the Conditions are unchanged, but the rule is marked as inactive, and the target mailbox is wrong. (The latter is an old bug, where the target folder is silently changed to the folder mentioned in the last rule that you edited. It's been around intermittently since 10.7.) The number of messages in an IMAP folder isn't displayed until you select a message in the folder. (In Yosemite it was calculated and displayed immediately.)
9
0
1.6k
Jun ’15
Reply to linker command failed with exit code 1 (use -v to see invocation)
Ld /Users/nathan/Library/Developer/Xcode/DerivedData/ExampleApp-adsgjtlrzvwdjxbdymykwbukmfch/Build/Products/Debug-iphonesimulator/ExampleApp.app/ExampleApp normal i386 cd /Users/nathan/Desktop/Xcode App/ExampleApp1/ExampleApp export IPHONEOS_DEPLOYMENT_TARGET=9.0 export PATH=/Volumes/Xcode/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Volumes/Xcode/Xcode-beta.app/Contents/Developer/usr/bin:/Volumes/Xcode/Xcode-beta.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin /Volumes/Xcode/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch i386 -isysroot /Volumes/Xcode/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -L/Users/nathan/Library/Developer/Xcode/DerivedData/ExampleApp-adsgjtlrzvwdjxbdymykwbukmfch/Build/Products/Debug-iphonesimulator -F/Users/nathan/Library/Developer/Xcode/DerivedData/ExampleApp-adsgjtlrzvwdjxbdymykwbukmfch/Build/Produc
Topic: Programming Languages SubTopic: Swift Tags:
Jun ’15