Search results for

build disappears

49,241 results found

Post

Replies

Boosts

Views

Activity

Reply to Can you submit to the App Store an app built with Xcode 7 as long as you are not targeting iOS 9?
While I have the same take on this as the other two posters Apple explicitly statet the fact in the past.This time - if you look into the XCode 7 release notes - there's this section:Submitting an archive built with BITCODE_ENABLED=NO will fail during upload. (21247555)Workaround: Build the archive with BITCODE_ENABLED=YES and then uncheck the “Include bitcode”option when distributing the archive (functionally equivalent).Not sure about the reasoning behind that, but why mention that you have to takecertain extra steps when submitting with the beta if it is - as always in the past - not allowed?
Jun ’15
Reply to Has anyone Noticed Siri is sensitive
Yeah I've noticed this too. I think it's a beta 1 bug where when you click the home button, the phone freezes for a moment, so when the software becomes active again it thinks that you were holding the button because of the time difference between when it got the events.iOS7 and 8 betas fixed this initial slowness in the 2nd beta once they can confirm that the build is actually installing for everyone haha.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
iBooks won't login to iCloud
When i open iBooks, it show me a windows to login with my icloud ID. When i press enter, the windows disappears and become gray, with the name window and a spinning wheel (not when it crash, but when it's thinking/connecting). Then it comes back with the same login screen and the text An unknow error occured. When i close this window, iBooks hang and i have to force close the program.Console info:09-06-15 19:32:01,755 storeaccountd[567]: ADI: { Connection = keep-alive; Content-Length = 20; Content-Type = application/x-dmap-tagged; Date = Tue, 09 Jun 2015 17:31:59 GMT; Strict-Transport-Security = max-age=31536000; apple-timing-app = 5 ms; server-cloud-daap-version = 1.0; x-apple-application-instance = 404602; x-apple-application-site = ST11; x-apple-jingle-correlation-key = P6GIJJU424NU6YWNKOWSGTFHTI; x-webobjects-loadaverage = 0;}09-06-15 19:32:01,000 kernel[0]: Sandbox: iBooks(1543) deny(1) mach-lookup com.apple.dock.appstore09-06-15 19:32:01,763 iBooks[1543]: Could not find image named 'NSImage'.09
1
0
769
Jun ’15
Reply to Drawing a single character with Core Text
Thanks, it wasn't a location problem but this shows me what is happening. What I found by incrementing the font size was the font scales up to a certain point, then no longer shows up after I get past a certain size. Normally, I'm using NSString.sizeWithAttributes in a loop to find the largest font that will fit in my image rect. But, when I draw at that font size the character doesn't show up. The line height is about 69 and my image height is 75. There's plenty of space left and I'd like this one character to be drawn at around that ratio to the height. However, when I use your increment method, I can get all the way up to a font size with a line height of 62 centered as I want before the character will start disappearing. Any clue why?BTW, the largest font size I get up to is 38 if that means anything to you.
Topic: App & System Services SubTopic: General Tags:
Jun ’15
OpenSSL headers
I've been trying to build my code under 10.11 and Xcode7 and it's failing as it's unable to find the OpenSSL headers, it seems that these are no longer included. Am I going to have to bundle my own version of OpenSSL going forward?
3
0
9.5k
Jun ’15
Xcode 7 bots 'Integration pending' message
Yesterday I successfully installed 10.10.4 and Server 4.1.51 along with Xcode 7 beta. Then I setup Xcode server and chose the Xcode 7 beta. I setup a simple single view iOS 9 app with one unit test and one UI test. Then I added the project to the Xcode server and created a bot to run on every commit. This worked perfectly - with each commit, the bot ran and produced a successful build with no failures. Today I installed the preview of 10.11. The installation went successfully, but now whenever I try to run my bot, I just get Integration pending... message for the integration in Xcode. I tried deleting the bot and recreating it. Still I get the same error. Why?
4
0
4.2k
Jun ’15
Loading an .Obj model file
I created a simple model in an obj and attempted to load it as an Assetlet bundle = NSBundle.mainBundle() let path = bundle.pathForResource(Torus, ofType: obj) var torusModel = MDLAsset(URL: NSURL(string: path!)!)Error message: Could not load data from /Users/jason/Library/Developer/Xcode/DerivedData/MetalDemo-auxpwrdxoklbrpbtkxmrhkecewhb/Build/Products/Debug/Met ... orus.obj
7
0
35k
Jun ’15
Xcode 7 Doesn't See My Framework
Updated an app to iOS 9 / Swift 2 / watchOS 2 and since then, Xcode claims it can't find my embedded framework when building the watchOS extension. It has no issues finding it for my iOS app and the build settings look ok - the framework is showing as a dependency... but yeah, no dice. Tried cleaning and nuking Derived Data.Any ideas?
3
0
2.6k
Jun ’15
unable to debug watchOS 2 app with Xcode 7
i created a simple test app using the watch app Xcode template in Xcode 7. when i build and run this on the watch simulator, the app never runs. When i try to run the same app on the device (also via Xcode), the app gets installed but never runs. Looking at the watch logs, at appears that nanoappregistryd crashes on the watch right around the same time. sometimes, the watch actually reboots when this happens.Has anyone been able to debug a watchOS 2.0 app via Xcode7?ps: iPhone is on iOS9 and mac is on OSX El Capitan
5
0
1.9k
Jun ’15