Search results for

Building for iOS Simulator, but the linked and embedded framework ‘XX.framework‘ was built for

186,333 results found

Post

Replies

Boosts

Views

Activity

Reply to iOS 9 Beta battery life
I'd put it down to the phone doing lots of stuff in the background like indexing things for the new search and Siri functions for now. This is always the case after a major update on OSX for me and given the changes in iOS this time around, I'd put it down to the same thing.Give it a day or so, then see how the battery is coping.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
No notification
Hello, With watchOS 2 and iOS 9 (betas 1) : My Watch is not able to receive any notification from any application. It's just ringing for phone and taping for Activity update. Do you have the same issue? I read in Twitter than some people are not concerned by this problem, they receive all the notifications of their iPhone. I hope we will find a solution to use a minimum our Watches in this first beta…
6
0
1k
Jun ’15
Reply to iOS 9 Beta battery life
I also had battery drain, every 3 minutes one per cent. I re-installed ios 9 beta again and now iphone 6 & 6+ work again with no power loss at all. Re-installing on iPad Air 2 now. Will check it.(BTW, I had to re-install it 2 times on iphone 6 but it's woth it)
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Swift 2 compatibility
Will Swift 2 be keeping iOS7+, OS X 10.9+ compatibility as Swift 1 or dropping any of the older versions? I expect the former but didn't see it explicitly anywhere. Just to avoid surprises.I assume it is still iOS 8+ for including dynamic libraries/frameworks in release product.The above question is for actual release later in App Store not just development environment which as we know can be different (wider or narrower) than what is supported for release.Can someone from Swift team comment/confirm?
0
0
366
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.6k
Jun ’15
NSOpenPanel resolves symbolic links
I've started a discussion https://devforums.apple.com/message/1138585 in the old forums, but I can't reply there anymore.I'm still not satisfied with the answer, because the terminology of file and path choosing API seems off.When I select a file, I have to traverse a path, and the directories belong to a path. A filename by itself is useless and NSOpenPanel returns the directory and filename, which is a path. So in any case, a path is returned, either if a directory or a filename is chosen.But my problem is that NSOpenPanel returns a path which I have not selected, thus I think that this is a bug. It might be possible that my example was not understood, so I will re-phrase the example:I have a directory /usr/local/mongodb-osx-x86_64-3.0.3/bin and there is a linkln -s /usr/local/mongodb-osx-x86_64-3.0.3 /usr/local/mongodbNow I select/usr/local/mongodb/bin/mongodbut NSOpenPanel returns:/usr/local/mongodb-osx-x86_64-3.0.3/bin/mongodPlease note that I have set [panel setResolvesAliases:NO];So how can I get the p
Topic: UI Frameworks SubTopic: AppKit Tags:
0
0
344
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